Home
last modified time | relevance | path

Searched refs:DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/osfmk/kdp/
H A Dkdp_dyld.h38 #define DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT 8 macro
97 mach_port_name_t notifyMachPorts[DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT];
137 mach_port_name_t notifyMachPorts[DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT];
/xnu-8020.101.4/osfmk/ipc/
H A Dmach_kernelrpc.c618 mach_port_name_t copyout_names[DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT]; in task_dyld_process_info_notify_get_trap()
619 ipc_port_t copyout_ports[DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT]; in task_dyld_process_info_notify_get_trap()
620 ipc_port_t release_ports[DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT]; in task_dyld_process_info_notify_get_trap()
672 for (int slot = 0; slot < DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT; slot++) { in task_dyld_process_info_notify_get_trap()
/xnu-8020.101.4/osfmk/kern/
H A Dtask.c5837 assert(release_count <= DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT); in task_dyld_process_info_update_helper()
5845 kfree_type(ipc_port_t, DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT, notifiers_ptr); in task_dyld_process_info_update_helper()
5894 ipc_port_t release_ports[DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT]; in task_dyld_process_info_notify_register()
5931 DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT, in task_dyld_process_info_notify_register()
5945 for (int slot = 0; slot < DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT; slot++) { in task_dyld_process_info_notify_register()
5968 for (int slot = 0; slot < DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT; slot++) { in task_dyld_process_info_notify_register()
5985 kfree_type(ipc_port_t, DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT, notifiers_ptr); in task_dyld_process_info_notify_register()
6023 ipc_port_t release_ports[DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT]; in task_dyld_process_info_notify_deregister()
6078 for (int slot = 0; slot < DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT; slot++) { in task_dyld_process_info_notify_deregister()
H A Dipc_tt.c506 for (int i = 0; i < DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT; i++) { in ipc_task_terminate()
511 kfree_type(ipc_port_t, DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT, notifiers_ptr); in ipc_task_terminate()
705 for (int i = 0; i < DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT; i++) { in ipc_task_reset()
710 kfree_type(ipc_port_t, DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT, notifiers_ptr); in ipc_task_reset()