Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/
H A Ddisk_label.c421 if (VALID_FSTYPSTR32(bpb_FilSysType32(bpb))) { in show_bpb()
426 bcopy(bpb_FilSysType32(bpb), buf, 8); in show_bpb()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h230 #define bpb_FilSysType32(bpb) ((char *)(bpb) + OFF_FILSYSTYP32) macro
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1893 if (VALID_FSTYPSTR32(bpb_FilSysType32(bpb))) in secondaryBPBChecks()
2119 if (VALID_FSTYPSTR32(bpb_FilSysType32(bpb))) in parseBPB()