Home
last modified time | relevance | path

Searched defs:ostat (Results 1 – 5 of 5) 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 */
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 */
115 __int32_t st_blocks; /* blocks allocated for file */
[all …]
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.c5427 cam_status ostat; ahc_search_qinfifo() local
5539 cam_status ostat; ahc_search_qinfifo() local
5644 cam_status ostat; ahc_search_untagged_queues() local
5946 cam_status ostat; ahc_abort_scbs() local
[all...]
H A Daic79xx.c7336 cam_status ostat; ahd_done_with_status() local
7808 cam_status ostat; ahd_abort_scbs() local
/freebsd/sys/dev/jme/
H A Dif_jme.c3328 struct jme_hw_stats *stat, *ostat; in jme_stats_update() local
/freebsd/sys/kern/
H A Dvfs_syscalls.c2220 ostat(struct thread *td, struct ostat_args *uap) in ostat() function