HomeSort by: relevance | last modified time | path
    Searched defs:hfsc_fd (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/altq/libaltq/
qop_hfsc.c 82 static int hfsc_fd = -1; variable in typeref:typename:int
995 if (hfsc_fd < 0 &&
996 (hfsc_fd = open(HFSC_DEVICE, O_RDWR)) < 0 &&
997 (hfsc_fd = open_module(HFSC_DEVICE, O_RDWR)) < 0) {
1007 if (ioctl(hfsc_fd, HFSC_IF_ATTACH, &attach) < 0)
1020 if (ioctl(hfsc_fd, HFSC_IF_DETACH, &iface) < 0)
1024 close(hfsc_fd);
1025 hfsc_fd = -1;
1038 if (ioctl(hfsc_fd, HFSC_CLEAR_HIERARCHY, &iface) < 0)
1051 if (ioctl(hfsc_fd, HFSC_ENABLE, &iface) < 0
    [all...]

Completed in 10 milliseconds