Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/devfs/
H A Drule.c120 rv = ioctl(mpfd, DEVFSIO_RADD, &dr); in rule_add()
142 rv = ioctl(mpfd, DEVFSIO_RAPPLY, &dr); in rule_apply()
148 rv = ioctl(mpfd, DEVFSIO_RAPPLYID, &rid); in rule_apply()
162 rv = ioctl(mpfd, DEVFSIO_SAPPLY, &in_rsnum); in rule_applyset()
177 rv = ioctl(mpfd, DEVFSIO_RDEL, &rid); in rule_del()
194 while (ioctl(mpfd, DEVFSIO_RGETNEXT, &dr) != -1) { in rule_delset()
195 rv = ioctl(mpfd, DEVFSIO_RDEL, &dr.dr_id); in rule_delset()
216 rv = ioctl(mpfd, DEVFSIO_RGETNEXT, &dr); in rule_show()
223 while (ioctl(mpfd, DEVFSIO_RGETNEXT, &dr) != -1) in rule_show()
256 rv = ioctl(mpfd, DEVFSIO_SUSE, &rsnum); in ruleset_main()
[all …]
H A Ddevfs.c49 int mpfd; variable
80 mpfd = open(mountpt, O_RDONLY); in main()
81 if (mpfd == -1) in main()
H A Dextern.h55 extern int mpfd; /* Mount-point file descriptor. */