/dflybsd-src/sys/sys/ |
H A D | callout.h | 138 #define callout_init(co) _callout_init(co, __FILE__, __LINE__) argument 139 #define callout_init_mp(co) _callout_init_mp(co, __FILE__, __LINE__) argument 140 #define callout_init_lk(co, lk) _callout_init_lk(co, lk, __FILE__, __LINE__) argument 142 #define callout_init(co) _callout_init(co) argument 143 #define callout_init_mp(co) _callout_init_mp(co) argument 144 #define callout_init_lk(co, lk) _callout_init_lk(co, lk) argument
|
/dflybsd-src/contrib/cryptsetup/tests/ |
H A D | api-test.c | 241 struct crypt_options co = { .icb = &cmd_icb }; in LuksUUID() local 259 struct crypt_options co = { .icb = &cmd_icb }; in IsLuks() local 273 struct crypt_options co = { in LuksOpen() local 297 struct crypt_options co = {. icb = &cmd_icb }; in query_device() local 317 struct crypt_options co = {. icb = &cmd_icb }; in remove_device() local 332 struct crypt_options co = { in LuksFormat() local 364 struct crypt_options co = { in LuksKeyGame() local 456 struct crypt_options co = { in DeviceResizeGame() local
|
/dflybsd-src/sys/netinet/ |
H A D | tcp_timer.c | 256 struct callout *co = &tp->tt_delack->tc_callout; in tcp_timer_delack() local 304 struct callout *co = &tp->tt_2msl->tc_callout; in tcp_timer_2msl() local 385 struct callout *co = &tp->tt_keep->tc_callout; in tcp_timer_keep() local 444 struct callout *co = &tp->tt_persist->tc_callout; in tcp_timer_persist() local 674 struct callout *co = &tp->tt_rexmt->tc_callout; in tcp_timer_rexmt() local
|
/dflybsd-src/games/trek/ |
H A D | getcodi.c | 47 getcodi(int *co, double *di) in getcodi()
|
H A D | visual.c | 66 int co; in visual() local
|
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/ |
H A D | wpas_kay.c | 101 static unsigned int conf_offset_val(enum confidentiality_offset co) in conf_offset_val() 117 enum confidentiality_offset co) in wpas_create_receive_sc() 155 enum confidentiality_offset co) in wpas_create_transmit_sc()
|
/dflybsd-src/contrib/wpa_supplicant/src/ap/ |
H A D | wpa_auth_kay.c | 136 static unsigned int conf_offset_val(enum confidentiality_offset co) in conf_offset_val() 152 enum confidentiality_offset co) in hapd_create_receive_sc() 215 enum confidentiality_offset co) in hapd_create_transmit_sc()
|
/dflybsd-src/sbin/cryptdisks/ |
H A D | cryptdisks.c | 268 generic_opts_to_luks(struct crypt_options *co, struct generic_opts *go) in generic_opts_to_luks() 286 struct crypt_options co; in entry_parser() local
|
/dflybsd-src/gnu/usr.bin/rcs/rcsmerge/ |
H A D | rcsmerge.c | 121 static char const co[] = CO; variable
|
/dflybsd-src/contrib/libedit/src/ |
H A D | tokenizer.c | 213 int cc, co; in FUN() local
|
/dflybsd-src/sys/dev/raid/aac/ |
H A D | aac.c | 460 struct aac_container *co; in aac_add_container() local 659 struct aac_container *co; in aac_detach() local 3225 struct aac_container *co, *co_next; in aac_handle_aif() local 3647 struct aac_container *co; in aac_query_disk() local
|
/dflybsd-src/contrib/wpa_supplicant/src/pae/ |
H A D | ieee802_1x_secy_ops.c | 109 enum confidentiality_offset co) in secy_cp_control_confidentiality_offset()
|
H A D | ieee802_1x_kay.h | 234 enum confidentiality_offset co; member
|
/dflybsd-src/usr.bin/rpcgen/ |
H A D | rpc_parse.h | 177 const_def co; member
|
/dflybsd-src/contrib/nvi2/regex/ |
H A D | regcomp.c | 150 #define REQUIRE(co, e) ((co) || SETERROR(e)) argument
|
/dflybsd-src/sys/bus/u4b/ |
H A D | usbdi.h | 405 struct callout co; member
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-coalesce.c | 1603 for (cost_one_pair *co = cl->cost_one_list; co; co = co->next) in compute_optimized_partition_bases() local
|
H A D | omp-expand.c | 2083 tree co = fold_convert_loc (loc, itype, off); in expand_omp_ordered_sink() local
|
/dflybsd-src/contrib/gmp/ |
H A D | gmp-impl.h | 4181 mp_limb_t co; in mpn_add_nc() local 4195 mp_limb_t co; in mpn_sub_nc() local
|
/dflybsd-src/sys/dev/disk/ncr/ |
H A D | ncr.c | 6857 int co, da, st, en, di, se, post,work,disc; local
|