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

  /src/sbin/mount_null/
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");

Completed in 15 milliseconds