Home
last modified time | relevance | path

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

12

/xnu-10063.101.15/osfmk/ipc/
H A Dipc_eventlink.c267 ipc_port_t ipc_eventlink_port = IPC_PORT_NULL; in ipc_eventlink_destroy_internal()
268 ipc_port_t ipc_eventlink_port_remote = IPC_PORT_NULL; in ipc_eventlink_destroy_internal()
301 assert(ipc_eventlink_port != IPC_PORT_NULL); in ipc_eventlink_destroy_internal()
305 assert(ipc_eventlink_port_remote != IPC_PORT_NULL); in ipc_eventlink_destroy_internal()
313 assert(temp_ipc_eventlink->el_port != IPC_PORT_NULL); in ipc_eventlink_destroy_internal()
314 temp_ipc_eventlink->el_port = IPC_PORT_NULL; in ipc_eventlink_destroy_internal()
H A Dmach_kernelrpc.c124 args->mask, args->flags, IPC_PORT_NULL, 0, FALSE, in _kernelrpc_mach_vm_map_trap()
487 ipc_port_t voucher_port = IPC_PORT_NULL; in host_create_mach_voucher_trap()
677 if (*portp == IPC_PORT_NULL) { in task_dyld_process_info_notify_get_trap()
683 sright = IPC_PORT_NULL; in task_dyld_process_info_notify_get_trap()
686 *portp = IPC_PORT_NULL; in task_dyld_process_info_notify_get_trap()
697 copyout_ports[i] = IPC_PORT_NULL; in task_dyld_process_info_notify_get_trap()
H A Dipc_port.c1851 special_reply_port->ip_sync_inheritor_port != IPC_PORT_NULL) { in ipc_port_link_special_reply_port()
2016 ipc_port_t dest_port = IPC_PORT_NULL; in ipc_port_adjust_special_reply_port_locked()
2075 special_reply_port->ip_sync_inheritor_port = IPC_PORT_NULL; in ipc_port_adjust_special_reply_port_locked()
3482 if (port == IPC_PORT_NULL) { in ipc_port_update_qos_n_iotier()
H A Dipc_port.h299 #define IP_NULL IPC_PORT_NULL
/xnu-10063.101.15/osfmk/kern/
H A Dexception.c207 ipc_port_t exc_port = IPC_PORT_NULL; in exception_deliver()
216 ipc_port_t thread_port = IPC_PORT_NULL, in exception_deliver()
217 task_port = IPC_PORT_NULL, in exception_deliver()
218 task_token_port = IPC_PORT_NULL; in exception_deliver()
H A Dexclaves_tests.c80 kr = exclaves_endpoint_call(IPC_PORT_NULL, EXCLAVES_ID_HELLO_EXCLAVE_EP, in exclaves_hello_exclave_test()
130 kr = exclaves_endpoint_call(IPC_PORT_NULL, EXCLAVES_ID_HELLO_EXCLAVE_EP, in exclaves_panic_exclave_test()
H A Dipc_mig.c309 ipc_port_t dest = IPC_PORT_NULL; in kernel_mach_msg_rpc()
452 dest = IPC_PORT_NULL; in kernel_mach_msg_rpc()
H A Dclock_oldops.c169 .cl_service = IPC_PORT_NULL,
173 .cl_service = IPC_PORT_NULL,
H A Dexclaves.c270 kr = exclaves_endpoint_call_internal(IPC_PORT_NULL, identifier); in _exclaves_ctl_trap()
741 assert(port == IPC_PORT_NULL); in exclaves_endpoint_call()
1022 assert(port == IPC_PORT_NULL); in exclaves_endpoint_call_internal()
H A Dexclaves_upcalls.c572 kr = exclaves_endpoint_call(IPC_PORT_NULL, EXCLAVES_ID_HELLO_EXCLAVE_EP, in exclaves_hello_upcall_test()
H A Dtask.c6396 if (*portp != IPC_PORT_NULL && !ip_active(*portp)) { in task_dyld_process_info_notify_register()
6398 *portp = IPC_PORT_NULL; in task_dyld_process_info_notify_register()
6404 if (*portp != IPC_PORT_NULL) { in task_dyld_process_info_notify_register()
6419 if (*portp == IPC_PORT_NULL) { in task_dyld_process_info_notify_register()
6515 assert(sright != IPC_PORT_NULL); in task_dyld_process_info_notify_deregister()
6531 *portp = IPC_PORT_NULL; in task_dyld_process_info_notify_deregister()
6533 } else if ((*portp != IPC_PORT_NULL && !ip_active(*portp))) { in task_dyld_process_info_notify_deregister()
6535 *portp = IPC_PORT_NULL; in task_dyld_process_info_notify_deregister()
6538 if (*portp != IPC_PORT_NULL) { in task_dyld_process_info_notify_deregister()
H A Dexclaves_resource.c625 ipc_port_t port = IPC_PORT_NULL; in exclaves_resource_from_port_name()
/xnu-10063.101.15/bsd/security/audit/
H A Daudit_session.c929 se->se_port = IPC_PORT_NULL; in audit_session_new()
1231 ipc_port_t sendport = IPC_PORT_NULL; in audit_session_self()
1256 if (se->se_port == IPC_PORT_NULL) { in audit_session_self()
1302 ipc_port_t sendport = IPC_PORT_NULL; in audit_session_port()
1363 if (se->se_port == IPC_PORT_NULL) { in audit_session_port()
1438 if (port != IPC_PORT_NULL) { in audit_session_join_internal()
1483 ipc_port_t port = IPC_PORT_NULL; in audit_session_join()
/xnu-10063.101.15/bsd/vm/
H A Dvm_unix.c1028 (tfpport != IPC_PORT_NULL)) { in task_for_pid()
1083 if (tfpport != IPC_PORT_NULL) { in task_for_pid()
1268 (tfpport != IPC_PORT_NULL)) { in task_inspect_for_pid()
1306 if (tfpport != IPC_PORT_NULL) { in task_inspect_for_pid()
1390 (tfpport != IPC_PORT_NULL)) { in task_read_for_pid()
1428 if (tfpport != IPC_PORT_NULL) { in task_read_for_pid()
1480 (tfpport != IPC_PORT_NULL)) { in pid_suspend()
1520 if (tfpport != IPC_PORT_NULL) { in pid_suspend()
1609 (tfpport != IPC_PORT_NULL)) { in debug_control_port_for_pid()
1653 if (tfpport != IPC_PORT_NULL) { in debug_control_port_for_pid()
[all …]
/xnu-10063.101.15/osfmk/vm/
H A Dvm_shared_region.c685 mem_entry_port = IPC_PORT_NULL; in vm_shared_region_create()
953 shared_region->sr_mem_entry = IPC_PORT_NULL; in vm_shared_region_destroy()
3559 SECURITY_READ_ONLY_LATE(ipc_port_t) commpage32_handle = IPC_PORT_NULL;
3560 SECURITY_READ_ONLY_LATE(ipc_port_t) commpage64_handle = IPC_PORT_NULL;
3566 SECURITY_READ_ONLY_LATE(ipc_port_t) commpage_text32_handle = IPC_PORT_NULL;
3567 SECURITY_READ_ONLY_LATE(ipc_port_t) commpage_text64_handle = IPC_PORT_NULL;
3742 assert(commpage_handle != IPC_PORT_NULL); in vm_commpage_enter()
3766 assert(commpage_text_handle != IPC_PORT_NULL); in vm_commpage_enter()
3800 IPC_PORT_NULL, in vm_commpage_enter()
H A Dvm_tests.c882 mem_entry = IPC_PORT_NULL; in vm_test_map_copy_adjust_to_target()
885 &mem_entry, IPC_PORT_NULL); in vm_test_map_copy_adjust_to_target()
/xnu-10063.101.15/bsd/dev/dtrace/
H A Ddtrace_ptss.c188 VM_MAP_KERNEL_FLAGS_ANYWHERE(), IPC_PORT_NULL, 0, FALSE, in dtrace_ptss_allocate_page()
/xnu-10063.101.15/osfmk/mach/
H A Dport.h143 #define IPC_PORT_NULL __unsafe_forge_single(ipc_port_t, NULL) macro
/xnu-10063.101.15/bsd/kern/
H A Dmach_loader.c1921 IPC_PORT_NULL, in map_segment()
1996 IPC_PORT_NULL, in map_segment()
2038 IPC_PORT_NULL, in map_segment()
2290 IPC_PORT_NULL, in load_segment()
H A Dposix_shm.c861 IPC_PORT_NULL, in pshm_mmap()
H A Dkern_mman.c774 IPC_PORT_NULL, 0, FALSE, in mmap()
H A Dsysv_shm.c495 IPC_PORT_NULL, in shmat()
H A Dkern_descrip.c5827 if (fileport == IPC_PORT_NULL) { in sys_fileport_makeport()
5949 ipc_port_t port = IPC_PORT_NULL; in sys_fileport_makefd()
5963 if (IPC_PORT_NULL != port) { in sys_fileport_makefd()
H A Dkern_exec.c2924 if (IPC_PORT_NULL != port) { in exec_handle_file_actions()
7600 mach_port_t port = IPC_PORT_NULL; in process_signature()
7847 if (port != IPC_PORT_NULL) { in process_signature()
/xnu-10063.101.15/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp454 IPC_PORT_NULL, in mapOverwrite()
548 IPC_PORT_NULL, in OSDefineMetaClassAndFinalStructors()

12