Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_cs.c1084 vp = (struct vnode *)fg_get_data(fg); in csfg_get_platform_binary()
1124 vp = (struct vnode *)fg_get_data(fg); in csfg_get_supplement_platform_binary()
1164 vp = (struct vnode *)fg_get_data(fg); in csfg_get_cdhash()
1190 vp = (struct vnode *)fg_get_data(fg); in csfg_get_supplement_cdhash()
1221 vp = (struct vnode *)fg_get_data(fg); in csfg_get_supplement_linkage_cdhash()
1260 vp = (struct vnode *)fg_get_data(fg); in csfg_get_signer_type()
1300 vp = (struct vnode *)fg_get_data(fg); in csfg_get_supplement_signer_type()
1347 vp = (struct vnode *)fg_get_data(fg); in csfg_get_validation_category()
1377 vp = (struct vnode *)fg_get_data(fg); in csfg_get_supplement_validation_category()
1418 vp = (struct vnode *)fg_get_data(fg); in csfg_get_teamid()
[all …]
H A Dkern_guarded.c937 struct vnode *vp = fg_get_data(fg); in vnguard_sysc_getguardattr()
1008 struct vnode *vp = fg_get_data(fg); in vnguard_sysc_setguard()
1146 struct vnode *vp = fg_get_data(fg); in vng_file_label_destroy()
H A Dsys_socket.c410 sp = (struct socket *)fg_get_data(fg); in soo_close()
H A Dkern_descrip.c277 vp = (struct vnode *)fg_get_data(fg); in fg_drop()
363 vp = (struct vnode *)fg_get_data(fg); in fg_transfer_filelocks()
380 vp = (struct vnode *)fg_get_data(fg); in fg_transfer_filelocks()
1734 vnode_t vp = (vnode_t)fg_get_data(fg); in fp_close_and_unlock()
1786 fd, 0, (int64_t)VM_KERNEL_ADDRPERM(fg_get_data(fg))); in fp_close_and_unlock()
1932 return (vnode_t)fg_get_data(fg); in fg_get_vnode()
2025 *result_pipe_id = pipe_id((struct pipe*)fg_get_data(fg)); in fp_get_pipe_id()
H A Dposix_shm.c1074 pnode = (pshmnode_t *)fg_get_data(fg); in pshm_closefile()
H A Dproc_info.c3054 vp = (struct vnode *)fg_get_data(fg); in proc_fileport_info()
3066 so = (socket_t)fg_get_data(fg); in proc_fileport_info()
3078 pshm = (struct pshmnode *)fg_get_data(fg); in proc_fileport_info()
3090 cpipe = (struct pipe *)fg_get_data(fg); in proc_fileport_info()
H A Dposix_sem.c1203 return psem_close((struct psemnode *)fg_get_data(fg)); in psem_closefile()
H A Dkern_proc.c6631 struct socket *so = (struct socket *)fg_get_data(fg); in networking_defunct_callout()
6644 (struct necp_fd_data *)fg_get_data(fg)); in networking_defunct_callout()
6654 (struct kern_channel *)fg_get_data(fg); in networking_defunct_callout()
6684 (struct kern_channel *)fg_get_data(fg)); in networking_defunct_callout()
H A Duipc_usrreq.c2622 (so = (struct socket *)fg_get_data(fg)) == 0) { in unp_gc()
2740 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 Duipc_mbuf.c4539 so = fg_get_data(fg); in mbuf_watchdog_defunct_iterate()
H A Dkern_event.c5105 struct kqfile *kqf = fg_get_data(fg);
/xnu-12377.1.9/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-12377.1.9/bsd/sys/
H A Dfile_internal.h324 fg_get_data(struct fileglob *fg) in fg_get_data() function
364 return fg_get_data(fp->fp_glob); in fp_get_data()
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_xattr.c1675 xvp = fg_get_data(xfg); in default_getxattr_doubleagent()
1771 xvp = fg_get_data(xfg); in default_listxattr_doubleagent()
1929 xvp = fg_get_data(xfg); in default_setxattr_doubleagent()
2034 xvp = fg_get_data(xfg); in default_removexattr_doubleagent()
2368 vnode_t xvp = fg_get_data(xfg); in close_xattrfile()
H A Dvfs_vnops.c1864 struct vnode *vp = fg_get_data(fg); in vn_closefile()
H A Dvfs_fsevents.c2376 fsevent_handle *fseh = (struct fsevent_handle *)fg_get_data(fg); in fseventsf_close()
/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus_syscalls.c73 nxctl = (struct nxctl *)fg_get_data(fg); in nxop_close()
/xnu-12377.1.9/bsd/skywalk/channel/
H A Dchannel_syscalls.c114 ch = (struct kern_channel *)fg_get_data(fg); in chop_close()
/xnu-12377.1.9/bsd/net/
H A Dnecp_client.c2045 fd_data = (struct necp_fd_data *)fg_get_data(fg); in necpop_close()
H A Dnecp.c1092 struct necp_session *session = (struct necp_session *)fg_get_data(fg); in necp_session_op_close()