Searched refs:wfq_interface (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/altq/
H A Daltq_wfq.h42 struct wfq_interface{ struct
47 struct wfq_interface iface;
55 struct wfq_interface iface;
68 struct wfq_interface iface;
74 struct wfq_interface iface;
85 #define WFQ_IF_ATTACH _IOW('Q', 1, struct wfq_interface)
86 #define WFQ_IF_DETACH _IOW('Q', 2, struct wfq_interface)
87 #define WFQ_ENABLE _IOW('Q', 3, struct wfq_interface)
88 #define WFQ_DISABLE _IOW('Q', 4, struct wfq_interface)
H A Daltq_wfq.c69 static int wfq_setenable(struct wfq_interface *, int);
70 static int wfq_ifattach(struct wfq_interface *);
71 static int wfq_ifdetach(struct wfq_interface *);
91 wfq_setenable(struct wfq_interface *ifacep, int flag)
112 wfq_ifattach(struct wfq_interface *ifacep)
180 wfq_ifdetach(struct wfq_interface *ifacep)
654 struct wfq_interface iface;
693 error = wfq_setenable((struct wfq_interface *)addr, ENABLE);
697 error = wfq_setenable((struct wfq_interface *)addr, DISABLE);
701 error = wfq_ifattach((struct wfq_interface *)add
[all...]
/netbsd-current/usr.sbin/altq/libaltq/
H A Dqop_wfq.c204 struct wfq_interface iface;
245 struct wfq_interface iface;
263 struct wfq_interface iface;
276 struct wfq_interface iface;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc904 unsigned struct_wfq_interface_sz = sizeof(wfq_interface);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc1065 unsigned struct_wfq_interface_sz = sizeof(wfq_interface);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1066 unsigned struct_wfq_interface_sz = sizeof(wfq_interface);

Completed in 144 milliseconds