Home
last modified time | relevance | path

Searched refs:proc_fdunlock (Results 1 – 25 of 29) sorted by relevance

12

/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c543 proc_fdunlock(p); in finishdup()
640 proc_fdunlock(proc_t p) in proc_fdunlock() function
814 proc_fdunlock(p); in fdt_exec()
826 proc_fdunlock(p); in fdt_exec()
879 proc_fdunlock(p); in fdt_fork()
924 proc_fdunlock(p); in fdt_fork()
983 proc_fdunlock(p); in fdt_fork()
1051 proc_fdunlock(p); in fdt_invalidate()
1215 proc_fdunlock(p); in fdalloc()
1325 proc_fdunlock(p); in falloc_withinit()
[all …]
H A Dsys_generic.c245 proc_fdunlock(p); in preparefileread()
260 proc_fdunlock(p); in preparefileread()
265 proc_fdunlock(p); in preparefileread()
541 proc_fdunlock(p); in preparefilewrite()
552 proc_fdunlock(p); in preparefilewrite()
576 proc_fdunlock(p); in preparefilewrite()
581 proc_fdunlock(p); in preparefilewrite()
925 proc_fdunlock(p); in ioctl()
1026 proc_fdunlock(p); in ioctl()
1651 proc_fdunlock(p); in selscan()
[all …]
H A Dkern_guarded.c180 proc_fdunlock(p); in fp_lookup_guarded()
444 proc_fdunlock(p); in guarded_close_np()
539 proc_fdunlock(p); in change_fdguard_np()
551 proc_fdunlock(p); in change_fdguard_np()
677 proc_fdunlock(p); in change_fdguard_np()
H A Dposix_sem.c609 proc_fdunlock(p); in sem_open()
791 proc_fdunlock(p); in sem_close()
795 proc_fdunlock(p); in sem_close()
H A Duipc_usrreq.c2363 proc_fdunlock(p); in unp_externalize()
2389 proc_fdunlock(p); in unp_externalize()
2459 proc_fdunlock(p); in unp_internalize()
2462 proc_fdunlock(p); in unp_internalize()
2467 proc_fdunlock(p); in unp_internalize()
2483 proc_fdunlock(p); in unp_internalize()
H A Dkern_event.c2918 proc_fdunlock(p); in kqueue_dealloc()
2932 proc_fdunlock(p); in kqueue_dealloc()
3016 proc_fdunlock(p); in kqueue_internal()
3579 proc_fdunlock(p); in knotes_dealloc()
3589 proc_fdunlock(p); in knotes_dealloc()
4696 proc_fdunlock(p); in kqueue_workloop_ctl_internal()
6139 proc_fdunlock(p); in knote_fdclose()
6325 proc_fdunlock(p); in kq_add_knote()
6376 proc_fdunlock(p); in kq_remove_knote()
6421 proc_fdunlock(p); in kq_find_knote_and_kq_lock()
[all …]
H A Dsys_pipe.c446 proc_fdunlock(p); in pipe()
1313 proc_fdunlock(vfs_context_proc(ctx)); in pipe_close()
H A Dposix_shm.c490 proc_fdunlock(p); in shm_open()
H A Dkern_exec.c707 proc_fdunlock(p); in exec_shell_imgact()
1820 proc_fdunlock(p); in exec_mach_imgact()
2823 proc_fdunlock(p); in exec_handle_file_actions()
2921 proc_fdunlock(p); in exec_handle_file_actions()
6578 proc_fdunlock(p); in exec_handle_sugid()
H A Duipc_syscalls.c303 proc_fdunlock(p); in socket_common()
683 proc_fdunlock(p); in accept_nocancel()
1224 proc_fdunlock(p); in socketpair()
H A Dproc_info.c505 proc_fdunlock(p); in proc_fdlist_internal()
568 proc_fdunlock(p); in proc_fdlist()
1293 proc_fdunlock(p); in proc_pidvnodepathinfo()
H A Dkern_proc.c4716 proc_fdunlock(p); in proc_chrooted()
4880 proc_fdunlock(p); in proc_set_filedesc_limits()
4921 proc_fdunlock(p); in proc_filedesc_ast()
H A Dkern_aio.c1852 proc_fdunlock(p); in aio_validate()
H A Dkern_resource.c864 proc_fdunlock(p); in do_background_socket()
H A Dmach_loader.c3168 proc_fdunlock(p); in load_dylinker()
H A Duipc_socket.c7843 proc_fdunlock(p); in so_set_extended_bk_idle()
7950 proc_fdunlock(p); in resume_proc_sockets()
/xnu-8792.61.2/bsd/skywalk/nexus/
H A Dnexus_syscalls.c148 proc_fdunlock(p); in __nexus_open()
/xnu-8792.61.2/bsd/sys/
H A Dproc_internal.h804 extern void proc_fdunlock(struct proc *);
/xnu-8792.61.2/bsd/skywalk/channel/
H A Dchannel_syscalls.c263 proc_fdunlock(p); in __channel_open()
/xnu-8792.61.2/bsd/netinet/
H A Din_tclass.c552 proc_fdunlock(p); in set_pid_tclass()
627 proc_fdunlock(p); in flush_pid_tclass()
H A Din_pcblist.c865 proc_fdunlock(p); in shutdown_sockets_on_interface_proc_callout()
/xnu-8792.61.2/bsd/vm/
H A Dvm_unix.c1822 proc_fdunlock(p); in networking_memstatus_callout()
1917 proc_fdunlock(p); in networking_defunct_callout()
2689 proc_fdunlock(p); in _shared_region_map_and_slide()
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_syscalls.c2445 proc_fdunlock(p); in checkdirs_callback()
2448 proc_fdunlock(p); in checkdirs_callback()
2479 proc_fdunlock(p); in checkdirs_callback()
4093 proc_fdunlock(p); in common_fchdir()
4167 proc_fdunlock(p); in chdir_internal()
4300 proc_fdunlock(p); in chroot()
4772 proc_fdunlock(p); in open1()
10478 proc_fdunlock(p); in umask1()
H A Dvfs_fsevents.c2763 proc_fdunlock(p); in fseventsioctl()
/xnu-8792.61.2/bsd/nfs/
H A Dnfs_syscalls.c540 proc_fdunlock(p); in fhopen()

12