Home
last modified time | relevance | path

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

/freebsd/sbin/devfs/
H A Drule.c193 while (ioctl(mpfd, DEVFSIO_RGETNEXT, &dr) != -1) { in rule_delset()
215 rv = ioctl(mpfd, DEVFSIO_RGETNEXT, &dr); in rule_show()
222 while (ioctl(mpfd, DEVFSIO_RGETNEXT, &dr) != -1) in rule_show()
/freebsd/sys/fs/devfs/
H A Ddevfs.h109 #define DEVFSIO_RGETNEXT _IOWR('D', 4, struct devfs_rule) macro
H A Ddevfs_rule.c252 case DEVFSIO_RGETNEXT: in devfs_rules_ioctl()