Home | Sort by: relevance | last modified time | path |
/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; |