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

  /src/usr.sbin/altq/libaltq/
qop_jobs.c 124 static int jobs_fd = -1; variable in typeref:typename:int
521 if (jobs_fd < 0 &&
522 (jobs_fd = open(JOBS_DEVICE, O_RDWR)) < 0 &&
523 (jobs_fd = open_module(JOBS_DEVICE, O_RDWR)) < 0) {
535 if (ioctl(jobs_fd, JOBS_IF_ATTACH, (struct jobs_attach*) &attach) < 0)
556 if (ioctl(jobs_fd, JOBS_IF_DETACH, &iface) < 0)
560 close(jobs_fd);
561 jobs_fd = -1;
574 if (ioctl(jobs_fd, JOBS_ENABLE, &iface) < 0)
587 if (ioctl(jobs_fd, JOBS_DISABLE, &iface) < 0
    [all...]

Completed in 13 milliseconds