Searched refs:mountpt (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sbin/devfs/
H A Ddevfs.c60 const char *mountpt; local
64 mountpt = NULL;
68 mountpt = optarg;
78 if (mountpt == NULL)
79 mountpt = _PATH_DEV;
80 mpfd = open(mountpt, O_RDONLY);
82 err(1, "open: %s", mountpt);
/freebsd-10.0-release/etc/rc.d/
H A Dgbde46 while read device mountpt type options dump pass; do

Completed in 45 milliseconds