Home
last modified time | relevance | path

Searched defs:co (Results 1 – 20 of 20) sorted by relevance

/dflybsd-src/sys/sys/
H A Dcallout.h138 #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 Dapi-test.c241 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 Dtcp_timer.c256 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 Dgetcodi.c47 getcodi(int *co, double *di) in getcodi()
H A Dvisual.c66 int co; in visual() local
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/
H A Dwpas_kay.c101 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 Dwpa_auth_kay.c136 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 Dcryptdisks.c268 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 Drcsmerge.c121 static char const co[] = CO; variable
/dflybsd-src/contrib/libedit/src/
H A Dtokenizer.c213 int cc, co; in FUN() local
/dflybsd-src/sys/dev/raid/aac/
H A Daac.c460 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 Dieee802_1x_secy_ops.c109 enum confidentiality_offset co) in secy_cp_control_confidentiality_offset()
H A Dieee802_1x_kay.h234 enum confidentiality_offset co; member
/dflybsd-src/usr.bin/rpcgen/
H A Drpc_parse.h177 const_def co; member
/dflybsd-src/contrib/nvi2/regex/
H A Dregcomp.c150 #define REQUIRE(co, e) ((co) || SETERROR(e)) argument
/dflybsd-src/sys/bus/u4b/
H A Dusbdi.h405 struct callout co; member
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-coalesce.c1603 for (cost_one_pair *co = cl->cost_one_list; co; co = co->next) in compute_optimized_partition_bases() local
H A Domp-expand.c2083 tree co = fold_convert_loc (loc, itype, off); in expand_omp_ordered_sink() local
/dflybsd-src/contrib/gmp/
H A Dgmp-impl.h4181 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 Dncr.c6857 int co, da, st, en, di, se, post,work,disc; local