Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dbsdtask_info.h125 void bsd_threadcdir(void * uth, void *vptr, int *vidp);
/xnu-11417.140.69/bsd/vfs/
H A Dvfs_cache.c237 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);
2387 cache_lookup_locked(vnode_t dvp, struct componentname *cnp, uint32_t *vidp) in cache_lookup_locked() argument
2418 *vidp = ncp->nc_vid; in cache_lookup_locked()
2425 cache_lookup_smr(vnode_t dvp, struct componentname *cnp, uint32_t *vidp) in cache_lookup_smr() argument
2478 *vidp = vid; in cache_lookup_smr()
/xnu-11417.140.69/osfmk/kern/
H A Dbsd_kern.c1128 … uint64_t thaddr, bool thuniqueid, struct proc_threadinfo_internal * ptinfo, void * vpp, int *vidp) in fill_taskthreadinfo() argument
1161 bsd_threadcdir(get_bsdthread_info(thact), vpp, vidp); in fill_taskthreadinfo()
/xnu-11417.140.69/bsd/kern/
H A Dproc_info.c1028 bsd_threadcdir(void * uth, void *vptr, int *vidp) in bsd_threadcdir() argument
1038 if (vidp != NULL) { in bsd_threadcdir()
1039 *vidp = vp->v_id; in bsd_threadcdir()
H A Dkern_descrip.c2103 file_vnode_withvid(int fd, struct vnode **vpp, uint32_t *vidp) in file_vnode_withvid() argument
2113 if (vidp) { in file_vnode_withvid()
2114 *vidp = vnode_vid((struct vnode *)fp_get_data(fp)); in file_vnode_withvid()