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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dproc_info.c124 static void munge_vinfo_stat(struct stat64 *sbp, struct vinfo_stat *vsbp);
1256 munge_vinfo_stat(struct stat64 *sbp, struct vinfo_stat *vsbp) argument
1258 bzero(vsbp, sizeof(struct vinfo_stat));
1260 vsbp->vst_dev = sbp->st_dev;
1261 vsbp->vst_mode = sbp->st_mode;
1262 vsbp->vst_nlink = sbp->st_nlink;
1263 vsbp->vst_ino = sbp->st_ino;
1264 vsbp->vst_uid = sbp->st_uid;
1265 vsbp->vst_gid = sbp->st_gid;
1266 vsbp
[all...]

Completed in 24 milliseconds