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

/freebsd-11.0-release/usr.sbin/bhyve/
H A Dpci_passthru.c73 static int iofd = -1; variable
660 if (iofd < 0) {
661 iofd = open(_PATH_DEVIO, O_RDWR, 0);
662 if (iofd < 0) {
857 (void)ioctl(iofd, IODEV_PIO, &pio);
881 (void)ioctl(iofd, IODEV_PIO, &pio);
/freebsd-11.0-release/release/picobsd/tinyware/msh/
H A Dsh1.c341 fd = e.iofd;
345 while (--fd >= e.iofd)
H A Dsh.h150 int iofd; member in struct:env

Completed in 109 milliseconds