Searched refs:MNTTYPE_PCFS (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/pcfs/mount/ |
H A D | mount.c | 96 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 D | mntent.h | 47 #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 D | installboot.c | 191 MNTTYPE_PCFS, NULL, 0, optbuf, MAX_MNTOPT_STR); in stagefs_mount() 341 if (strcmp(fident, MNTTYPE_PCFS) == 0) in install_esp_cb() 790 if (strcmp(fident, MNTTYPE_PCFS) != 0) { in read_einfo_esp_cb() 1053 } else if (strcmp(fident, MNTTYPE_PCFS) == 0) { in probe_fstyp() 1190 MNTTYPE_UFS : MNTTYPE_PCFS); in probe_gpt()
|