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

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

Completed in 12 milliseconds