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

  /src/sbin/mount_sysvbfs/
mount_sysvbfs.c 1 /* $NetBSD: mount_sysvbfs.c,v 1.8 2011/08/29 14:35:02 joerg Exp $ */
39 __RCSID("$NetBSD: mount_sysvbfs.c,v 1.8 2011/08/29 14:35:02 joerg Exp $");
56 #include "mount_sysvbfs.h"
79 return mount_sysvbfs(argc, argv);
117 mount_sysvbfs(int argc, char *argv[]) function in typeref:typename:int
127 if (mount(MOUNT_SYSVBFS, canon_dir, mntflags, &args, sizeof args)==-1) {
mount_sysvbfs.c 1 /* $NetBSD: mount_sysvbfs.c,v 1.8 2011/08/29 14:35:02 joerg Exp $ */
39 __RCSID("$NetBSD: mount_sysvbfs.c,v 1.8 2011/08/29 14:35:02 joerg Exp $");
56 #include "mount_sysvbfs.h"
79 return mount_sysvbfs(argc, argv);
117 mount_sysvbfs(int argc, char *argv[]) function in typeref:typename:int
127 if (mount(MOUNT_SYSVBFS, canon_dir, mntflags, &args, sizeof args)==-1) {

Completed in 21 milliseconds