Searched refs:tblocks (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/format/ |
H A D | auto_sense.c | 969 diskaddr_t tblocks = 0; in generic_disk_sense() local 999 tblocks = (capacity->sc_capacity + 1); in generic_disk_sense() 1000 if (tblocks > UINT32_MAX) in generic_disk_sense() 1003 nblocks = tblocks; in generic_disk_sense() 1047 if (tblocks > INT32_MAX) { in generic_disk_sense() 1048 compute_chs_values(tblocks, nblocks, &pcyl, &nhead, in generic_disk_sense() 1086 compute_chs_values(tblocks, nblocks, &pcyl, &nhead, &nsect); in generic_disk_sense() 1143 compute_chs_values(tblocks, nblocks, &pcyl, &nhead, in generic_disk_sense()
|
/titanic_41/usr/src/cmd/ls/ |
H A D | ls.c | 327 static u_longlong_t tblocks; /* number of blocks of files in a directory */ variable 1200 curcol += printf(gettext("total %llu"), tblocks); in pdirectory() 1560 tblocks = 0; in rddir() 2111 tblocks += rep->lblocks; in gstat()
|
/titanic_41/usr/src/cmd/tar/ |
H A D | tar.c | 173 #define K(tblocks) ((tblocks+1)/2) /* tblocks to Kbytes for printing */ argument
|