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

  /src/sbin/mount_union/
mount_union.c 1 /* $NetBSD: mount_union.c,v 1.23 2020/07/26 08:20:23 mlelstv Exp $ */
43 static char sccsid[] = "@(#)mount_union.c 8.6 (Berkeley) 4/26/95";
45 __RCSID("$NetBSD: mount_union.c,v 1.23 2020/07/26 08:20:23 mlelstv Exp $");
71 int mount_union(int argc, char **argv);
79 return mount_union(argc, argv);
84 mount_union(int argc, char *argv[]) function in typeref:typename:int
126 if (mount(MOUNT_UNION, canon_dir, mntflags, &args, sizeof args) == -1)
155 "usage: mount_union [-br] [-o options] target_fs mount_point\n");
mount_union.c 1 /* $NetBSD: mount_union.c,v 1.23 2020/07/26 08:20:23 mlelstv Exp $ */
43 static char sccsid[] = "@(#)mount_union.c 8.6 (Berkeley) 4/26/95";
45 __RCSID("$NetBSD: mount_union.c,v 1.23 2020/07/26 08:20:23 mlelstv Exp $");
71 int mount_union(int argc, char **argv);
79 return mount_union(argc, argv);
84 mount_union(int argc, char *argv[]) function in typeref:typename:int
126 if (mount(MOUNT_UNION, canon_dir, mntflags, &args, sizeof args) == -1)
155 "usage: mount_union [-br] [-o options] target_fs mount_point\n");
mount_union.c 1 /* $NetBSD: mount_union.c,v 1.23 2020/07/26 08:20:23 mlelstv Exp $ */
43 static char sccsid[] = "@(#)mount_union.c 8.6 (Berkeley) 4/26/95";
45 __RCSID("$NetBSD: mount_union.c,v 1.23 2020/07/26 08:20:23 mlelstv Exp $");
71 int mount_union(int argc, char **argv);
79 return mount_union(argc, argv);
84 mount_union(int argc, char *argv[]) function in typeref:typename:int
126 if (mount(MOUNT_UNION, canon_dir, mntflags, &args, sizeof args) == -1)
155 "usage: mount_union [-br] [-o options] target_fs mount_point\n");

Completed in 132 milliseconds