Home
last modified time | relevance | path

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

/freebsd-13.1/sys/fs/devfs/
H A Ddevfs.h117 #define DEVFSIO_SGETNEXT _IOWR('D', 12, devfs_rsnum) macro
H A Ddevfs_rule.c297 case DEVFSIO_SGETNEXT: in devfs_rules_ioctl()
/freebsd-13.1/sbin/devfs/
H A Drule.c241 while (ioctl(mpfd, DEVFSIO_SGETNEXT, &rsnum) != -1) in rule_showsets()