Searched refs:DEVFSIO_RADD (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/fs/devfs/
H A Ddevfs.h109 #define DEVFSIO_RADD _IOWR('D', 0, struct devfs_rule) macro
H A Ddevfs_rule.c187 case DEVFSIO_RADD:
/freebsd-12-stable/sbin/devfs/
H A Drule.c119 rulespec_infp(stdin, DEVFSIO_RADD, in_rsnum);
122 rv = ioctl(mpfd, DEVFSIO_RADD, &dr);
124 err(1, "ioctl DEVFSIO_RADD");

Completed in 108 milliseconds