Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kdp/
H A Dkdp_dyld.h39 #define DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT 8 macro
98 mach_port_name_t notifyMachPorts[DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT];
138 mach_port_name_t notifyMachPorts[DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT];
/xnu-12377.41.6/osfmk/ipc/
H A Dmach_kernelrpc.c621 mach_port_name_t copyout_names[DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT]; in task_dyld_process_info_notify_get_trap()
622 ipc_port_t copyout_ports[DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT]; in task_dyld_process_info_notify_get_trap()
623 ipc_port_t release_ports[DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT]; in task_dyld_process_info_notify_get_trap()
675 for (int slot = 0; slot < DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT; slot++) { in task_dyld_process_info_notify_get_trap()
/xnu-12377.41.6/osfmk/kern/
H A Dipc_tt.c565 for (int i = 0; i < DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT; i++) { in ipc_task_terminate()
570 kfree_type(ipc_port_t, DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT, notifiers_ptr); in ipc_task_terminate()
761 for (int i = 0; i < DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT; i++) { in ipc_task_reset()
766 kfree_type(ipc_port_t, DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT, notifiers_ptr); in ipc_task_reset()
H A Dtask.c6541 assert(release_count <= DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT); in task_dyld_process_info_update_helper()
6549 kfree_type(ipc_port_t, DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT, notifiers_ptr); in task_dyld_process_info_update_helper()
6598 ipc_port_t release_ports[DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT]; in task_dyld_process_info_notify_register()
6640 DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT, in task_dyld_process_info_notify_register()
6659 for (int slot = 0; slot < DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT; slot++) { in task_dyld_process_info_notify_register()
6682 for (int slot = 0; slot < DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT; slot++) { in task_dyld_process_info_notify_register()
6699 kfree_type(ipc_port_t, DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT, notifiers_ptr); in task_dyld_process_info_notify_register()
6737 ipc_port_t release_ports[DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT]; in task_dyld_process_info_notify_deregister()
6792 for (int slot = 0; slot < DYLD_MAX_PROCESS_INFO_NOTIFY_COUNT; slot++) { in task_dyld_process_info_notify_deregister()