Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dproc_info.c194 static int __attribute__ ((noinline)) pid_vnodeinfo(vnode_t vp, struct fileproc * fp, proc_t proc, …
2538 pid_vnodeinfo(vnode_t vp, struct fileproc * fp, proc_t proc, user_addr_t buffer, __unused uint32_t… in pid_vnodeinfo() function
2847 error = pid_vnodeinfo((vnode_t)fp_get_data(fp), fp, p, buffer, buffersize, retval); in proc_pidfdinfo()