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

  /src/usr.sbin/puffs/rump_nqmfs/
rump_nqmfs.c 65 static char *mntpath, *mntfile; variable in typeref:typename:char **
104 mntfile = argv[0];
108 if (stat(mntfile, &sb) == -1)
113 fd = open(mntfile, rdonly ? O_RDONLY: O_RDWR);
122 args.fspec = mntfile;

Completed in 11 milliseconds