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

  /src/sys/altq/
altq_rio.h 80 #define RIO_ENABLE _IOW('Q', 3, struct rio_interface)
altq_rio.c 512 case RIO_ENABLE:
  /src/usr.sbin/altq/libaltq/
qop_rio.c 56 static int rio_enable(struct ifinfo *);
70 rio_enable,
329 rio_enable(struct ifinfo *ifinfo) function in typeref:typename:int
336 if (ioctl(rio_fd, RIO_ENABLE, &iface) < 0)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1097 unsigned IOCTL_RIO_ENABLE = RIO_ENABLE;

Completed in 17 milliseconds