HomeSort by: relevance | last modified time | path
    Searched defs:mntpath (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/puffs/rump_nqmfs/
rump_nqmfs.c 65 static char *mntpath, *mntfile; variable in typeref:typename:char *
105 mntpath = argv[1];
126 if (p2k_run_fs(MOUNT_MFS, "/swabbie", mntpath,
  /src/sbin/mount/
mount.c 380 mntpath[MAXPATHLEN]; local in function:mountfs
383 if (realpath(name, mntpath) == NULL) {
388 name = mntpath;

Completed in 12 milliseconds