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

  /src/sbin/mount_udf/
mount_udf.h 1 /* $NetBSD: mount_udf.h,v 1.1 2008/08/05 20:57:45 pooka Exp $ */
33 int mount_udf(int, char **);
Makefile 5 PROG= mount_udf
6 SRCS= mount_udf.c fattr.c pathadj.c
7 MAN= mount_udf.8
mount_udf.c 1 /* $NetBSD: mount_udf.c,v 1.15 2019/10/16 21:52:22 maya Exp $ */
32 __RCSID("$NetBSD: mount_udf.c,v 1.15 2019/10/16 21:52:22 maya Exp $");
58 #include "mount_udf.h"
93 return mount_udf(argc, argv);
183 mount_udf(int argc, char *argv[]) function in typeref:typename:int
192 if (mount(MOUNT_UDF, canon_dir, mntflags, &args, sizeof args) == -1)
  /src/sbin/
Makefile 45 SUBDIR+= mount_udf

Completed in 12 milliseconds