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

/freebsd-10.2-release/sbin/devfs/
H A Dextern.h55 extern int mpfd; /* Mount-point file descriptor. */
H A Drule.c120 rv = ioctl(mpfd, DEVFSIO_RADD, &dr);
142 rv = ioctl(mpfd, DEVFSIO_RAPPLY, &dr);
148 rv = ioctl(mpfd, DEVFSIO_RAPPLYID, &rid);
162 rv = ioctl(mpfd, DEVFSIO_SAPPLY, &in_rsnum);
177 rv = ioctl(mpfd, DEVFSIO_RDEL, &rid);
194 while (ioctl(mpfd, DEVFSIO_RGETNEXT, &dr) != -1) {
195 rv = ioctl(mpfd, DEVFSIO_RDEL, &dr.dr_id);
216 rv = ioctl(mpfd, DEVFSIO_RGETNEXT, &dr);
223 while (ioctl(mpfd, DEVFSIO_RGETNEXT, &dr) != -1)
239 while (ioctl(mpfd, DEVFSIO_SGETNEX
[all...]
H A Ddevfs.c49 int mpfd; variable
80 mpfd = open(mountpt, O_RDONLY);
81 if (mpfd == -1)

Completed in 55 milliseconds