Home
last modified time | relevance | path

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

12

/xnu-8796.141.3/bsd/kern/
H A Dkern_descrip.c524 proc_fdunlock(p); in finishdup()
621 proc_fdunlock(proc_t p) in proc_fdunlock() function
795 proc_fdunlock(p); in fdt_exec()
807 proc_fdunlock(p); in fdt_exec()
860 proc_fdunlock(p); in fdt_fork()
905 proc_fdunlock(p); in fdt_fork()
966 proc_fdunlock(p); in fdt_fork()
1036 proc_fdunlock(p); in fdt_invalidate()
1201 proc_fdunlock(p); in fdalloc()
1309 proc_fdunlock(p); in falloc_withinit()
[all …]
H A Dsys_generic.c240 proc_fdunlock(p); in preparefileread()
255 proc_fdunlock(p); in preparefileread()
260 proc_fdunlock(p); in preparefileread()
536 proc_fdunlock(p); in preparefilewrite()
547 proc_fdunlock(p); in preparefilewrite()
571 proc_fdunlock(p); in preparefilewrite()
576 proc_fdunlock(p); in preparefilewrite()
920 proc_fdunlock(p); in ioctl()
1021 proc_fdunlock(p); in ioctl()
1644 proc_fdunlock(p); in selscan()
[all …]
H A Dkern_guarded.c178 proc_fdunlock(p); in fp_lookup_guarded()
442 proc_fdunlock(p); in guarded_close_np()
537 proc_fdunlock(p); in change_fdguard_np()
549 proc_fdunlock(p); in change_fdguard_np()
675 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.c2911 proc_fdunlock(p); in kqueue_dealloc()
2925 proc_fdunlock(p); in kqueue_dealloc()
3009 proc_fdunlock(p); in kqueue_internal()
3572 proc_fdunlock(p); in knotes_dealloc()
3582 proc_fdunlock(p); in knotes_dealloc()
4689 proc_fdunlock(p); in kqueue_workloop_ctl_internal()
6159 proc_fdunlock(p); in knote_fdclose()
6358 proc_fdunlock(p); in kq_add_knote()
6409 proc_fdunlock(p); in kq_remove_knote()
6454 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.c706 proc_fdunlock(p); in exec_shell_imgact()
1830 proc_fdunlock(p); in exec_mach_imgact()
2815 proc_fdunlock(p); in exec_handle_file_actions()
2913 proc_fdunlock(p); in exec_handle_file_actions()
6577 proc_fdunlock(p); in exec_handle_sugid()
H A Dkern_proc.c4669 proc_fdunlock(p); in proc_chrooted()
4833 proc_fdunlock(p); in proc_set_filedesc_limits()
4874 proc_fdunlock(p); in proc_filedesc_ast()
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 Duipc_syscalls.c304 proc_fdunlock(p); in socket_common()
684 proc_fdunlock(p); in accept_nocancel()
1229 proc_fdunlock(p); in socketpair()
H A Dkern_aio.c1853 proc_fdunlock(p); in aio_validate()
H A Dkern_resource.c864 proc_fdunlock(p); in do_background_socket()
H A Dmach_loader.c3151 proc_fdunlock(p); in load_dylinker()
H A Duipc_socket.c7871 proc_fdunlock(p); in so_set_extended_bk_idle()
7978 proc_fdunlock(p); in resume_proc_sockets()
/xnu-8796.141.3/bsd/skywalk/nexus/
H A Dnexus_syscalls.c148 proc_fdunlock(p); in __nexus_open()
/xnu-8796.141.3/bsd/skywalk/channel/
H A Dchannel_syscalls.c263 proc_fdunlock(p); in __channel_open()
/xnu-8796.141.3/bsd/sys/
H A Dproc_internal.h790 extern void proc_fdunlock(struct proc *);
/xnu-8796.141.3/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-8796.141.3/bsd/vm/
H A Dvm_unix.c1856 proc_fdunlock(p); in networking_memstatus_callout()
1951 proc_fdunlock(p); in networking_defunct_callout()
2723 proc_fdunlock(p); in _shared_region_map_and_slide()
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_syscalls.c2463 proc_fdunlock(p); in checkdirs_callback()
2466 proc_fdunlock(p); in checkdirs_callback()
2497 proc_fdunlock(p); in checkdirs_callback()
4118 proc_fdunlock(p); in common_fchdir()
4192 proc_fdunlock(p); in chdir_internal()
4325 proc_fdunlock(p); in chroot()
4799 proc_fdunlock(p); in open1()
10501 proc_fdunlock(p); in umask1()
H A Dvfs_fsevents.c2763 proc_fdunlock(p); in fseventsioctl()
/xnu-8796.141.3/bsd/nfs/
H A Dnfs_syscalls.c571 proc_fdunlock(p); in fhopen()

12