Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/devfs/
H A Drule.c139 rulespec_infp(stdin, DEVFSIO_RAPPLY, in_rsnum); in rule_apply()
142 rv = ioctl(mpfd, DEVFSIO_RAPPLY, &dr); in rule_apply()
/freebsd-14.2/sys/fs/devfs/
H A Ddevfs.h109 #define DEVFSIO_RAPPLY _IOW('D', 2, struct devfs_rule) macro
H A Ddevfs_rule.c201 case DEVFSIO_RAPPLY: in devfs_rules_ioctl()