Home
last modified time | relevance | path

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

/freebsd/sbin/devfs/
H A Drule.c116 rulespec_infp(stdin, DEVFSIO_RADD, in_rsnum); in rule_add()
119 rv = ioctl(mpfd, DEVFSIO_RADD, &dr); in rule_add()
/freebsd/sys/fs/devfs/
H A Ddevfs.h105 #define DEVFSIO_RADD _IOWR('D', 0, struct devfs_rule) macro
H A Ddevfs_rule.c185 case DEVFSIO_RADD: in devfs_rules_ioctl()