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

/freebsd-10.2-release/sys/fs/devfs/
H A Ddevfs.h111 #define DEVFSIO_RGETNEXT _IOWR('D', 4, struct devfs_rule) macro
H A Ddevfs_rule.c252 case DEVFSIO_RGETNEXT:
/freebsd-10.2-release/sbin/devfs/
H A Drule.c194 while (ioctl(mpfd, DEVFSIO_RGETNEXT, &dr) != -1) {
200 err(1, "ioctl DEVFSIO_RGETNEXT");
216 rv = ioctl(mpfd, DEVFSIO_RGETNEXT, &dr);
218 err(1, "ioctl DEVFSIO_RGETNEXT");
223 while (ioctl(mpfd, DEVFSIO_RGETNEXT, &dr) != -1)
226 err(1, "ioctl DEVFSIO_RGETNEXT");

Completed in 102 milliseconds