Searched refs:hfsc_fd (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/altq/libaltq/
H A Dqop_hfsc.c82 static int hfsc_fd = -1; variable
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_ENABL
[all...]

Completed in 98 milliseconds