Searched refs:PROC_ALLPROCLIST (Results 1 – 19 of 19) sorted by relevance
| /xnu-12377.1.9/bsd/kern/ |
| H A D | kern_sfi.c | 219 proc_iterate(PROC_ALLPROCLIST, proc_apply_sfi_managed, (void *)&uap->sfi_flags, NULL, NULL); in sfi_pidctl()
|
| H A D | kern_proc.c | 4053 if (flags & PROC_ALLPROCLIST) { in proc_iterate() 4927 …proc_iterate(PROC_ALLPROCLIST, proc_pcontrol_null, (void *)NULL, proc_pcontrol_filter, (void *)&np… in no_paging_space_action() 6731 proc_iterate(PROC_ALLPROCLIST | PROC_NOWAITTRANS, in pid_shutdown_sockets()
|
| H A D | uipc_mbuf_mcache.c | 4410 proc_iterate(PROC_ALLPROCLIST, 5697 proc_iterate(PROC_ALLPROCLIST,
|
| H A D | kern_resource.c | 538 proc_iterate(PROC_ALLPROCLIST, puser_donice_callback, (void *)&punice, NULL, NULL); in setpriority()
|
| H A D | kdebug.c | 1689 proc_iterate(PROC_ALLPROCLIST | PROC_NOWAITTRANS, _resolve_iterator, in _resolve_threads()
|
| H A D | kern_sig.c | 1693 proc_iterate(PROC_ALLPROCLIST | PROC_ZOMBPROCLIST, killpg1_callback, in killpg1()
|
| H A D | proc_info.c | 3748 proc_iterate(PROC_ALLPROCLIST, proc_terminate_all_rsr_callback, in proc_terminate_all_rsr()
|
| H A D | uipc_mbuf.c | 4576 proc_iterate(PROC_ALLPROCLIST, in mbuf_watchdog_defunct()
|
| H A D | kern_sysctl.c | 923 proc_iterate((PROC_ALLPROCLIST | PROC_ZOMBPROCLIST),
|
| H A D | kern_memorystatus.c | 8827 PROC_ALLPROCLIST,
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | proc_internal.h | 1040 #define PROC_ALLPROCLIST (1U << 0) /* walk the allproc list (processes not yet exited) */ macro
|
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | in_pcblist.c | 942 proc_iterate(PROC_ALLPROCLIST, in shutdown_sockets_on_interface()
|
| H A D | in_pcb.c | 4425 proc_iterate(PROC_ALLPROCLIST, in in_management_interface_event_callback()
|
| H A D | flow_divert.c | 1030 …proc_iterate(PROC_ALLPROCLIST, flow_divert_find_proc_by_uuid_callout, &info, flow_divert_find_proc… in flow_divert_find_proc_by_uuid()
|
| H A D | mptcp_subr.c | 6447 proc_iterate(PROC_ALLPROCLIST, mptcp_find_proc_callout, &info, in mptcp_find_proc()
|
| /xnu-12377.1.9/bsd/security/audit/ |
| H A D | audit_session.c | 545 proc_iterate(PROC_ALLPROCLIST | PROC_ZOMBPROCLIST, in audit_sysctl_session_debug()
|
| /xnu-12377.1.9/bsd/vm/ |
| H A D | vm_unix.c | 2772 proc_iterate(PROC_ALLPROCLIST, proc_reclaim_drain, NULL,
|
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_syscalls.c | 2747 proc_iterate(PROC_ALLPROCLIST | PROC_NOWAITTRANS, checkdirs_callback, (void *)&cdr, NULL, NULL); in checkdirs()
|
| /xnu-12377.1.9/bsd/dev/dtrace/ |
| H A D | dtrace.c | 17559 proc_iterate(PROC_ALLPROCLIST | PROC_NOWAITTRANS, in dtrace_open()
|