Searched refs:mpfd (Results 1 – 3 of 3) sorted by relevance
/freebsd/sbin/devfs/ |
H A D | rule.c | 119 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() 238 while (ioctl(mpfd, DEVFSIO_SGETNEXT, &rsnum) != -1) in rule_showsets() [all …]
|
H A D | devfs.c | 48 int mpfd; variable 79 mpfd = open(mountpt, O_RDONLY); in main() 80 if (mpfd == -1) in main()
|
H A D | extern.h | 55 extern int mpfd; /* Mount-point file descriptor. */
|