HomeSort by: relevance | last modified time | path
    Searched refs:CBQ_ENABLE (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/altq/
altq_cbq.h 171 #define CBQ_ENABLE _IOW('Q', 3, struct cbq_interface)
altq_cbq.c 813 * cbq_set_enable(struct cbq_enable *ep) - this function processed the
1024 case CBQ_ENABLE:
  /src/usr.sbin/altq/libaltq/
qop_cbq.c 70 static int cbq_enable(struct ifinfo *);
98 cbq_enable,
974 cbq_enable(struct ifinfo *ifinfo) function in typeref:typename:int
981 if (ioctl(cbq_fd, CBQ_ENABLE, &iface) < 0)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1023 unsigned IOCTL_CBQ_ENABLE = CBQ_ENABLE;
sanitizer_interceptors_ioctl_netbsd.inc 61 _(CBQ_ENABLE, READ, struct_cbq_interface_sz);

Completed in 19 milliseconds