repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add loongarch64 signal.h register index macros
[musl.git]
/
arch
/
or1k
/
kstat.h
blob
c144957968a1c5679d0723e715b85f0685147eb2
1
struct
kstat
{
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
;
11
blksize_t st_blksize
;
12
int
__st_blksize_padding
;
13
blkcnt_t st_blocks
;
14
long
st_atime_sec
;
15
long
st_atime_nsec
;
16
long
st_mtime_sec
;
17
long
st_mtime_nsec
;
18
long
st_ctime_sec
;
19
long
st_ctime_nsec
;
20
unsigned
__unused
[
2
];
21
};