Searched refs:PC_VOLID (Results 1 – 1 of 1) sorted by relevance
115 #define PC_VOLID(a) (FSTYP_IS_32(h) ? ltohi((h)->bs32.f_volid[0]) : \ macro524 (void) fprintf(fout, "Volume ID: 0x%x\n", PC_VOLID(h)); in dumpfs()596 ADD_UINT32(h, "volume_id", PC_VOLID(h)); in get_attr()607 if (PC_VOLID(a) != 0) { in get_attr()608 (void) snprintf(s, sizeof (s), "%08x", PC_VOLID(a)); in get_attr()