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

  /src/sbin/mount_null/
Makefile 6 PROG= mount_null
7 SRCS= mount_null.c pathadj.c
8 MAN= mount_null.8
mount_null.c 1 /* $NetBSD: mount_null.c,v 1.21 2020/07/26 08:20:22 mlelstv Exp $ */
43 static char sccsid[] = "@(#)mount_null.c 8.6 (Berkeley) 4/26/95";
45 __RCSID("$NetBSD: mount_null.c,v 1.21 2020/07/26 08:20:22 mlelstv Exp $");
69 int mount_null(int argc, char **argv);
76 return mount_null(argc, argv);
81 mount_null(int argc, char *argv[]) function in typeref:typename:int
116 if (mount(MOUNT_NULL, canon_dir, mntflags, &args, sizeof args) == -1)
125 "usage: mount_null [-o options] target_fs mount_point\n");
  /src/sbin/
Makefile 49 SUBDIR+= mount_null

Completed in 13 milliseconds