Searched refs:fattype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c95 int fattype; member in struct:fstyp_pcfs
120 #define FSTYP_IS_32(h) ((h)->fattype == 32)
317 h->fattype = 0;
319 h->fattype = 12;
321 h->fattype = 16;
323 h->fattype = 32;
337 if (h->fattype == 0) {
604 ADD_UINT32(h, "fat_entry_size", h->fattype);
611 (void) snprintf(s, sizeof (s), "%d", h->fattype);

Completed in 58 milliseconds