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

  /src/usr.sbin/altq/libaltq/
qop_fifoq.c 60 static int fifoq_fd = -1; variable in typeref:typename:int
175 if (fifoq_fd < 0 &&
176 (fifoq_fd = open(FIFOQ_DEVICE, O_RDWR)) < 0 &&
177 (fifoq_fd = open_module(FIFOQ_DEVICE, O_RDWR)) < 0) {
186 if (ioctl(fifoq_fd, FIFOQ_IF_ATTACH, &iface) < 0)
195 if (ioctl(fifoq_fd, FIFOQ_CONFIG, &conf) < 0)
212 if (ioctl(fifoq_fd, FIFOQ_IF_DETACH, &iface) < 0)
216 close(fifoq_fd);
217 fifoq_fd = -1;
230 if (ioctl(fifoq_fd, FIFOQ_ENABLE, &iface) < 0
    [all...]

Completed in 25 milliseconds