Home
last modified time | relevance | path

Searched defs:kstat (Results 1 – 18 of 18) sorted by relevance

/third_party/musl/arch/mips/
Dkstat.h1 struct kstat { struct
2 unsigned st_dev;
3 long __st_padding1[3];
4 ino_t st_ino;
5 mode_t st_mode;
6 nlink_t st_nlink;
7 uid_t st_uid;
8 gid_t st_gid;
9 unsigned st_rdev;
10 long __st_padding2[3];
[all …]
/third_party/musl/arch/mipsn32/
Dkstat.h1 struct kstat { struct
2 unsigned st_dev;
3 long __pad1[3];
4 ino_t st_ino;
5 mode_t st_mode;
6 nlink_t st_nlink;
7 uid_t st_uid;
8 gid_t st_gid;
9 unsigned st_rdev;
10 long __pad2[3];
[all …]
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dkstat.h1 struct kstat { struct
2 dev_t st_dev;
3 int __st_dev_padding;
4 long __st_ino_truncated;
5 mode_t st_mode;
6 nlink_t st_nlink;
7 uid_t st_uid;
8 gid_t st_gid;
9 dev_t st_rdev;
10 int __st_rdev_padding;
[all …]
/third_party/musl/arch/riscv64/
Dkstat.h1 struct kstat { struct
2 dev_t st_dev;
3 ino_t st_ino;
4 mode_t st_mode;
5 nlink_t st_nlink;
6 uid_t st_uid;
7 gid_t st_gid;
8 dev_t st_rdev;
9 unsigned long __pad;
10 off_t st_size;
[all …]
/third_party/musl/arch/mips64/
Dkstat.h1 struct kstat { struct
2 unsigned st_dev;
3 int __pad1[3];
4 ino_t st_ino;
5 mode_t st_mode;
6 unsigned st_nlink;
7 uid_t st_uid;
8 gid_t st_gid;
9 unsigned st_rdev;
10 int __pad2[3];
[all …]
/third_party/musl/arch/m68k/
Dkstat.h1 struct kstat { struct
2 dev_t st_dev;
3 short __st_dev_padding;
4 long __st_ino_truncated;
5 mode_t st_mode;
6 nlink_t st_nlink;
7 uid_t st_uid;
8 gid_t st_gid;
9 dev_t st_rdev;
10 short __st_rdev_padding;
[all …]
/third_party/musl/arch/aarch64/
Dkstat.h1 struct kstat { struct
2 dev_t st_dev;
3 ino_t st_ino;
4 mode_t st_mode;
5 nlink_t st_nlink;
6 uid_t st_uid;
7 gid_t st_gid;
8 dev_t st_rdev;
9 unsigned long __pad;
10 off_t st_size;
[all …]
/third_party/musl/arch/sh/
Dkstat.h1 struct kstat { struct
2 dev_t st_dev;
3 int __st_dev_padding;
4 long __st_ino_truncated;
5 mode_t st_mode;
6 nlink_t st_nlink;
7 uid_t st_uid;
8 gid_t st_gid;
9 dev_t st_rdev;
10 int __st_rdev_padding;
[all …]
/third_party/musl/arch/or1k/
Dkstat.h1 struct kstat { struct
2 dev_t st_dev;
3 ino_t st_ino;
4 mode_t st_mode;
5 nlink_t st_nlink;
6 uid_t st_uid;
7 gid_t st_gid;
8 dev_t st_rdev;
9 long long __st_rdev_padding;
10 off_t st_size;
[all …]
/third_party/musl/arch/arm/
Dkstat.h1 struct kstat { struct
2 dev_t st_dev;
3 int __st_dev_padding;
4 long __st_ino_truncated;
5 mode_t st_mode;
6 nlink_t st_nlink;
7 uid_t st_uid;
8 gid_t st_gid;
9 dev_t st_rdev;
10 int __st_rdev_padding;
[all …]
/third_party/musl/arch/i386/
Dkstat.h1 struct kstat { struct
2 dev_t st_dev;
3 int __st_dev_padding;
4 long __st_ino_truncated;
5 mode_t st_mode;
6 nlink_t st_nlink;
7 uid_t st_uid;
8 gid_t st_gid;
9 dev_t st_rdev;
10 int __st_rdev_padding;
[all …]
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dkstat.h1 struct kstat { struct
2 dev_t st_dev;
3 int __st_dev_padding;
4 long __st_ino_truncated;
5 mode_t st_mode;
6 nlink_t st_nlink;
7 uid_t st_uid;
8 gid_t st_gid;
9 dev_t st_rdev;
10 int __st_rdev_padding;
[all …]
/third_party/musl/arch/microblaze/
Dkstat.h1 struct kstat { struct
2 dev_t st_dev;
3 ino_t st_ino;
4 mode_t st_mode;
5 nlink_t st_nlink;
6 uid_t st_uid;
7 gid_t st_gid;
8 dev_t st_rdev;
9 long long __st_rdev_padding;
10 off_t st_size;
[all …]
/third_party/musl/arch/powerpc/
Dkstat.h1 struct kstat { struct
2 dev_t st_dev;
3 ino_t st_ino;
4 mode_t st_mode;
5 nlink_t st_nlink;
6 uid_t st_uid;
7 gid_t st_gid;
8 dev_t st_rdev;
9 short __st_rdev_padding;
10 off_t st_size;
[all …]
/third_party/musl/arch/x32/
Dkstat.h1 struct kstat { struct
2 dev_t st_dev;
3 ino_t st_ino;
4 nlink_t st_nlink;
6 mode_t st_mode;
7 uid_t st_uid;
8 gid_t st_gid;
9 unsigned int __pad0;
10 dev_t st_rdev;
11 off_t st_size;
[all …]
/third_party/musl/arch/x86_64/
Dkstat.h1 struct kstat { struct
2 dev_t st_dev;
3 ino_t st_ino;
4 nlink_t st_nlink;
6 mode_t st_mode;
7 uid_t st_uid;
8 gid_t st_gid;
9 unsigned int __pad0;
10 dev_t st_rdev;
11 off_t st_size;
[all …]
/third_party/musl/arch/s390x/
Dkstat.h1 struct kstat { struct
2 dev_t st_dev;
3 ino_t st_ino;
4 nlink_t st_nlink;
5 mode_t st_mode;
6 uid_t st_uid;
7 gid_t st_gid;
8 dev_t st_rdev;
9 off_t st_size;
10 long st_atime_sec;
[all …]
/third_party/musl/arch/powerpc64/
Dkstat.h1 struct kstat { struct
2 dev_t st_dev;
3 ino_t st_ino;
4 nlink_t st_nlink;
5 mode_t st_mode;
6 uid_t st_uid;
7 gid_t st_gid;
8 dev_t st_rdev;
9 off_t st_size;
10 blksize_t st_blksize;
[all …]