Home
last modified time | relevance | path

Searched refs:vinfo_stat (Results 1 – 7 of 7) sorted by relevance

/xnu-11417.140.69/bsd/sys/
H A Dproc_info.h288 struct vinfo_stat { struct
313 struct vinfo_stat vi_stat; argument
537 struct vinfo_stat soi_stat;
575 struct vinfo_stat psem_stat;
587 struct vinfo_stat pshm_stat;
599 struct vinfo_stat pipe_stat;
613 struct vinfo_stat kq_stat;
650 struct vinfo_stat atalk_stat;
/xnu-11417.140.69/bsd/kern/
H A Dposix_shm.c1094 struct vinfo_stat *sb; in fill_pshminfo()
1104 bzero(sb, sizeof(struct vinfo_stat)); in fill_pshminfo()
H A Dposix_sem.c1065 struct vinfo_stat *sb; in fill_pseminfo()
1081 bzero(sb, sizeof(struct vinfo_stat)); in fill_pseminfo()
H A Dproc_info.c218 static void munge_vinfo_stat(struct stat64 *sbp, struct vinfo_stat *vsbp);
3791 munge_vinfo_stat(struct stat64 *sbp, struct vinfo_stat *vsbp) in munge_vinfo_stat()
3793 bzero(vsbp, sizeof(struct vinfo_stat)); in munge_vinfo_stat()
H A Dsys_pipe.c1674 struct vinfo_stat * ub; in fill_pipeinfo()
H A Dkern_event.c9209 struct vinfo_stat * st;
/xnu-11417.140.69/libsyscall/wrappers/libproc/
H A Dproc_listpidspath.c133 check_file(fdOpenInfoRef info, struct vinfo_stat *sb) in check_file()