/freebsd/sys/net/route/ |
H A D | nhgrp.c | 138 find_nhgrp(struct nh_control *ctl, const struct nhgrp_priv *key) in find_nhgrp() 156 link_nhgrp(struct nh_control *ctl, struct nhgrp_priv *grp_priv) in link_nhgrp() 190 unlink_nhgrp(struct nh_control *ctl, struct nhgrp_priv *key) in unlink_nhgrp() 227 consider_resize(struct nh_control *ctl, uint32_t new_gr_bucket, uint32_t new_idx_items) in consider_resize() 276 nhgrp_ctl_alloc_default(struct nh_control *ctl, int malloc_flags) in nhgrp_ctl_alloc_default() 311 nhgrp_ctl_init(struct nh_control *ctl) in nhgrp_ctl_init() 323 nhgrp_ctl_free(struct nh_control *ctl) in nhgrp_ctl_free() 330 nhgrp_ctl_unlink_all(struct nh_control *ctl) in nhgrp_ctl_unlink_all()
|
H A D | nhop.c | 78 struct nh_control *ctl; in nhops_init_rib() local 112 destroy_ctl(struct nh_control *ctl) in destroy_ctl() 130 struct nh_control *ctl; in destroy_ctl_epoch() local 140 struct nh_control *ctl; in nhops_destroy_rib() local 233 consider_resize(struct nh_control *ctl, uint32_t new_nh_buckets, uint32_t new_idx_items) in consider_resize() 284 link_nhop(struct nh_control *ctl, struct nhop_priv *nh_priv) in link_nhop() 330 unlink_nhop(struct nh_control *ctl, struct nhop_priv *nh_priv_del) in unlink_nhop() 378 find_nhop(struct nh_control *ctl, const struct nhop_priv *nh_priv) in find_nhop()
|
H A D | nhop_var.h | 63 #define NHOPS_WLOCK(ctl) rw_wlock(&(ctl)->ctl_lock) argument 64 #define NHOPS_RLOCK(ctl) rw_rlock(&(ctl)->ctl_lock) argument 65 #define NHOPS_WUNLOCK(ctl) rw_wunlock(&(ctl)->ctl_lock) argument 66 #define NHOPS_RUNLOCK(ctl) rw_runlock(&(ctl)->ctl_lock) argument 67 #define NHOPS_LOCK_INIT(ctl) rw_init(&(ctl)->ctl_lock, "nhop_ctl") argument 68 #define NHOPS_LOCK_DESTROY(ctl) rw_destroy(&(ctl)->ctl_lock) argument 69 #define NHOPS_WLOCK_ASSERT(ctl) rw_assert(&(ctl)->ctl_lock, RA_WLOCKED) argument
|
H A D | nhgrp_ctl.c | 338 struct nh_control *ctl; in nhgrp_free() local 466 struct nh_control *ctl; in nhgrp_alloc() local 521 struct nh_control *ctl = key->nh_control; in nhgrp_get_nhgrp() local 565 get_nhgrp(struct nh_control *ctl, struct weightened_nhop *wn, int num_nhops, in get_nhgrp() 592 append_nhops(struct nh_control *ctl, const struct nhgrp_object *gr_orig, in append_nhops() 648 struct nh_control *ctl = rh->nh_control; in nhgrp_get_group() local 670 struct nh_control *ctl = rh->nh_control; in nhgrp_get_filtered_group() local 727 struct nh_control *ctl = rh->nh_control; in nhgrp_get_addition_group() local 926 struct nh_control *ctl; in nhgrp_get_count() local 941 struct nh_control *ctl = rh->nh_control; in nhgrp_dump_sysctl() local
|
H A D | nhop_ctl.c | 489 finalize_nhop(struct nh_control *ctl, struct nhop_object *nh, bool link) in finalize_nhop() 589 struct nh_control *ctl; in nhop_free() local 1057 struct nh_control *ctl; in nhops_update_ifmtu() local 1084 struct nh_control *ctl = iter->rh->nh_control; in nhops_iter_start() local 1106 struct nh_control *ctl = iter->rh->nh_control; in nhops_iter_next() local 1122 struct nh_control *ctl = iter->rh->nh_control; in nhops_iter_stop() local 1261 struct nh_control *ctl; in nhops_get_count() local 1276 struct nh_control *ctl; in nhops_dump_sysctl() local
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | fwctl.h | 38 struct ctl { struct 45 static struct ctl __CONCAT(__ctl, __LINE__) = { \ argument
|
/freebsd/sbin/ipf/ipsend/ |
H A D | dlcommon.c | 43 struct strbuf ctl; in dlinforeq() local 62 struct strbuf ctl; in dlinfoack() local 89 struct strbuf ctl; in dlattachreq() local 110 struct strbuf ctl; in dlenabmultireq() local 136 struct strbuf ctl; in dldisabmultireq() local 161 struct strbuf ctl; in dlpromisconreq() local 182 struct strbuf ctl; in dlpromiscoff() local 202 struct strbuf ctl; in dlphysaddrreq() local 223 struct strbuf ctl; in dlsetphysaddrreq() local 248 struct strbuf ctl; in dldetachreq() local [all …]
|
/freebsd/sys/netlink/ |
H A D | netlink_module.c | 72 free_nl_ctl(struct nl_control *ctl) in free_nl_ctl() 81 struct nl_control *ctl; in vnet_nl_ctl_init() local 111 struct nl_control *ctl; in vnet_nl_ctl_destroy() local 194 struct nl_control *ctl; in can_unload() local
|
H A D | netlink_domain.c | 212 struct nl_control *ctl = atomic_load_ptr(&V_nl_ctl); in nl_send_group() local 332 struct nl_control *ctl = atomic_load_ptr(&V_nl_ctl); in nl_pru_attach() local 378 struct nl_control *ctl = atomic_load_ptr(&V_nl_ctl); in nl_pru_bind() local 405 struct nl_control *ctl = atomic_load_ptr(&V_nl_ctl); in nl_assign_port() local 430 struct nl_control *ctl = atomic_load_ptr(&V_nl_ctl); in nl_autobind_port() local 494 struct nl_control *ctl = atomic_load_ptr(&V_nl_ctl); in nl_close() local 855 struct nl_control *ctl = atomic_load_ptr(&V_nl_ctl); in nl_ctloutput() local
|
/freebsd/sys/netlink/route/ |
H A D | nexthop.c | 156 struct unhop_ctl *ctl = atomic_load_ptr(&V_un_ctl); in nl_find_nhop() local 254 nl_find_base_unhop(struct unhop_ctl *ctl, uint32_t uidx) in nl_find_base_unhop() 356 find_spare_uidx(struct unhop_ctl *ctl) in find_spare_uidx() 506 delete_unhop(struct unhop_ctl *ctl, struct nlmsghdr *hdr, uint32_t uidx) in delete_unhop() 575 consider_resize(struct unhop_ctl *ctl, uint32_t new_size) in consider_resize() 608 struct unhop_ctl *ctl = malloc(sizeof(struct unhop_ctl), M_NETLINK, in vnet_init_unhops() local 637 struct unhop_ctl *ctl = atomic_load_ptr(&V_un_ctl); in vnet_destroy_unhops() local 752 newnhg(struct unhop_ctl *ctl, struct nl_parsed_nhop *attrs, struct user_nhop *unhop) in newnhg() 890 struct unhop_ctl *ctl = V_un_ctl; in rtnl_handle_newnhop() local 969 struct unhop_ctl *ctl = atomic_load_ptr(&V_un_ctl); in rtnl_handle_delnhop() local [all …]
|
/freebsd/lib/libmixer/ |
H A D | mixer.c | 218 mix_ctl_t *ctl, *cp; in mixer_add_ctl() local 251 mixer_add_ctl_s(mix_ctl_t *ctl) in mixer_add_ctl_s() 264 mixer_remove_ctl(mix_ctl_t *ctl) in mixer_remove_ctl()
|
/freebsd/contrib/bearssl/src/codec/ |
H A D | ccopy.c | 29 br_ccopy(uint32_t ctl, void *dst, const void *src, size_t len) in br_ccopy()
|
/freebsd/contrib/bearssl/src/int/ |
H A D | i31_add.c | 29 br_i31_add(uint32_t *a, const uint32_t *b, uint32_t ctl) in br_i31_add()
|
H A D | i15_add.c | 29 br_i15_add(uint16_t *a, const uint16_t *b, uint32_t ctl) in br_i15_add()
|
H A D | i15_sub.c | 29 br_i15_sub(uint16_t *a, const uint16_t *b, uint32_t ctl) in br_i15_sub()
|
H A D | i31_sub.c | 29 br_i31_sub(uint32_t *a, const uint32_t *b, uint32_t ctl) in br_i31_sub()
|
H A D | i32_add.c | 29 br_i32_add(uint32_t *a, const uint32_t *b, uint32_t ctl) in br_i32_add()
|
H A D | i32_sub.c | 29 br_i32_sub(uint32_t *a, const uint32_t *b, uint32_t ctl) in br_i32_sub()
|
H A D | i32_modpow.c | 57 uint32_t ctl; in br_i32_modpow() local
|
H A D | i15_modpow.c | 42 uint32_t ctl; in br_i15_modpow() local
|
H A D | i31_modpow.c | 57 uint32_t ctl; in br_i31_modpow() local
|
H A D | i32_div32.c | 41 uint32_t w, ctl, hi2, lo2; in br_divrem() local
|
/freebsd/lib/libc/db/test/hash.tests/ |
H A D | tcreat3.c | 50 HASHINFO ctl; local
|
H A D | tdel.c | 51 HASHINFO ctl; local
|
H A D | thash4.c | 53 HASHINFO ctl; local
|