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

  /src/sbin/mount_fdesc/
mount_fdesc.c 1 /* $NetBSD: mount_fdesc.c,v 1.27 2020/07/26 08:20:22 mlelstv Exp $ */
78 static char sccsid[] = "@(#)mount_fdesc.c 8.3 (Berkeley) 4/26/95";
80 __RCSID("$NetBSD: mount_fdesc.c,v 1.27 2020/07/26 08:20:22 mlelstv Exp $");
96 #include "mount_fdesc.h"
105 int mount_fdesc(int argc, char **argv);
111 return mount_fdesc(argc, argv);
150 mount_fdesc(int argc, char *argv[]) function in typeref:typename:int
157 if (mount(MOUNT_FDESC, canon_dir, mntflags, NULL, 0) == -1)
166 "usage: mount_fdesc [-o options] fdesc mount_point\n");
mount_fdesc.c 1 /* $NetBSD: mount_fdesc.c,v 1.27 2020/07/26 08:20:22 mlelstv Exp $ */
78 static char sccsid[] = "@(#)mount_fdesc.c 8.3 (Berkeley) 4/26/95";
80 __RCSID("$NetBSD: mount_fdesc.c,v 1.27 2020/07/26 08:20:22 mlelstv Exp $");
96 #include "mount_fdesc.h"
105 int mount_fdesc(int argc, char **argv);
111 return mount_fdesc(argc, argv);
150 mount_fdesc(int argc, char *argv[]) function in typeref:typename:int
157 if (mount(MOUNT_FDESC, canon_dir, mntflags, NULL, 0) == -1)
166 "usage: mount_fdesc [-o options] fdesc mount_point\n");

Completed in 27 milliseconds