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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbsdtask_info.h112 void bsd_threadcdir(void * uth, void *vptr, int *vidp);
H A Dfile_internal.h206 int fp_getfvpandvid(struct proc *p, int fd, struct fileproc **resultfp, struct vnode **resultvp, uint32_t * vidp);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dbsd_kern.c575 fill_taskthreadinfo(task_t task, uint64_t thaddr, struct proc_threadinfo_internal * ptinfo, void * vpp, int *vidp) argument
619 bsd_threadcdir(thact->uthread, vpp, vidp);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dproc_info.c434 bsd_threadcdir(void * uth, void *vptr, int *vidp) argument
444 if (vidp != NULL)
445 *vidp = vp->v_id;
H A Dkern_descrip.c2473 * vidp Pointer to resuld vid area
2482 * *vidp vid value
2491 struct vnode **resultvp, uint32_t *vidp)
2513 if (vidp)
2514 *vidp = (uint32_t)vnode_vid((struct vnode *)fp->f_data);
2490 fp_getfvpandvid(proc_t p, int fd, struct fileproc **resultfp, struct vnode **resultvp, uint32_t *vidp) argument

Completed in 43 milliseconds