Home
last modified time | relevance | path

Searched refs:MNTTYPE_PCFS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/mount/
H A Dmount.c96 MNTTYPE_PCFS, myname); in main()
229 mnt_special, mnt_mountp, mflg, MNTTYPE_PCFS); in main()
231 if (mount(mnt_special, mnt_mountp, mflg, MNTTYPE_PCFS, in main()
/illumos-gate/usr/src/uts/common/sys/
H A Dmntent.h47 #define MNTTYPE_PCFS "pcfs" /* PC (MSDOS) file system */ macro
48 #define MNTTYPE_PC MNTTYPE_PCFS /* Deprecated name; use MNTTYPE_PCFS */
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c191 MNTTYPE_PCFS, NULL, 0, optbuf, MAX_MNTOPT_STR); in stagefs_mount()
341 if (strcmp(fident, MNTTYPE_PCFS) == 0) in install_esp_cb()
789 if (strcmp(fident, MNTTYPE_PCFS) != 0) { in read_einfo_esp_cb()
1052 } else if (strcmp(fident, MNTTYPE_PCFS) == 0) { in probe_fstyp()
1189 MNTTYPE_UFS : MNTTYPE_PCFS); in probe_gpt()