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

  /src/sbin/mount_union/
Makefile 6 PROG= mount_union
7 SRCS= mount_union.c pathadj.c
8 MAN= mount_union.8
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");
  /src/sbin/
Makefile 59 SUBDIR+= mount_union

Completed in 34 milliseconds