Home
last modified time | relevance | path

Searched defs:ctl (Results 1 – 25 of 141) sorted by relevance

123456

/freebsd-13.1/sys/net/route/
H A Dnhgrp.c136 find_nhgrp(struct nh_control *ctl, const struct nhgrp_priv *key) in find_nhgrp()
154 link_nhgrp(struct nh_control *ctl, struct nhgrp_priv *grp_priv) in link_nhgrp()
183 unlink_nhgrp(struct nh_control *ctl, struct nhgrp_priv *key) in unlink_nhgrp()
213 consider_resize(struct nh_control *ctl, uint32_t new_gr_bucket, uint32_t new_idx_items) in consider_resize()
261 nhgrp_ctl_alloc_default(struct nh_control *ctl, int malloc_flags) in nhgrp_ctl_alloc_default()
297 nhgrp_ctl_init(struct nh_control *ctl) in nhgrp_ctl_init()
309 nhgrp_ctl_free(struct nh_control *ctl) in nhgrp_ctl_free()
316 nhgrp_ctl_unlink_all(struct nh_control *ctl) in nhgrp_ctl_unlink_all()
H A Dnhop.c74 struct nh_control *ctl; in nhops_init_rib() local
109 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
237 consider_resize(struct nh_control *ctl, uint32_t new_nh_buckets, uint32_t new_idx_items) in consider_resize()
287 link_nhop(struct nh_control *ctl, struct nhop_priv *nh_priv) in link_nhop()
331 unlink_nhop(struct nh_control *ctl, struct nhop_priv *nh_priv_del) in unlink_nhop()
376 find_nhop(struct nh_control *ctl, const struct nhop_priv *nh_priv) in find_nhop()
H A Dnhop_var.h65 #define NHOPS_WLOCK(ctl) rw_wlock(&(ctl)->ctl_lock) argument
66 #define NHOPS_RLOCK(ctl) rw_rlock(&(ctl)->ctl_lock) argument
67 #define NHOPS_WUNLOCK(ctl) rw_wunlock(&(ctl)->ctl_lock) argument
68 #define NHOPS_RUNLOCK(ctl) rw_runlock(&(ctl)->ctl_lock) argument
69 #define NHOPS_LOCK_INIT(ctl) rw_init(&(ctl)->ctl_lock, "nhop_ctl") argument
70 #define NHOPS_LOCK_DESTROY(ctl) rw_destroy(&(ctl)->ctl_lock) argument
71 #define NHOPS_WLOCK_ASSERT(ctl) rw_assert(&(ctl)->ctl_lock, RA_WLOCKED) argument
H A Dnhgrp_ctl.c309 struct nh_control *ctl; in nhgrp_free() local
431 get_nhgrp(struct nh_control *ctl, struct weightened_nhop *wn, int num_nhops, in get_nhgrp()
511 append_nhops(struct nh_control *ctl, const struct nhgrp_object *gr_orig, in append_nhops()
567 struct nh_control *ctl = rh->nh_control; in nhgrp_get_group() local
589 struct nh_control *ctl = rh->nh_control; in nhgrp_get_filtered_group() local
646 struct nh_control *ctl = rh->nh_control; in nhgrp_get_addition_group() local
779 struct nh_control *ctl; in nhgrp_get_count() local
794 struct nh_control *ctl = rh->nh_control; in nhgrp_dump_sysctl() local
H A Dnhop_ctl.c548 finalize_nhop(struct nh_control *ctl, struct rt_addrinfo *info, in finalize_nhop()
650 struct nh_control *ctl; in nhop_free() local
805 struct nh_control *ctl; in nhops_update_ifmtu() local
948 struct nh_control *ctl; in nhops_get_count() local
963 struct nh_control *ctl; in nhops_dump_sysctl() local
/freebsd-13.1/usr.sbin/bhyve/
H A Dfwctl.h40 struct ctl { struct
47 static struct ctl __CONCAT(__ctl, __LINE__) = { \ argument
/freebsd-13.1/sbin/ipf/ipsend/
H A Ddlcommon.c44 struct strbuf ctl; in dlinforeq() local
63 struct strbuf ctl; in dlinfoack() local
90 struct strbuf ctl; in dlattachreq() local
111 struct strbuf ctl; in dlenabmultireq() local
137 struct strbuf ctl; in dldisabmultireq() local
162 struct strbuf ctl; in dlpromisconreq() local
183 struct strbuf ctl; in dlpromiscoff() local
203 struct strbuf ctl; in dlphysaddrreq() local
224 struct strbuf ctl; in dlsetphysaddrreq() local
249 struct strbuf ctl; in dldetachreq() local
[all …]
/freebsd-13.1/contrib/bearssl/src/codec/
H A Dccopy.c29 br_ccopy(uint32_t ctl, void *dst, const void *src, size_t len) in br_ccopy()
/freebsd-13.1/contrib/bearssl/src/int/
H A Di31_sub.c29 br_i31_sub(uint32_t *a, const uint32_t *b, uint32_t ctl) in br_i31_sub()
H A Di32_add.c29 br_i32_add(uint32_t *a, const uint32_t *b, uint32_t ctl) in br_i32_add()
H A Di15_add.c29 br_i15_add(uint16_t *a, const uint16_t *b, uint32_t ctl) in br_i15_add()
H A Di15_sub.c29 br_i15_sub(uint16_t *a, const uint16_t *b, uint32_t ctl) in br_i15_sub()
H A Di32_sub.c29 br_i32_sub(uint32_t *a, const uint32_t *b, uint32_t ctl) in br_i32_sub()
H A Di31_add.c29 br_i31_add(uint32_t *a, const uint32_t *b, uint32_t ctl) in br_i31_add()
H A Di32_modpow.c57 uint32_t ctl; in br_i32_modpow() local
H A Di15_modpow.c42 uint32_t ctl; in br_i15_modpow() local
H A Di31_modpow.c57 uint32_t ctl; in br_i31_modpow() local
H A Di32_div32.c41 uint32_t w, ctl, hi2, lo2; in br_divrem() local
/freebsd-13.1/sbin/veriexec/
H A Dveriexec.c67 unsigned long ctl; in main() local
/freebsd-13.1/lib/libc/db/test/hash.tests/
H A Dtcreat3.c62 HASHINFO ctl; local
H A Dtdel.c63 HASHINFO ctl; local
H A Dthash4.c65 HASHINFO ctl; local
/freebsd-13.1/contrib/libpcap/
H A Dpcap-dlpi.c195 struct strbuf ctl = { in pcap_read_dlpi() local
1135 struct strbuf ctl; local
1155 struct strbuf ctl; local
1510 struct strbuf ctl, data; local
1620 struct strbuf ctl; local
/freebsd-13.1/sys/cddl/dev/fbt/
H A Dfbt.c267 modctl_t *ctl; in fbt_destroy() local
283 modctl_t *ctl = fbt->fbtp_ctl; in fbt_enable() local
312 modctl_t *ctl = fbt->fbtp_ctl; in fbt_disable() local
341 modctl_t *ctl = fbt->fbtp_ctl; in fbt_suspend() local
356 modctl_t *ctl = fbt->fbtp_ctl; in fbt_resume() local
1153 modctl_t *ctl = fbt->fbtp_ctl; in fbt_getargdesc() local
/freebsd-13.1/sys/x86/x86/
H A Dmca.c93 unsigned int (*ctl)(int); member
829 uint64_t ctl; in cmci_update() local
1173 uint64_t ctl; in cmci_monitor() local
1231 uint64_t ctl; in cmci_resume() local
1364 uint64_t ctl, mask; in _mca_init() local

123456