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

  /src/sbin/mount_filecore/
mount_filecore.c 1 /* $NetBSD: mount_filecore.c,v 1.21 2020/07/26 08:20:22 mlelstv Exp $ */
34 * mount_filecore.c 1.1 1998/6/26
71 * mount_filecore.c 1.1 1998/6/26
106 int mount_filecore(int argc, char **argv);
113 return mount_filecore(argc, argv);
118 mount_filecore(int argc, char **argv) function in typeref:typename:int
183 if (mount(MOUNT_FILECORE, dir, mntflags, &args, sizeof args) == -1)
197 "usage: mount_filecore [-afnR] [-g gid] [-o options] [-u uid] special node\n");
mount_filecore.c 1 /* $NetBSD: mount_filecore.c,v 1.21 2020/07/26 08:20:22 mlelstv Exp $ */
34 * mount_filecore.c 1.1 1998/6/26
71 * mount_filecore.c 1.1 1998/6/26
106 int mount_filecore(int argc, char **argv);
113 return mount_filecore(argc, argv);
118 mount_filecore(int argc, char **argv) function in typeref:typename:int
183 if (mount(MOUNT_FILECORE, dir, mntflags, &args, sizeof args) == -1)
197 "usage: mount_filecore [-afnR] [-g gid] [-o options] [-u uid] special node\n");

Completed in 20 milliseconds