Searched defs:ostat (Results 1 – 4 of 4) sorted by relevance
102 struct ostat { struct103 __uint16_t st_dev; /* inode's device */104 __uint32_t st_ino; /* inode's number */105 mode_t st_mode; /* inode protection mode */106 __uint16_t st_nlink; /* number of hard links */107 __uint16_t st_uid; /* user ID of the file's owner */108 __uint16_t st_gid; /* group ID of the file's group */109 __uint16_t st_rdev; /* device type */110 __int32_t st_size; /* file size, in bytes */111 struct timespec st_atim; /* time of last access */[all …]
3296 struct jme_hw_stats *stat, *ostat; in jme_stats_update() local
7353 cam_status ostat; in ahd_done_with_status() local7825 cam_status ostat; in ahd_abort_scbs() local
2310 ostat(struct thread *td, struct ostat_args *uap) in ostat() function