Home | History | Annotate | Download | only in ultrix

Lines Matching refs:ultrix

59 #include <compat/ultrix/ultrix_syscallargs.h>
66 ** Ultrix filesystem operations: mount(), getmnt().
68 ** NetBSD/pmax kernel in an Ultrix root filesystem, boot it,
69 ** and over-write the Ultrix root partition with NetBSD binaries.
73 * Ultrix file system data structure, as modified by
74 * Ultrix getmntent(). This structure is padded to 2560 bytes, for
75 * compatibility with the size the Ultrix kernel and user apps expect.
112 * Ultrix getmnt() flags.
134 * Ultrix gnode-layer filesystem codes.
137 #define ULTRIX_FSTYPE_ULTRIX 0x1 /* Ultrix UFS: basically 4.2bsd FFS */
141 * Ultrix mount(2) options
159 * Construct an Ultrix getmnt() ultrix_fs_data from the native NetBSD
175 * For now, map types not in Ultrix (kernfs, null, procfs...)
176 * to UFS, since Ultrix mout will try and call mount_unknown
302 /* Old-style inet sockaddr (no len field) as passed to Ultrix mount(2) */
312 * fstype-dependent structure passed to Ultrix mount(2) when
331 * fstype-dependent structure passed to Ultrix mount(2) when
351 * Translate Ultrix integer mount codes for UFS and NFS to
352 * NetBSD fstype strings. Other Ultrix filesystem types
356 /* Translate the Ultrix mount-readonly option parameter */
362 parse ultrix mount option string and set NetBSD flags
405 * Ultrix format to native.
415 * Ultrix mount has no MNT_UPDATE flag.