Home
last modified time | relevance | path

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

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