Home
last modified time | relevance | path

Searched defs:cc (Results 1 – 25 of 161) sorted by relevance

1234567

/dragonfly/sys/kern/
H A Dkern_timeout.c706 _callout_gettoc(struct callout *cc) in _callout_gettoc()
853 _callout_cancel_or_stop(struct callout *cc, uint32_t flags, int sync) in _callout_cancel_or_stop()
934 _callout_setup_quick(struct callout *cc, struct _callout *c, int ticks, in _callout_setup_quick()
1026 callout_cancel(struct callout *cc) in callout_cancel()
1041 callout_drain(struct callout *cc) in callout_drain()
1054 callout_stop_async(struct callout *cc) in callout_stop_async()
1068 callout_deactivate(struct callout *cc) in callout_deactivate()
1085 callout_stop(struct callout *cc) in callout_stop()
1098 callout_terminate(struct callout *cc) in callout_terminate()
1122 callout_pending(struct callout *cc) in callout_pending()
[all …]
H A Dvfs_cluster.c149 cluster_cache_t *cc; in cluster_getcache() local
202 cluster_putcache(cluster_cache_t *cc) in cluster_putcache()
1251 cluster_cache_t *cc; in cluster_write() local
1727 cluster_collectbufs(cluster_cache_t *cc, struct vnode *vp, in cluster_collectbufs()
H A Dkern_cputimer.c638 const struct cpucounter *cc, *ret; in cpucounter_find_pcpu() local
651 const struct cpucounter *cc, *ret; in cpucounter_find() local
665 cpucounter_register(struct cpucounter *cc) in cpucounter_register()
/dragonfly/usr.bin/window/
H A Dcompress.c69 struct cc { struct
78 short ccount; /* count in compression */ argument
81 struct cc *qforw, *qback; argument
82 struct cc *hforw, **hback; argument
667 int nt = 0, cc = 0, nc = 0; in cc_compress_phase1() local
/dragonfly/crypto/openssh/
H A Dcipher.c197 cipher_ctx_is_plaintext(struct sshcipher_ctx *cc) in cipher_ctx_is_plaintext()
237 cipher_warning_message(const struct sshcipher_ctx *cc) in cipher_warning_message()
250 struct sshcipher_ctx *cc = NULL; in cipher_init() local
345 cipher_crypt(struct sshcipher_ctx *cc, u_int seqnr, u_char *dest, in cipher_crypt()
408 cipher_get_length(struct sshcipher_ctx *cc, u_int *plenp, u_int seqnr, in cipher_get_length()
421 cipher_free(struct sshcipher_ctx *cc) in cipher_free()
443 cipher_get_keyiv_len(const struct sshcipher_ctx *cc) in cipher_get_keyiv_len()
459 cipher_get_keyiv(struct sshcipher_ctx *cc, u_char *iv, size_t len) in cipher_get_keyiv()
499 cipher_set_keyiv(struct sshcipher_ctx *cc, const u_char *iv, size_t len) in cipher_set_keyiv()
/dragonfly/sys/bus/firewire/
H A Dfwcrom.c60 #define CROM_END(cc) ((vm_offset_t)(cc)->stack[0].dir + MAX_ROM - 1) argument
63 crom_init_context(struct crom_context *cc, u_int32_t *p) in crom_init_context()
97 crom_get(struct crom_context *cc) in crom_get()
106 crom_next(struct crom_context *cc) in crom_next()
147 crom_search_key(struct crom_context *cc, u_int8_t key) in crom_search_key()
164 struct crom_context c, *cc; in crom_has_specver() local
188 crom_parse_text(struct crom_context *cc, char *buf, int len) in crom_parse_text()
299 crom_desc(struct crom_context *cc, char *buf, int len) in crom_desc()
/dragonfly/contrib/mpfr/src/
H A Dadd1.c117 mp_limb_t cc; in mpfr_add1() local
283 mp_limb_t bb, cc; in mpfr_add1() local
327 mp_limb_t bb, cc; in mpfr_add1() local
452 mp_limb_t cc; in mpfr_add1() local
/dragonfly/sys/dev/raid/ciss/
H A Dciss.c1036 struct ciss_command *cc; in ciss_soft_reset() local
1253 struct ciss_command *cc; in ciss_report_luns() local
1625 struct ciss_command *cc; in ciss_identify_logical() local
1725 struct ciss_command *cc; in ciss_get_ldrive_status() local
1991 struct ciss_command *cc; in ciss_start() local
2031 struct ciss_command *cc; in ciss_done() local
2064 struct ciss_command *cc; in ciss_perf_done() local
2426 struct ciss_command *cc; in ciss_preen_command() local
2664 struct ciss_command *cc; in ciss_request_map_helper() local
3025 struct ciss_command *cc; in ciss_cam_action_io() local
[all …]
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_regdomain.c163 uint16_t cc = rd &~ COUNTRY_ERD_FLAG; in isEepromValid() local
236 uint16_t cc = rd & ~COUNTRY_ERD_FLAG; in getDefaultCountry() local
261 getregstate(struct ath_hal *ah, HAL_CTRY_CODE cc, HAL_REG_DOMAIN regDmn, in getregstate()
367 u_int modeSelect, HAL_CTRY_CODE cc, HAL_REG_DOMAIN regDmn, in getchannels()
600 u_int modeSelect, HAL_CTRY_CODE cc, HAL_REG_DOMAIN regDmn, in ath_hal_getchannels()
695 u_int modeSelect, HAL_CTRY_CODE cc, HAL_REG_DOMAIN regDmn, in ath_hal_init_channels()
727 HAL_CTRY_CODE cc, HAL_REG_DOMAIN rd) in ath_hal_set_channels()
779 HAL_CHANNEL_INTERNAL *cc = &AH_PRIVATE(ah)->ah_channels[c->ic_devdata]; in ath_hal_checkchannel() local
/dragonfly/sys/net/wg/
H A Dwg_cookie.c186 struct cookie_checker *cc; in cookie_checker_alloc() local
196 cookie_checker_free(struct cookie_checker *cc) in cookie_checker_free()
205 cookie_checker_update(struct cookie_checker *cc, in cookie_checker_update()
222 cookie_checker_create_payload(struct cookie_checker *cc, in cookie_checker_create_payload()
243 cookie_checker_validate_macs(struct cookie_checker *cc, in cookie_checker_validate_macs()
408 make_cookie(struct cookie_checker *cc, uint8_t cookie[COOKIE_COOKIE_SIZE], in make_cookie()
/dragonfly/games/larn/
H A Dtok.c28 char cc; in yylex() local
118 char cc; in flushall() local
/dragonfly/sys/sys/
H A Dcallout.h88 #define callout_set_arg(cc, _arg) do { \ argument
92 #define callout_arg(cc) ((cc)->toc ? (cc)->toc->rarg : NULL) argument
93 #define callout_func(cc) ((cc)->toc ? (cc)->toc->rfunc : NULL) argument
/dragonfly/lib/libkvm/
H A Dkvm.c364 int cc; in kvm_read() local
434 size_t len, cc, pos; in kvm_readstr() local
531 int cc; in kvm_write() local
/dragonfly/contrib/cvs-1.12/diff/
H A Dside.c86 char cc; local
194 char cc; local
H A Difdef.c234 char cc = c; local
301 char cc; local
/dragonfly/contrib/gmp/mpn/generic/
H A Dsqrtrem.c164 int cc; in mpn_sqrtrem2() local
262 mp_limb_t *tp, s0[1], cc, high, rl; in mpn_sqrtrem() local
H A Dmul_fft.c198 mp_limb_t cc, rd; in mpn_fft_mul_2exp_modF() local
494 mp_limb_t cc; in mpn_fft_mul_modF_K() local
593 mp_limb_t cc; in mpn_fft_norm_modF() local
717 mp_limb_t cc; in mpn_mul_fft_internal() local
899 int cc, c2, oldcc; in mpn_mul_fft_full() local
/dragonfly/usr.sbin/traceroute6/
H A Dtraceroute6.c748 int cc; in main() local
810 int cc = 0; in wait_for_reply() local
968 packet_ok(struct msghdr *mhdr, int cc, int seq) in packet_ok()
1152 print(struct msghdr *mhdr, int cc) in print()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_ses.c957 struct sscfg *cc; in ses_softc_init() local
1070 struct sscfg *cc; in ses_getconfig() local
1218 struct sscfg *cc; in ses_getputstat() local
1645 struct scfg *cc; in safte_softc_init() local
1742 struct scfg *cc = ssc->ses_private; in safte_set_encstat() local
1787 struct scfg *cc; in safte_set_objstat() local
1975 struct scfg *cc = ssc->ses_private; in safte_rdstat() local
2358 struct scfg *cc = ssc->ses_private; in set_objstat_sel() local
2443 struct scfg *cc = ssc->ses_private; in wrbuf16() local
2478 struct scfg *cc = ssc->ses_private; in wrslot_stat() local
[all …]
/dragonfly/stand/lib/
H A Dnfs.c176 size_t cc; in nfs_getrootfh() local
245 ssize_t cc; in nfs_lookupfh() local
297 ssize_t cc; in nfs_readlink() local
344 size_t cc; in nfs_readdata() local
596 ssize_t cc; in nfs_read() local
702 size_t cc; in nfs_readdir() local
/dragonfly/sys/net/accf_http/
H A Daccf_http.c181 int cmplen, cc; in sohashttpget() local
229 int i, cc, spaces, inspaces; in soparsehttpvers() local
/dragonfly/games/hack/
H A Dhack.do_name.c77 coord cc; in getpos() local
116 coord cc; in do_mname() local
/dragonfly/usr.sbin/traceroute/
H A Dtraceroute.c608 int cc; in main() local
739 int cc = 0, fdsn; in wait_for_reply() local
1007 packet_ok(u_char *buf, int cc, struct sockaddr_in *from, int seq, int iflag) in packet_ok()
1088 print(u_char *buf, int cc, struct sockaddr_in *from) in print()
/dragonfly/lib/libc/locale/
H A Dbtowc.c44 char cc; in btowc_l() local
/dragonfly/sbin/routed/
H A Dinput.c50 int cc; in read_rip() local
131 int cc) in input()

1234567