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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dbsdtask_info.h119 void bsd_threadcdir(void * uth, void *vptr, int *vidp);
H A Dfile_internal.h231 int fp_getfvpandvid(struct proc *p, int fd, struct fileproc **resultfp, struct vnode **resultvp, uint32_t * vidp);
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dbsd_kern.c718 fill_taskthreadinfo(task_t task, uint64_t thaddr, int thuniqueid, struct proc_threadinfo_internal * ptinfo, void * vpp, int *vidp) argument
753 bsd_threadcdir(thact->uthread, vpp, vidp);
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_descrip.c3398 * vidp Pointer to resuld vid area
3407 * *vidp vid value
3416 struct vnode **resultvp, uint32_t *vidp)
3438 if (vidp)
3439 *vidp = (uint32_t)vnode_vid((struct vnode *)fp->f_data);
4049 * vidp pointer to vid of the returned vnode
4078 file_vnode_withvid(int fd, struct vnode **vpp, uint32_t * vidp) argument
4099 if ((vidp != NULL) && (vp != NULLVP))
4100 *vidp = (uint32_t)vp->v_id;
3415 fp_getfvpandvid(proc_t p, int fd, struct fileproc **resultfp, struct vnode **resultvp, uint32_t *vidp) argument
H A Dproc_info.c760 bsd_threadcdir(void * uth, void *vptr, int *vidp) argument
770 if (vidp != NULL)
771 *vidp = vp->v_id;

Completed in 567 milliseconds