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

  /src/sys/altq/
altq_wfq.h 89 #define WFQ_CONFIG _IOWR('Q', 6, struct wfq_conf)
altq_wfq.c 82 static int wfq_config(struct wfq_conf *);
563 wfq_config(struct wfq_conf *cf) function in typeref:typename:int
720 case WFQ_CONFIG:
721 error = wfq_config((struct wfq_conf *)addr);
  /src/usr.sbin/altq/libaltq/
qop_wfq.c 231 if (ioctl(wfq_fd, WFQ_CONFIG, &conf) < 0) {
232 LOG(LOG_ERR, errno, "WFQ_CONFIG");
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1106 unsigned IOCTL_WFQ_CONFIG = WFQ_CONFIG;
sanitizer_interceptors_ioctl_netbsd.inc 114 _(WFQ_CONFIG, READWRITE, struct_wfq_conf_sz);

Completed in 33 milliseconds