Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dfile.h92 int file_vnode_withvid(int, vnode_t *, uint32_t *);
/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c2062 return file_vnode_withvid(fd, vpp, NULL); in file_vnode()
2103 file_vnode_withvid(int fd, struct vnode **vpp, uint32_t *vidp) in file_vnode_withvid() function