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

  /src/sbin/mount_umap/
mount_umap.c 1 /* $NetBSD: mount_umap.c,v 1.27 2020/07/26 08:20:23 mlelstv Exp $ */
43 static char sccsid[] = "@(#)mount_umap.c 8.5 (Berkeley) 4/26/95";
45 __RCSID("$NetBSD: mount_umap.c,v 1.27 2020/07/26 08:20:23 mlelstv Exp $");
88 int mount_umap(int argc, char **argv);
95 return mount_umap(argc, argv);
100 mount_umap(int argc, char *argv[]) function in typeref:typename:int
246 if (mount(MOUNT_UMAP, target, mntflags, &args, sizeof args) == -1)
259 "usage: mount_umap [-i fsid] [-o options] -g groupmap -u usermap target_fs mount_point\n");
mount_umap.c 1 /* $NetBSD: mount_umap.c,v 1.27 2020/07/26 08:20:23 mlelstv Exp $ */
43 static char sccsid[] = "@(#)mount_umap.c 8.5 (Berkeley) 4/26/95";
45 __RCSID("$NetBSD: mount_umap.c,v 1.27 2020/07/26 08:20:23 mlelstv Exp $");
88 int mount_umap(int argc, char **argv);
95 return mount_umap(argc, argv);
100 mount_umap(int argc, char *argv[]) function in typeref:typename:int
246 if (mount(MOUNT_UMAP, target, mntflags, &args, sizeof args) == -1)
259 "usage: mount_umap [-i fsid] [-o options] -g groupmap -u usermap target_fs mount_point\n");
mount_umap.c 1 /* $NetBSD: mount_umap.c,v 1.27 2020/07/26 08:20:23 mlelstv Exp $ */
43 static char sccsid[] = "@(#)mount_umap.c 8.5 (Berkeley) 4/26/95";
45 __RCSID("$NetBSD: mount_umap.c,v 1.27 2020/07/26 08:20:23 mlelstv Exp $");
88 int mount_umap(int argc, char **argv);
95 return mount_umap(argc, argv);
100 mount_umap(int argc, char *argv[]) function in typeref:typename:int
246 if (mount(MOUNT_UMAP, target, mntflags, &args, sizeof args) == -1)
259 "usage: mount_umap [-i fsid] [-o options] -g groupmap -u usermap target_fs mount_point\n");

Completed in 30 milliseconds