Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h225 #define bpb_get_BkBootSec32(bpb) LE_16_NA((bpb) + OFF_BKBOOTSEC32) macro
/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/
H A Ddisk_label.c396 bkbootsec = bpb_get_BkBootSec32(bpb); in show_bpb()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1968 bkbootsec = bpb_get_BkBootSec32(bpb); in parseBPB()