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

  /src/sbin/mount_cd9660/
mount_cd9660.c 1 /* $NetBSD: mount_cd9660.c,v 1.35 2024/02/03 15:47:44 wiz Exp $ */
36 * @(#)mount_cd9660.c 8.7 (Berkeley) 5/1/95
47 static char sccsid[] = "@(#)mount_cd9660.c 8.7 (Berkeley) 5/1/95";
49 __RCSID("$NetBSD: mount_cd9660.c,v 1.35 2024/02/03 15:47:44 wiz Exp $");
68 #include "mount_cd9660.h"
93 return mount_cd9660(argc, argv);
206 mount_cd9660(int argc, char **argv) function in typeref:typename:int
215 if (mount(MOUNT_CD9660, canon_dir, mntflags, &args, sizeof args) == -1)
mount_cd9660.c 1 /* $NetBSD: mount_cd9660.c,v 1.35 2024/02/03 15:47:44 wiz Exp $ */
36 * @(#)mount_cd9660.c 8.7 (Berkeley) 5/1/95
47 static char sccsid[] = "@(#)mount_cd9660.c 8.7 (Berkeley) 5/1/95";
49 __RCSID("$NetBSD: mount_cd9660.c,v 1.35 2024/02/03 15:47:44 wiz Exp $");
68 #include "mount_cd9660.h"
93 return mount_cd9660(argc, argv);
206 mount_cd9660(int argc, char **argv) function in typeref:typename:int
215 if (mount(MOUNT_CD9660, canon_dir, mntflags, &args, sizeof args) == -1)

Completed in 34 milliseconds