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

  /src/sbin/mount_sysvbfs/
mount_sysvbfs.h 1 /* $NetBSD: mount_sysvbfs.h,v 1.1 2008/09/04 12:07:58 pooka Exp $ */
33 int mount_sysvbfs(int, char **);
Makefile 5 PROG= mount_sysvbfs
6 SRCS= mount_sysvbfs.c fattr.c pathadj.c
7 MAN= mount_sysvbfs.8
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) {
  /src/sbin/
Makefile 56 SUBDIR+= mount_sysvbfs

Completed in 11 milliseconds