Searched refs:vsbp (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dproc_info.c139 static void munge_vinfo_stat(struct stat64 *sbp, struct vinfo_stat *vsbp);
2064 munge_vinfo_stat(struct stat64 *sbp, struct vinfo_stat *vsbp) argument
2066 bzero(vsbp, sizeof(struct vinfo_stat));
2068 vsbp->vst_dev = sbp->st_dev;
2069 vsbp->vst_mode = sbp->st_mode;
2070 vsbp->vst_nlink = sbp->st_nlink;
2071 vsbp->vst_ino = sbp->st_ino;
2072 vsbp->vst_uid = sbp->st_uid;
2073 vsbp->vst_gid = sbp->st_gid;
2074 vsbp
[all...]

Completed in 55 milliseconds