Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dstat.h102 struct ostat { struct
103 __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 …]
/freebsd/sys/dev/jme/
H A Dif_jme.c3296 struct jme_hw_stats *stat, *ostat; in jme_stats_update() local
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c7353 cam_status ostat; in ahd_done_with_status() local
7825 cam_status ostat; in ahd_abort_scbs() local
/freebsd/sys/kern/
H A Dvfs_syscalls.c2310 ostat(struct thread *td, struct ostat_args *uap) in ostat() function