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

  /src/sys/altq/
altq_wfq.h 87 #define WFQ_ENABLE _IOW('Q', 3, struct wfq_interface)
altq_wfq.c 692 case WFQ_ENABLE:
  /src/usr.sbin/altq/libaltq/
qop_wfq.c 55 static int wfq_enable(struct ifinfo *);
69 wfq_enable,
261 wfq_enable(struct ifinfo *ifinfo) function in typeref:typename:int
268 if (ioctl(wfq_fd, WFQ_ENABLE, &iface) < 0)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1104 unsigned IOCTL_WFQ_ENABLE = WFQ_ENABLE;

Completed in 27 milliseconds