Home
last modified time | relevance | path

Searched defs:target_stat (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/
H A Dsyscall_defs.h1239 struct target_stat { struct
1240 abi_ushort st_dev;
1241 abi_ushort __pad1;
1242 abi_ulong st_ino;
1266 struct target_stat64 { argument
1334 struct target_stat { struct
1352 struct target_stat64 { argument
1388 struct target_stat { struct
1409 struct target_stat64 { argument
1448 struct target_stat { struct
[all …]
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h254 struct target_stat { struct
255 uint64_t st_dev; /* inode's device */
256 uint64_t st_ino; /* inode's number */
257 uint64_t st_nlink; /* number of hard links */
258 int16_t st_mode; /* inode protection mode */
259 int16_t st_padding0;
260 uint32_t st_uid; /* user ID of the file's owner */
261 uint32_t st_gid; /* group ID of the file's group */
262 int32_t st_padding1;
263 uint64_t st_rdev; /* device type */
[all …]