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

/darwin-on-arm/xnu/bsd/sys/
H A Dbsdtask_info.h114 void bsd_threadcdir(void * uth, void *vptr, int *vidp);
H A Dfile_internal.h207 int fp_getfvpandvid(struct proc *p, int fd, struct fileproc **resultfp, struct vnode **resultvp, uint32_t * vidp);
/darwin-on-arm/xnu/osfmk/kern/
H A Dbsd_kern.c638 fill_taskthreadinfo(task_t task, uint64_t thaddr, int thuniqueid, struct proc_threadinfo_internal * ptinfo, void * vpp, int *vidp) argument
673 bsd_threadcdir(thact->uthread, vpp, vidp);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c3004 * vidp Pointer to resuld vid area
3013 * *vidp vid value
3022 struct vnode **resultvp, uint32_t *vidp)
3044 if (vidp)
3045 *vidp = (uint32_t)vnode_vid((struct vnode *)fp->f_data);
3651 * vidp pointer to vid of the returned vnode
3680 file_vnode_withvid(int fd, struct vnode **vpp, uint32_t * vidp) argument
3701 if ((vidp != NULL) && (vp != NULLVP))
3702 *vidp = (uint32_t)vp->v_id;
3021 fp_getfvpandvid(proc_t p, int fd, struct fileproc **resultfp, struct vnode **resultvp, uint32_t *vidp) argument
H A Dproc_info.c700 bsd_threadcdir(void * uth, void *vptr, int *vidp) argument
710 if (vidp != NULL)
711 *vidp = vp->v_id;

Completed in 72 milliseconds