Searched refs:pid_vnodeinfo (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/bsd/kern/ |
| H A D | proc_info.c | 196 static int __attribute__ ((noinline)) pid_vnodeinfo(vnode_t vp, struct fileproc * fp, proc_t proc, … 2592 pid_vnodeinfo(vnode_t vp, struct fileproc * fp, proc_t proc, user_addr_t buffer, __unused uint32_t… in pid_vnodeinfo() function 2901 error = pid_vnodeinfo((vnode_t)fp_get_data(fp), fp, p, buffer, buffersize, retval); in proc_pidfdinfo()
|