HomeSort by: relevance | last modified time | path
    Searched refs:MOUNT_NULL (Results 1 - 9 of 9) 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");
  /src/tests/fs/ptyfs/
t_nullpts.c 55 if (rump_sys_mount(MOUNT_NULL, mp, flags, &nargs, sizeof(nargs)) == -1)
  /src/tests/fs/nullfs/
t_basic.c 68 if (rump_sys_mount(MOUNT_NULL, mp, flags, &nargs, sizeof(nargs)) == -1)
  /src/tests/fs/vfs/
t_rwtoro.c 139 RL(rump_sys_mount(MOUNT_NULL, null_mount, 0,
  /src/sys/miscfs/nullfs/
null_vfsops.c 221 .vfs_name = MOUNT_NULL,
  /src/sys/sys/
mount.h 75 #define MOUNT_NULL "null" /* Minimal Filesystem Layer */
  /src/sys/compat/netbsd32/
netbsd32_fs.c 993 } else if (strcmp(mtype, MOUNT_NULL) == 0) {
1122 } else if (strcmp(mtype, MOUNT_NULL) == 0) {
  /src/usr.sbin/pstat/
pstat.c 347 } else if (FSTYPE_IS(mp, MOUNT_NULL) ||
  /src/sys/compat/linux/common/
linux_misc.c 152 { MOUNT_NULL, LINUX_DEFAULT_SUPER_MAGIC },

Completed in 16 milliseconds