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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c115 #define PC_VOLID(a) (FSTYP_IS_32(h) ? ltohi((h)->bs32.f_volid[0]) : \ macro
524 (void) fprintf(fout, "Volume ID: 0x%x\n", PC_VOLID(h));
596 ADD_UINT32(h, "volume_id", PC_VOLID(h));
607 if (PC_VOLID(a) != 0) {
608 (void) snprintf(s, sizeof (s), "%08x", PC_VOLID(a));

Completed in 59 milliseconds