| /freebsd/sys/net/route/ |
| H A D | nhgrp.c | 137 find_nhgrp(struct nh_control *ctl, const struct nhgrp_priv *key) in find_nhgrp() 155 link_nhgrp(struct nh_control *ctl, struct nhgrp_priv *grp_priv) in link_nhgrp() 189 unlink_nhgrp(struct nh_control *ctl, struct nhgrp_priv *key) in unlink_nhgrp() 226 consider_resize(struct nh_control *ctl, uint32_t new_gr_bucket, uint32_t new_idx_items) in consider_resize() 275 nhgrp_ctl_alloc_default(struct nh_control *ctl, int malloc_flags) in nhgrp_ctl_alloc_default() 310 nhgrp_ctl_init(struct nh_control *ctl) in nhgrp_ctl_init() 322 nhgrp_ctl_free(struct nh_control *ctl) in nhgrp_ctl_free() 329 nhgrp_ctl_unlink_all(struct nh_control *ctl) in nhgrp_ctl_unlink_all()
|
| H A D | nhop.c | 77 struct nh_control *ctl; in nhops_init_rib() local 111 destroy_ctl(struct nh_control *ctl) in destroy_ctl() 127 struct nh_control *ctl; in destroy_ctl_epoch() local 137 struct nh_control *ctl; in nhops_destroy_rib() local 228 consider_resize(struct nh_control *ctl, uint32_t new_nh_buckets, uint32_t new_idx_items) in consider_resize() 279 link_nhop(struct nh_control *ctl, struct nhop_priv *nh_priv) in link_nhop() 325 unlink_nhop(struct nh_control *ctl, struct nhop_priv *nh_priv_del) in unlink_nhop() 373 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 | 358 struct nh_control *ctl; in nhgrp_free() local 486 struct nh_control *ctl; in nhgrp_alloc() local 553 struct nh_control *ctl = key->nh_control; in nhgrp_get_nhgrp() local 597 get_nhgrp(struct nh_control *ctl, struct weightened_nhop *wn, int num_nhops, in get_nhgrp() 624 append_nhops(struct nh_control *ctl, const struct nhgrp_object *gr_orig, in append_nhops() 678 merge_nhgrps(struct nh_control *ctl, const struct nhgrp_object *gr_orig, in merge_nhgrps() 737 struct nh_control *ctl = rh->nh_control; in nhgrp_get_group() local 759 struct nh_control *ctl = rh->nh_control; in nhgrp_get_filtered_group() local 816 struct nh_control *ctl = rh->nh_control; in nhgrp_get_addition_group() local 862 struct nh_control *ctl = rh->nh_control; in nhgrp_get_merge_group() local [all …]
|
| H A D | nhop_ctl.c | 507 finalize_nhop(struct nh_control *ctl, struct nhop_object *nh, bool link) in finalize_nhop() 607 struct nh_control *ctl; in nhop_free() local 1083 struct nh_control *ctl; in nhops_update_ifmtu() local 1110 struct nh_control *ctl = iter->rh->nh_control; in nhops_iter_start() local 1132 struct nh_control *ctl = iter->rh->nh_control; in nhops_iter_next() local 1148 struct nh_control *ctl = iter->rh->nh_control; in nhops_iter_stop() local 1286 struct nh_control *ctl; in nhops_get_count() local 1301 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/route/ |
| H A D | nexthop.c | 155 struct unhop_ctl *ctl = atomic_load_ptr(&V_un_ctl); in nl_find_nhop() local 253 nl_find_base_unhop(struct unhop_ctl *ctl, uint32_t uidx) in nl_find_base_unhop() 352 find_spare_uidx(struct unhop_ctl *ctl) in find_spare_uidx() 502 delete_unhop(struct unhop_ctl *ctl, struct nlmsghdr *hdr, uint32_t uidx) in delete_unhop() 571 consider_resize(struct unhop_ctl *ctl, uint32_t new_size) in consider_resize() 604 struct unhop_ctl *ctl = malloc(sizeof(struct unhop_ctl), M_NETLINK, in vnet_init_unhops() local 633 struct unhop_ctl *ctl = atomic_load_ptr(&V_un_ctl); in vnet_destroy_unhops() local 748 newnhg(struct unhop_ctl *ctl, struct nl_parsed_nhop *attrs, struct user_nhop *unhop) in newnhg() 886 struct unhop_ctl *ctl = V_un_ctl; in rtnl_handle_newnhop() local 965 struct unhop_ctl *ctl = atomic_load_ptr(&V_un_ctl); in rtnl_handle_delnhop() local [all …]
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | pci_virtio_scsi_ctl.c | 174 struct vtscsi_ctl_backend *ctl = in vtscsi_ctl_req_alloc() local 200 struct vtscsi_ctl_backend *ctl; in vtscsi_ctl_tmf_hdl() local 286 struct vtscsi_ctl_backend *ctl; in vtscsi_ctl_req_hdl() local
|
| /freebsd/lib/libmixer/ |
| H A D | mixer.c | 216 mix_ctl_t *ctl, *cp; in mixer_add_ctl() local 249 mixer_add_ctl_s(mix_ctl_t *ctl) in mixer_add_ctl_s() 262 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
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/ |
| H A D | tcreat3.c | 62 HASHINFO ctl; local
|
| H A D | tdel.c | 63 HASHINFO ctl; local
|