Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h350 struct stat32 { struct
351 dev32_t st_dev;
352 int32_t st_pad1[3];
353 ino32_t st_ino;
354 mode32_t st_mode;
355 nlink32_t st_nlink;
356 uid32_t st_uid;
357 gid32_t st_gid;
358 dev32_t st_rdev;
360 off32_t st_size;
[all …]
/illumos-gate/usr/src/uts/common/syscall/
H A Dstat.c312 stat32(char *name, struct stat32 *sb) in stat32() function