Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDcallout.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
/dragonfly/contrib/cryptsetup/tests/
HDapi-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
/dragonfly/sys/netinet/
HDtcp_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
/dragonfly/games/trek/
HDgetcodi.c47 getcodi(int *co, double *di) in getcodi()
HDvisual.c66 int co; in visual() local
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDwpas_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()
/dragonfly/contrib/wpa_supplicant/src/ap/
HDwpa_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()
/dragonfly/sbin/cryptdisks/
HDcryptdisks.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
/dragonfly/gnu/usr.bin/rcs/rcsmerge/
HDrcsmerge.c121 static char const co[] = CO; variable
/dragonfly/contrib/libedit/src/
HDtokenizer.c213 int cc, co; in FUN() local
/dragonfly/sys/dev/raid/aac/
HDaac.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
/dragonfly/contrib/wpa_supplicant/src/pae/
HDieee802_1x_secy_ops.c109 enum confidentiality_offset co) in secy_cp_control_confidentiality_offset()
HDieee802_1x_kay.h234 enum confidentiality_offset co; member
/dragonfly/usr.bin/rpcgen/
HDrpc_parse.h177 const_def co; member
/dragonfly/contrib/nvi2/regex/
HDregcomp.c150 #define REQUIRE(co, e) ((co) || SETERROR(e)) argument
/dragonfly/sys/bus/u4b/
HDusbdi.h405 struct callout co; member
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-ssa-coalesce.c1603 for (cost_one_pair *co = cl->cost_one_list; co; co = co->next) in compute_optimized_partition_bases() local
HDomp-expand.c2083 tree co = fold_convert_loc (loc, itype, off); in expand_omp_ordered_sink() local
/dragonfly/contrib/gmp/
HDgmp-impl.h4181 mp_limb_t co; in mpn_add_nc() local
4195 mp_limb_t co; in mpn_sub_nc() local
/dragonfly/sys/dev/disk/ncr/
HDncr.c6857 int co, da, st, en, di, se, post,work,disc; local