Home
last modified time | relevance | path

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

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