Searched refs:vidp (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.81.4/bsd/sys/ |
| H A D | bsdtask_info.h | 125 void bsd_threadcdir(void * uth, void *vptr, int *vidp);
|
| /xnu-12377.81.4/bsd/vfs/ |
| H A D | vfs_cache.c | 237 static vnode_t cache_lookup_locked(vnode_t dvp, struct componentname *cnp, uint32_t *vidp); 238 static vnode_t cache_lookup_smr(vnode_t dvp, struct componentname *cnp, uint32_t *vidp); 2417 cache_lookup_locked(vnode_t dvp, struct componentname *cnp, uint32_t *vidp) in cache_lookup_locked() argument 2448 *vidp = ncp->nc_vid; in cache_lookup_locked() 2455 cache_lookup_smr(vnode_t dvp, struct componentname *cnp, uint32_t *vidp) in cache_lookup_smr() argument 2508 *vidp = vid; in cache_lookup_smr()
|
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | bsd_kern.c | 1150 … uint64_t thaddr, bool thuniqueid, struct proc_threadinfo_internal * ptinfo, void * vpp, int *vidp) in fill_taskthreadinfo() argument 1183 bsd_threadcdir(get_bsdthread_info(thact), vpp, vidp); in fill_taskthreadinfo()
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | proc_info.c | 1052 bsd_threadcdir(void * uth, void *vptr, int *vidp) in bsd_threadcdir() argument 1062 if (vidp != NULL) { in bsd_threadcdir() 1063 *vidp = vp->v_id; in bsd_threadcdir()
|
| H A D | kern_descrip.c | 2115 file_vnode_withvid(int fd, struct vnode **vpp, uint32_t *vidp) in file_vnode_withvid() argument 2125 if (vidp) { in file_vnode_withvid() 2126 *vidp = vnode_vid((struct vnode *)fp_get_data(fp)); in file_vnode_withvid()
|