Home
last modified time | relevance | path

Searched refs:PC_DRVNUM (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c111 #define PC_DRVNUM(h) (FSTYP_IS_32(h) ? (h)->bs32.f_drvnum : \ macro
524 (void) fprintf(fout, "Drive Number: 0x%x\n", PC_DRVNUM(h)); in dumpfs()
593 ADD_UINT32(h, "drive_number", PC_DRVNUM(h)); in get_attr()