Home
last modified time | relevance | path

Searched refs:st_blocks (Results 1 – 25 of 224) sorted by relevance

123456789

/netbsd/sys/compat/sys/
H A Dstat.h58 int32_t st_blocks; /* blocks allocated for file */ member
76 int64_t st_blocks; /* blocks allocated for file */ member
123 blkcnt_t st_blocks; /* blocks allocated for file */ member
168 blkcnt_t st_blocks; /* blocks allocated for file */ member
/netbsd/sys/compat/aoutm68k/
H A Daoutm68k_stat.h55 int32_t st_blocks; /* blocks allocated for file */ member
74 int64_t st_blocks; /* blocks allocated for file */ member
95 blkcnt_t st_blocks; /* blocks allocated for file */ member
H A Daoutm68k_stat.c256 ast->st_blocks = st->st_blocks; in aoutm68k_stat43_convert()
285 ast->st_blocks = st->st_blocks; in aoutm68k_stat12_convert()
314 ast->st_blocks = st->st_blocks; in aoutm68k_stat13_convert()
/netbsd/lib/libc/compat/sys/
H A Dcompat___stat30.c89 ost->st_blocks = st->st_blocks; in cvtstat()
H A Dcompat_stat.c86 ost->st_blocks = st->st_blocks; in __strong_alias()
H A Dcompat___stat13.c92 ost->st_blocks = st->st_blocks; in cvtstat()
/netbsd/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dstat.c131 sarray->base_addr[12 * stride] = sb.st_blocks; in stat_i4_sub_0()
248 sarray->base_addr[12 * stride] = sb.st_blocks; in stat_i8_sub_0()
429 sarray->base_addr[12 * stride] = sb.st_blocks; in fstat_i4_sub()
512 sarray->base_addr[12 * stride] = sb.st_blocks; in fstat_i8_sub()
/netbsd/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dstat.c131 sarray->base_addr[12 * stride] = sb.st_blocks; in stat_i4_sub_0()
248 sarray->base_addr[12 * stride] = sb.st_blocks; in stat_i8_sub_0()
429 sarray->base_addr[12 * stride] = sb.st_blocks; in fstat_i4_sub()
512 sarray->base_addr[12 * stride] = sb.st_blocks; in fstat_i8_sub()
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dsunos57-select.c103 && sb.st_blocks == devnull.st_blocks in rpl_select()
/netbsd/sys/rump/kern/lib/libsys_sunos/
H A Drump_sunos_compat.c77 uint64_t st_blocks; member
98 uint64_t st_blocks; member
119 PARCOPY(st_blocks); in bsd_to_sunos_stat()
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_compat_12.c83 sp32->st_blocks = sp12->st_blocks; in netbsd32_stat12_to_netbsd32()
H A Dnetbsd32.h784 netbsd32_int64 st_blocks; /* blocks allocated for file */ member
806 int32_t st_blocks; /* blocks allocated for file */ member
823 netbsd32_uint64 st_blocks; /* blocks allocated for file */ member
846 netbsd32_uint64 st_blocks; /* blocks allocated for file */ member
867 netbsd32_uint64 st_blocks; /* blocks allocated for file */ member
H A Dnetbsd32_conv.h499 sb32p->st_blocks = sbp->st_blocks; in netbsd32_from___stat13()
528 sb32p->st_blocks = sbp->st_blocks; in netbsd32_from___stat50()
555 sb32p->st_blocks = sbp->st_blocks; in netbsd32_from_stat()
/netbsd/sys/rump/kern/lib/libsys_cygwin/
H A Drump_cygwin_compat.c62 uint64_t st_blocks; member
82 PARCOPY(st_blocks); in bsd_to_cygwin_stat()
/netbsd/sys/compat/common/
H A Dvfs_syscalls_50.c107 ost->st_blocks = st->st_blocks; in cvtstat()
H A Dvfs_syscalls_12.c100 ost->st_blocks = st->st_blocks; in compat_12_stat_conv()
H A Dvfs_syscalls_43.c140 ost->st_blocks = st->st_blocks; in cvtstat()
H A Dvfs_syscalls_30.c100 ost->st_blocks = st->st_blocks; in cvtstat()
/netbsd/sys/compat/linux32/common/
H A Dlinux32_stat.c100 st32->lst_blocks = st->st_blocks; in bsd_to_linux32_stat()
127 st32->lst_blocks = st->st_blocks; in bsd_to_linux32_stat64()
/netbsd/bin/ls/
H A Dls.c559 if (sp->st_blocks > maxblock) in display()
560 maxblock = sp->st_blocks; in display()
575 btotal += sp->st_blocks; in display()
H A Dprint.c150 sp->st_blocks * S_BLKSIZE, in printlong()
158 (unsigned long long)howmany(sp->st_blocks, in printlong()
388 howmany(sp->st_blocks, blocksize)); in printaname()
/netbsd/usr.bin/find/
H A Dls.c71 (long long)sb->st_blocks); in printlong()
/netbsd/sys/arch/zaurus/stand/zboot/
H A Dpathfs.c102 sb->st_blocks = lsb.lst_blocks; in pathfs_stat()
/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A Demul_unix.c1100 signed32 st_blocks; member
1136 target.st_blocks = H2T_4(host->st_blocks); in convert_to_solaris_stat()
1138 target.st_blocks = 0; in convert_to_solaris_stat()
2046 unsigned32 st_blocks; member
2087 target.st_blocks = H2T_4(host->st_blocks); in convert_to_linux_stat()
2089 target.st_blocks = 0; in convert_to_linux_stat()
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/
H A Demul_unix.c1100 signed32 st_blocks; member
1136 target.st_blocks = H2T_4(host->st_blocks); in convert_to_solaris_stat()
1138 target.st_blocks = 0; in convert_to_solaris_stat()
2046 unsigned32 st_blocks; member
2087 target.st_blocks = H2T_4(host->st_blocks); in convert_to_linux_stat()
2089 target.st_blocks = 0; in convert_to_linux_stat()

123456789