Home
last modified time | relevance | path

Searched refs:hfsc_interface (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/net/altq/
H A Daltq_hfsc.h172 struct hfsc_interface { struct
177 struct hfsc_interface iface; argument
182 struct hfsc_interface iface;
192 struct hfsc_interface iface;
197 struct hfsc_interface iface;
204 struct hfsc_interface iface;
212 struct hfsc_interface iface;
217 struct hfsc_interface iface;
228 #define HFSC_IF_DETACH _IOW('Q', 2, struct hfsc_interface)
229 #define HFSC_ENABLE _IOW('Q', 3, struct hfsc_interface)
[all …]
H A Daltq_hfsc.c147 static int hfsccmd_if_detach(struct hfsc_interface *);
2018 struct hfsc_interface *ifacep;
2046 error = hfsccmd_if_detach((struct hfsc_interface *)addr);
2052 ifacep = (struct hfsc_interface *)addr;
2140 struct hfsc_interface *ap; in hfsccmd_if_detach()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc507 unsigned struct_hfsc_interface_sz = sizeof(hfsc_interface);