Home
last modified time | relevance | path

Searched refs:blkcnt_t (Results 1 – 13 of 13) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dstat.h85 blkcnt_t st_blocks;
102 blkcnt_t st_blocks;
125 blkcnt_t st_blocks;
236 blkcnt_t st_blocks;
266 blkcnt_t st_blocks;
297 blkcnt_t st_blocks;
H A Dtypes.h161 typedef long blkcnt_t; /* count of file blocks */ typedef
166 typedef longlong_t blkcnt_t; /* count of file blocks */ typedef
174 typedef blkcnt_t blkcnt64_t; /* count of file blocks */
/titanic_44/usr/src/ucbhead/sys/
H A Dtypes.h176 typedef long blkcnt_t; /* counts file blocks */ typedef
182 typedef longlong_t blkcnt_t; /* count of file blocks */ typedef
197 typedef blkcnt_t blkcnt64_t;
/titanic_44/usr/src/cmd/du/
H A Ddu.c93 static void printsize(blkcnt_t blocks, char *path);
101 blkcnt_t blocks = 0; in main()
287 blkcnt_t blocks = 0; in descend()
530 printsize(blkcnt_t blocks, char *path) in printsize()
/titanic_44/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1928 blkcnt_t totsec, totsec16, totsec32, datasec; in parseBPB()
1941 totsec16 = (blkcnt_t)bpb_get_TotSec16(bpb); in parseBPB()
1942 totsec32 = (blkcnt_t)bpb_get_TotSec32(bpb); in parseBPB()
2003 (long long)(totsec * (blkcnt_t)secsize), in parseBPB()
2048 (blkcnt_t)fatsec * fsp->pcfs_numfat - in parseBPB()
2049 (blkcnt_t)rdirsec - in parseBPB()
2050 (blkcnt_t)reserved; in parseBPB()
2053 blkcnt_t, totsec, size_t, fatsec, in parseBPB()
2054 size_t, rdirsec, blkcnt_t, datasec); in parseBPB()
2171 if ((blkcnt_t)bpb_get_TotSec16(bpb) == totsec || in parseBPB()
[all …]
/titanic_44/usr/src/cmd/tar/
H A Dtar.c461 static void putempty(blkcnt_t n);
465 static void seekdisk(blkcnt_t blocks);
494 static blkcnt_t kcheck(char *kstr);
602 static blkcnt_t recno;
628 static blkcnt_t blocklim; /* number of blocks to accept per volume */
629 static blkcnt_t tapepos; /* current block number to be written */
1401 putempty((blkcnt_t)2); in dorep()
1614 blkcnt_t blocks; in passtape()
1750 blkcnt_t blocks; in putfile()
2323 blkcnt_t nblks; in putfile()
[all …]
/titanic_44/usr/src/cmd/acct/
H A Dacctdusg.c53 blkcnt_t dsk_du; /* disk usage */
/titanic_44/usr/src/lib/libproc/common/
H A Dpr_stat.c59 dest->st_blocks = (blkcnt_t)src->st_blocks; in stat64_32_to_n()
/titanic_44/usr/src/lib/libpkg/common/
H A Dpkglib.h139 blkcnt_t _vfpCkStBlocks; /* checkpoint # blocks */
/titanic_44/usr/src/uts/common/syscall/
H A Dstat.c244 sb.st_blocks = (blkcnt_t)vattr.va_nblocks; in cstat()
/titanic_44/usr/src/ucbcmd/ls/
H A Dls.c54 blkcnt_t fblks; /* number of blocks used */
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dinit.c1326 NV_MKINTTYPE(blkcnt_t,"block count",0); in sh_init()
/titanic_44/usr/src/cmd/ls/
H A Dls.c195 blkcnt_t lblocks; /* number of file blocks */