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

/freebsd-12-stable/sys/fs/devfs/
H A Ddevfs.h113 #define DEVFSIO_RGETNEXT _IOWR('D', 4, struct devfs_rule) macro
H A Ddevfs_rule.c254 case DEVFSIO_RGETNEXT:
/freebsd-12-stable/sbin/devfs/
H A Drule.c196 while (ioctl(mpfd, DEVFSIO_RGETNEXT, &dr) != -1) {
202 err(1, "ioctl DEVFSIO_RGETNEXT");
218 rv = ioctl(mpfd, DEVFSIO_RGETNEXT, &dr);
220 err(1, "ioctl DEVFSIO_RGETNEXT");
225 while (ioctl(mpfd, DEVFSIO_RGETNEXT, &dr) != -1)
228 err(1, "ioctl DEVFSIO_RGETNEXT");

Completed in 80 milliseconds