Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/
H A Ddisk_label.c213 uint32_t totsec16, totsec32, totsec; in show_bpb() local
312 totsec32 = bpb_get_TotSec32(bpb); in show_bpb()
314 mdb_printf("%u", totsec32); in show_bpb()
332 totsec = totsec32; in show_bpb()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1956 blkcnt_t totsec, totsec16, totsec32, datasec; in parseBPB() local
1970 totsec32 = (blkcnt_t)bpb_get_TotSec32(bpb); in parseBPB()
1974 totsec = totsec16 ? totsec16 : totsec32; in parseBPB()
2094 (totsec16 == totsec32 || totsec16 == 0 || totsec32 == 0) && in parseBPB()