Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h375 struct stat64_32 { struct
376 dev32_t st_dev;
377 int32_t st_pad1[3];
378 ino64_t st_ino;
379 mode32_t st_mode;
380 nlink32_t st_nlink;
381 uid32_t st_uid;
382 gid32_t st_gid;
383 dev32_t st_rdev;
384 int32_t st_pad2[2];
[all …]
/illumos-gate/usr/src/uts/common/syscall/
H A Dstat.c550 stat64_32(char *name, struct stat64_32 *sb) in stat64_32() function