Home
last modified time | relevance | path

Searched defs:ostat (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h103 struct ostat { struct
104 __uint16_t st_dev; /* inode's device */
105 ino_t st_ino; /* inode's number */
106 mode_t st_mode; /* inode protection mode */
107 nlink_t st_nlink; /* number of hard links */
108 __uint16_t st_uid; /* user ID of the file's owner */
110 __uint16_t st_rdev; /* device type */
111 __int32_t st_size; /* file size, in bytes */
112 struct timespec st_atim; /* time of last access */
116 __int32_t st_blocks; /* blocks allocated for file */
[all …]
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h203 #define ostat stat.un.s macro
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c2863 char *ostat; in getoldstat() local