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

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

Completed in 11 milliseconds