Searched refs:DEVFSIO_RGETNEXT (Results 1 – 3 of 3) sorted by relevance
194 while (ioctl(mpfd, DEVFSIO_RGETNEXT, &dr) != -1) { in rule_delset()216 rv = ioctl(mpfd, DEVFSIO_RGETNEXT, &dr); in rule_show()223 while (ioctl(mpfd, DEVFSIO_RGETNEXT, &dr) != -1) in rule_show()
111 #define DEVFSIO_RGETNEXT _IOWR('D', 4, struct devfs_rule) macro
252 case DEVFSIO_RGETNEXT: in devfs_rules_ioctl()