mount_tmpfs.c | 2 /* $NetBSD: mount_tmpfs.c,v 1.29 2016/02/21 22:51:30 christos Exp $ */ 36 __RCSID("$NetBSD: mount_tmpfs.c,v 1.29 2016/02/21 22:51:30 christos Exp $"); 58 #include "mount_tmpfs.h" 238 mount_tmpfs(int argc, char *argv[]) function in typeref:typename:int 247 if (mount(MOUNT_TMPFS, canon_dir, mntflags, &args, sizeof args) == -1) 286 return mount_tmpfs(argc, argv);
|