Searched refs:totsec (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vfsops.c | 1956 blkcnt_t totsec, totsec16, totsec32, datasec; in parseBPB() local 1974 totsec = totsec16 ? totsec16 : totsec32; in parseBPB() 2013 mediasize = (len_t)totsec * (len_t)secsize; in parseBPB() 2024 } else if ((len_t)totsec * (len_t)secsize > fsp->pcfs_mediasize) { in parseBPB() 2031 (long long)(totsec * (blkcnt_t)secsize), in parseBPB() 2040 mediasize = (len_t)totsec * (len_t)secsize; in parseBPB() 2075 datasec = totsec - in parseBPB() 2081 blkcnt_t, totsec, size_t, fatsec, in parseBPB() 2093 if (totsec != 0 && in parseBPB() 2095 datasec < totsec && datasec <= UINT32_MAX) in parseBPB() [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/ |
H A D | disk_label.c | 213 uint32_t totsec16, totsec32, totsec; in show_bpb() local 332 totsec = totsec32; in show_bpb() 336 totsec = totsec16; in show_bpb() 339 if (totsec == 0 || fatsec == 0) { in show_bpb() 434 datasec = totsec - fatsec * numfat - rdirsec - reserved; in show_bpb()
|