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

/freebsd-10.2-release/sys/fs/devfs/
H A Ddevfs.h107 #define DEVFSIO_RADD _IOWR('D', 0, struct devfs_rule) macro
H A Ddevfs_rule.c185 case DEVFSIO_RADD:
/freebsd-10.2-release/sbin/devfs/
H A Drule.c117 rulespec_infp(stdin, DEVFSIO_RADD, in_rsnum);
120 rv = ioctl(mpfd, DEVFSIO_RADD, &dr);
122 err(1, "ioctl DEVFSIO_RADD");

Completed in 110 milliseconds