Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dauto_sense.c912 diskaddr_t tblocks = 0; in generic_disk_sense() local
942 tblocks = (capacity->sc_capacity + 1); in generic_disk_sense()
943 if (tblocks > UINT32_MAX) in generic_disk_sense()
946 nblocks = tblocks; in generic_disk_sense()
990 if (tblocks > INT32_MAX) { in generic_disk_sense()
991 compute_chs_values(tblocks, nblocks, &pcyl, &nhead, in generic_disk_sense()
1029 compute_chs_values(tblocks, nblocks, &pcyl, &nhead, &nsect); in generic_disk_sense()
1086 compute_chs_values(tblocks, nblocks, &pcyl, &nhead, in generic_disk_sense()
/illumos-gate/usr/src/cmd/ls/
H A Dls.c322 static u_longlong_t tblocks; /* number of blocks of files in a directory */ variable
1194 curcol += printf(gettext("total %llu"), tblocks); in pdirectory()
1582 tblocks = 0; in rddir()
2130 tblocks += rep->lblocks; in gstat()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c167 #define K(tblocks) ((tblocks+1)/2) /* tblocks to Kbytes for printing */ argument