Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h227 #define bpb_get_BootSig32(bpb) (((uint8_t *)(bpb))[OFF_BOOTSIG32]) macro
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1866 if (VALID_BOOTSIG(bpb_get_BootSig32(bpb))) in secondaryBPBChecks()
2090 if (VALID_BOOTSIG(bpb_get_BootSig32(bpb))) in parseBPB()