Home
last modified time | relevance | path

Searched defs:pcfs (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h388 struct pcfs { struct
390 int pcfs_flags; /* flags */ argument
392 fattype_t pcfs_fattype; argument
396 int pcfs_spcl; /* sectors per cluster */ argument
397 int pcfs_spt; /* sectors per track */ argument
414 int pcfs_nxfrecls; /* next free cluster */ argument
415 uchar_t *pcfs_fatp; /* ptr to FAT data */ argument
428 len_t pcfs_mediasize; argument
429 int pcfs_rootblksize; argument
431 pc_cluster32_t pcfs_lastclmark; argument
[all …]
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c324 bool pcfs; in install_esp_cb() local