Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Dkern_cs.c1031 vp = (struct vnode *)fg_get_data(fg); in csfg_get_platform_binary()
1071 vp = (struct vnode *)fg_get_data(fg); in csfg_get_supplement_platform_binary()
1111 vp = (struct vnode *)fg_get_data(fg); in csfg_get_cdhash()
1137 vp = (struct vnode *)fg_get_data(fg); in csfg_get_supplement_cdhash()
1168 vp = (struct vnode *)fg_get_data(fg); in csfg_get_supplement_linkage_cdhash()
1207 vp = (struct vnode *)fg_get_data(fg); in csfg_get_signer_type()
1247 vp = (struct vnode *)fg_get_data(fg); in csfg_get_supplement_signer_type()
1294 vp = (struct vnode *)fg_get_data(fg); in csfg_get_validation_category()
1324 vp = (struct vnode *)fg_get_data(fg); in csfg_get_supplement_validation_category()
1365 vp = (struct vnode *)fg_get_data(fg); in csfg_get_teamid()
[all …]
H A Dkern_guarded.c924 struct vnode *vp = fg_get_data(fg); in vnguard_sysc_getguardattr()
995 struct vnode *vp = fg_get_data(fg); in vnguard_sysc_setguard()
1133 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.c253 vp = (struct vnode *)fg_get_data(fg); in fg_drop()
339 vp = (struct vnode *)fg_get_data(fg); in fg_transfer_filelocks()
356 vp = (struct vnode *)fg_get_data(fg); in fg_transfer_filelocks()
1729 vnode_getwithref((vnode_t)fg_get_data(fg)) == 0) { in fp_close_and_unlock()
1735 (uintptr_t)fg_get_data(fg), (uintptr_t)fileop_flags); in fp_close_and_unlock()
1737 vnode_put((vnode_t)fg_get_data(fg)); in fp_close_and_unlock()
1768 fd, 0, (int64_t)VM_KERNEL_ADDRPERM(fg_get_data(fg))); in fp_close_and_unlock()
1904 return (vnode_t)fg_get_data(fg); in fg_get_vnode()
1997 *result_pipe_id = pipe_id((struct pipe*)fg_get_data(fg)); in fp_get_pipe_id()
H A Dproc_info.c2996 vp = (struct vnode *)fg_get_data(fg); in proc_fileport_info()
3008 so = (socket_t)fg_get_data(fg); in proc_fileport_info()
3020 pshm = (struct pshmnode *)fg_get_data(fg); in proc_fileport_info()
3032 cpipe = (struct pipe *)fg_get_data(fg); in proc_fileport_info()
H A Dposix_shm.c1073 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.c2569 (so = (struct socket *)fg_get_data(fg)) == 0) { in unp_gc()
2683 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.c4806 struct kqfile *kqf = fg_get_data(fg); in kqueue_close()
H A Duipc_mbuf.c7894 so = fg_get_data(fg);
/xnu-10002.1.13/security/
H A Dmac_file.c220 vp = (struct vnode *)fg_get_data(fg); in mac_file_setxattr()
240 vp = (struct vnode *)fg_get_data(fg); in mac_file_getxattr()
259 vp = (struct vnode *)fg_get_data(fg); in mac_file_removexattr()
/xnu-10002.1.13/bsd/sys/
H A Dfile_internal.h307 fg_get_data(struct fileglob *fg) in fg_get_data() function
347 return fg_get_data(fp->fp_glob); in fp_get_data()
/xnu-10002.1.13/bsd/skywalk/nexus/
H A Dnexus_syscalls.c73 nxctl = (struct nxctl *)fg_get_data(fg); in nxop_close()
/xnu-10002.1.13/bsd/skywalk/channel/
H A Dchannel_syscalls.c100 ch = (struct kern_channel *)fg_get_data(fg); in chop_close()
/xnu-10002.1.13/bsd/vm/
H A Dvm_unix.c1893 struct socket *so = (struct socket *)fg_get_data(fg); in networking_defunct_callout()
1906 (struct necp_fd_data *)fg_get_data(fg)); in networking_defunct_callout()
1916 (struct kern_channel *)fg_get_data(fg); in networking_defunct_callout()
1946 (struct kern_channel *)fg_get_data(fg)); in networking_defunct_callout()
/xnu-10002.1.13/bsd/vfs/
H A Dvfs_vnops.c1802 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-10002.1.13/bsd/net/
H A Dnecp_client.c1775 fd_data = (struct necp_fd_data *)fg_get_data(fg); in necpop_close()
H A Dnecp.c896 struct necp_session *session = (struct necp_session *)fg_get_data(fg); in necp_session_op_close()