Home
last modified time | relevance | path

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

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