Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/
H A Ddisk_label.c238 if (VALID_SECSIZE(bpb_get_BytesPerSec(bpb))) { in show_bpb()
243 mdb_printf(" : %hu", bpb_get_BytesPerSec(bpb)); in show_bpb()
530 if (VALID_SECSIZE(bpb_get_BytesPerSec(mbr->bootinst))) { in cmd_mbr()
531 sector_size = bpb_get_BytesPerSec(mbr->bootinst); in cmd_mbr()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h194 #define bpb_get_BytesPerSec(bpb) LE_16_NA((bpb) + OFF_BYTESPERSEC) macro
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1977 secsize = bpb_get_BytesPerSec(bpb); in parseBPB()