Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/kern/
H A Dkern_cs.c1025 vp = (struct vnode *)fg_get_data(fg); in csfg_get_platform_binary()
1065 vp = (struct vnode *)fg_get_data(fg); in csfg_get_supplement_platform_binary()
1105 vp = (struct vnode *)fg_get_data(fg); in csfg_get_cdhash()
1131 vp = (struct vnode *)fg_get_data(fg); in csfg_get_supplement_cdhash()
1162 vp = (struct vnode *)fg_get_data(fg); in csfg_get_supplement_linkage_cdhash()
1201 vp = (struct vnode *)fg_get_data(fg); in csfg_get_signer_type()
1241 vp = (struct vnode *)fg_get_data(fg); in csfg_get_supplement_signer_type()
1289 vp = (struct vnode *)fg_get_data(fg); in csfg_get_teamid()
1329 vp = (struct vnode *)fg_get_data(fg); in csfg_get_supplement_teamid()
1375 vp = (struct vnode *)fg_get_data(fg); in csfg_get_csblob()
[all …]
H A Dkern_guarded.c926 struct vnode *vp = fg_get_data(fg); in vnguard_sysc_getguardattr()
997 struct vnode *vp = fg_get_data(fg); in vnguard_sysc_setguard()
1135 struct vnode *vp = fg_get_data(fg); in vng_file_label_destroy()
H A Dsys_socket.c414 sp = (struct socket *)fg_get_data(fg); in soo_close()
H A Dkern_descrip.c272 vp = (struct vnode *)fg_get_data(fg); in fg_drop()
358 vp = (struct vnode *)fg_get_data(fg); in fg_transfer_filelocks()
375 vp = (struct vnode *)fg_get_data(fg); in fg_transfer_filelocks()
1745 vnode_getwithref((vnode_t)fg_get_data(fg)) == 0) { in fp_close_and_unlock()
1751 (uintptr_t)fg_get_data(fg), (uintptr_t)fileop_flags); in fp_close_and_unlock()
1753 vnode_put((vnode_t)fg_get_data(fg)); in fp_close_and_unlock()
1784 fd, 0, (int64_t)VM_KERNEL_ADDRPERM(fg_get_data(fg))); in fp_close_and_unlock()
1920 return (vnode_t)fg_get_data(fg); in fg_get_vnode()
2013 *result_pipe_id = pipe_id((struct pipe*)fg_get_data(fg)); in fp_get_pipe_id()
H A Dproc_info.c2940 vp = (struct vnode *)fg_get_data(fg); in proc_fileport_info()
2952 so = (socket_t)fg_get_data(fg); in proc_fileport_info()
2964 pshm = (struct pshmnode *)fg_get_data(fg); in proc_fileport_info()
2976 cpipe = (struct pipe *)fg_get_data(fg); in proc_fileport_info()
H A Dposix_shm.c1079 pnode = (pshmnode_t *)fg_get_data(fg); in pshm_closefile()
H A Dposix_sem.c1031 return psem_close((struct psemnode *)fg_get_data(fg)); in psem_closefile()
H A Duipc_usrreq.c2565 (so = (struct socket *)fg_get_data(fg)) == 0) { in unp_gc()
2679 so = (struct socket *)fg_get_data(tfg); in unp_gc()
H A Dsys_pipe.c1311 cpipe = (struct pipe *)fg_get_data(fg); in pipe_close()
H A Dkern_event.c4774 struct kqfile *kqf = fg_get_data(fg); in kqueue_close()
H A Duipc_mbuf.c6887 so = fg_get_data(fg);
/xnu-8792.81.2/security/
H A Dmac_file.c220 vp = (struct vnode *)fg_get_data(fg); in mac_file_setxattr()
234 vp = (struct vnode *)fg_get_data(fg); in mac_file_getxattr()
247 vp = (struct vnode *)fg_get_data(fg); in mac_file_removexattr()
/xnu-8792.81.2/bsd/sys/
H A Dfile_internal.h300 fg_get_data(struct fileglob *fg) in fg_get_data() function
340 return fg_get_data(fp->fp_glob); in fp_get_data()
/xnu-8792.81.2/bsd/skywalk/nexus/
H A Dnexus_syscalls.c73 nxctl = (struct nxctl *)fg_get_data(fg); in nxop_close()
/xnu-8792.81.2/bsd/skywalk/channel/
H A Dchannel_syscalls.c100 ch = (struct kern_channel *)fg_get_data(fg); in chop_close()
/xnu-8792.81.2/bsd/vm/
H A Dvm_unix.c1859 struct socket *so = (struct socket *)fg_get_data(fg); in networking_defunct_callout()
1872 (struct necp_fd_data *)fg_get_data(fg)); in networking_defunct_callout()
1882 (struct kern_channel *)fg_get_data(fg); in networking_defunct_callout()
1912 (struct kern_channel *)fg_get_data(fg)); in networking_defunct_callout()
/xnu-8792.81.2/bsd/vfs/
H A Dvfs_vnops.c1818 struct vnode *vp = fg_get_data(fg); in vn_closefile()
H A Dvfs_fsevents.c2251 fsevent_handle *fseh = (struct fsevent_handle *)fg_get_data(fg); in fseventsf_close()
/xnu-8792.81.2/bsd/net/
H A Dnecp_client.c1756 fd_data = (struct necp_fd_data *)fg_get_data(fg); in necpop_close()
H A Dnecp.c871 struct necp_session *session = (struct necp_session *)fg_get_data(fg); in necp_session_op_close()