Home
last modified time | relevance | path

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

/freebsd/sbin/devfs/
H A Drule.c119 rv = ioctl(mpfd, DEVFSIO_RADD, &dr); in rule_add()
141 rv = ioctl(mpfd, DEVFSIO_RAPPLY, &dr); in rule_apply()
147 rv = ioctl(mpfd, DEVFSIO_RAPPLYID, &rid); in rule_apply()
161 rv = ioctl(mpfd, DEVFSIO_SAPPLY, &in_rsnum); in rule_applyset()
176 rv = ioctl(mpfd, DEVFSIO_RDEL, &rid); in rule_del()
193 while (ioctl(mpfd, DEVFSIO_RGETNEXT, &dr) != -1) { in rule_delset()
194 rv = ioctl(mpfd, DEVFSIO_RDEL, &dr.dr_id); in rule_delset()
215 rv = ioctl(mpfd, DEVFSIO_RGETNEXT, &dr); in rule_show()
222 while (ioctl(mpfd, DEVFSIO_RGETNEXT, &dr) != -1) in rule_show()
255 rv = ioctl(mpfd, DEVFSIO_SUSE, &rsnum); in ruleset_main()
[all …]
H A Ddevfs.c48 int mpfd; variable
79 mpfd = open(mountpt, O_RDONLY); in main()
80 if (mpfd == -1) in main()
H A Dextern.h55 extern int mpfd; /* Mount-point file descriptor. */