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

  /src/sbin/mount_hfs/
mount_hfs.h 1 /* $NetBSD: mount_hfs.h,v 1.1 2008/08/05 20:57:45 pooka Exp $ */
33 int mount_hfs(int, char **);
Makefile 5 PROG= mount_hfs
6 SRCS= mount_hfs.c pathadj.c
7 MAN= mount_hfs.8
mount_hfs.c 1 /* $NetBSD: mount_hfs.c,v 1.10 2016/09/05 01:09:57 sevan Exp $ */
67 __RCSID("$NetBSD: mount_hfs.c,v 1.10 2016/09/05 01:09:57 sevan Exp $");
84 #include "mount_hfs.h"
99 return mount_hfs(argc, argv);
138 mount_hfs(int argc, char *argv[]) function in typeref:typename:int
146 if (mount(MOUNT_HFS, canon_dir, mntflags, &args, sizeof args) == -1)
  /src/sbin/
Makefile 41 SUBDIR+= mount_hfs

Completed in 16 milliseconds