Searched defs:tblocks (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dauto_sense.c911 diskaddr_t tblocks = 0; local
941 tblocks = (capacity->sc_capacity + 1);
942 if (tblocks > UINT32_MAX)
945 nblocks = tblocks;
989 if (tblocks > INT32_MAX) {
990 compute_chs_values(tblocks, nblocks, &pcyl, &nhead,
1028 compute_chs_values(tblocks, nblocks, &pcyl, &nhead, &nsect);
1085 compute_chs_values(tblocks, nblocks, &pcyl, &nhead,
/illumos-gate/usr/src/cmd/ls/
H A Dls.c327 static u_longlong_t tblocks; /* number of blocks of files in a directory */ variable
1200 curcol += printf(gettext("total %llu"), tblocks);
1560 tblocks = 0;
1761 * get status of file and recomputes tblocks;
2111 tblocks += rep->lblocks;

Completed in 53 milliseconds