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

/freebsd-10-stable/lib/libdevctl/
H A Ddevctl.c40 static int devctl2_fd = -1; local
42 if (devctl2_fd == -1) {
43 devctl2_fd = open("/dev/devctl2", O_RDONLY);
44 if (devctl2_fd == -1)
47 return (ioctl(devctl2_fd, cmd, req));

Completed in 47 milliseconds