| /xnu-8020.101.4/osfmk/ipc/ |
| H A D | ipc_eventlink.c | 267 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() 312 assert(temp_ipc_eventlink->el_port != IPC_PORT_NULL); in ipc_eventlink_destroy_internal() 313 temp_ipc_eventlink->el_port = IPC_PORT_NULL; in ipc_eventlink_destroy_internal()
|
| H A D | mach_kernelrpc.c | 124 args->mask, args->flags, IPC_PORT_NULL, 0, FALSE, in _kernelrpc_mach_vm_map_trap() 485 ipc_port_t voucher_port = IPC_PORT_NULL; in host_create_mach_voucher_trap() 674 if (*portp == IPC_PORT_NULL) { in task_dyld_process_info_notify_get_trap() 680 sright = IPC_PORT_NULL; in task_dyld_process_info_notify_get_trap() 683 *portp = IPC_PORT_NULL; in task_dyld_process_info_notify_get_trap() 694 copyout_ports[i] = IPC_PORT_NULL; in task_dyld_process_info_notify_get_trap()
|
| H A D | ipc_port.c | 1730 special_reply_port->ip_sync_inheritor_port != IPC_PORT_NULL) { in ipc_port_link_special_reply_port() 1895 ipc_port_t dest_port = IPC_PORT_NULL; in ipc_port_adjust_special_reply_port_locked() 1954 special_reply_port->ip_sync_inheritor_port = IPC_PORT_NULL; in ipc_port_adjust_special_reply_port_locked() 3328 if (port == IPC_PORT_NULL) { in ipc_port_update_qos_n_iotier()
|
| H A D | mach_msg.c | 498 ipc_port_t port = IPC_PORT_NULL; in mach_msg_receive_results_complete()
|
| H A D | ipc_port.h | 265 #define IP_NULL IPC_PORT_NULL
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | exception.c | 189 ipc_port_t exc_port = IPC_PORT_NULL; in exception_deliver() 198 ipc_port_t thread_port = IPC_PORT_NULL, in exception_deliver() 199 task_port = IPC_PORT_NULL, in exception_deliver() 200 task_token_port = IPC_PORT_NULL; in exception_deliver()
|
| H A D | clock_oldops.c | 170 .cl_service = IPC_PORT_NULL, 171 .cl_control = IPC_PORT_NULL, 175 .cl_service = IPC_PORT_NULL, 176 .cl_control = IPC_PORT_NULL,
|
| H A D | ipc_mig.c | 262 ipc_port_t dest = IPC_PORT_NULL; in kernel_mach_msg_rpc() 392 dest = IPC_PORT_NULL; in kernel_mach_msg_rpc()
|
| H A D | work_interval.c | 523 ipc_port_t port = IPC_PORT_NULL; in port_name_to_work_interval()
|
| H A D | task.c | 5947 if (*portp != IPC_PORT_NULL && !ip_active(*portp)) { in task_dyld_process_info_notify_register() 5949 *portp = IPC_PORT_NULL; in task_dyld_process_info_notify_register() 5955 if (*portp != IPC_PORT_NULL) { in task_dyld_process_info_notify_register() 5970 if (*portp == IPC_PORT_NULL) { in task_dyld_process_info_notify_register() 6066 assert(sright != IPC_PORT_NULL); in task_dyld_process_info_notify_deregister() 6082 *portp = IPC_PORT_NULL; in task_dyld_process_info_notify_deregister() 6084 } else if ((*portp != IPC_PORT_NULL && !ip_active(*portp))) { in task_dyld_process_info_notify_deregister() 6086 *portp = IPC_PORT_NULL; in task_dyld_process_info_notify_deregister() 6089 if (*portp != IPC_PORT_NULL) { in task_dyld_process_info_notify_deregister()
|
| H A D | ipc_tt.c | 1449 ipc_port_t port = IPC_PORT_NULL; in thread_get_kernel_special_reply_port() 1458 if (port != IPC_PORT_NULL) { in thread_get_kernel_special_reply_port()
|
| /xnu-8020.101.4/bsd/security/audit/ |
| H A D | audit_session.c | 932 se->se_port = IPC_PORT_NULL; in audit_session_new() 1243 ipc_port_t sendport = IPC_PORT_NULL; in audit_session_self() 1268 if (se->se_port == IPC_PORT_NULL) { in audit_session_self() 1314 ipc_port_t sendport = IPC_PORT_NULL; in audit_session_port() 1375 if (se->se_port == IPC_PORT_NULL) { in audit_session_port() 1463 if (port != IPC_PORT_NULL) { in audit_session_join_internal() 1508 ipc_port_t port = IPC_PORT_NULL; in audit_session_join()
|
| /xnu-8020.101.4/bsd/vm/ |
| H A D | vm_unix.c | 957 (tfpport != IPC_PORT_NULL)) { in task_for_pid() 1009 if (tfpport != IPC_PORT_NULL) { in task_for_pid() 1192 (tfpport != IPC_PORT_NULL)) { in task_inspect_for_pid() 1230 if (tfpport != IPC_PORT_NULL) { in task_inspect_for_pid() 1314 (tfpport != IPC_PORT_NULL)) { in task_read_for_pid() 1352 if (tfpport != IPC_PORT_NULL) { in task_read_for_pid() 1404 (tfpport != IPC_PORT_NULL)) { in pid_suspend() 1444 if (tfpport != IPC_PORT_NULL) { in pid_suspend() 1533 (tfpport != IPC_PORT_NULL)) { in debug_control_port_for_pid() 1577 if (tfpport != IPC_PORT_NULL) { in debug_control_port_for_pid() [all …]
|
| /xnu-8020.101.4/osfmk/vm/ |
| H A D | vm_shared_region.c | 654 mem_entry_port = IPC_PORT_NULL; in vm_shared_region_create() 910 shared_region->sr_mem_entry = IPC_PORT_NULL; in vm_shared_region_destroy() 3029 SECURITY_READ_ONLY_LATE(ipc_port_t) commpage32_handle = IPC_PORT_NULL; 3030 SECURITY_READ_ONLY_LATE(ipc_port_t) commpage64_handle = IPC_PORT_NULL; 3036 SECURITY_READ_ONLY_LATE(ipc_port_t) commpage_text32_handle = IPC_PORT_NULL; 3037 SECURITY_READ_ONLY_LATE(ipc_port_t) commpage_text64_handle = IPC_PORT_NULL; 3219 assert(commpage_handle != IPC_PORT_NULL); in vm_commpage_enter() 3245 assert(commpage_text_handle != IPC_PORT_NULL); in vm_commpage_enter() 3283 IPC_PORT_NULL, in vm_commpage_enter()
|
| H A D | vm_tests.c | 892 mem_entry = IPC_PORT_NULL; in vm_test_map_copy_adjust_to_target() 895 &mem_entry, IPC_PORT_NULL); in vm_test_map_copy_adjust_to_target()
|
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_lock.c | 145 mach_port_t lockd_port = IPC_PORT_NULL; in nfs_lockd_mount_unregister() 177 kr, (lockd_port == IPC_PORT_NULL) ? "NULL" : in nfs_lockd_mount_unregister() 367 mach_port_t lockd_port = IPC_PORT_NULL; in nfs_lockd_send_request()
|
| H A D | nfs_gss.c | 1776 mach_port_t gssd_host_port, uc_port = IPC_PORT_NULL; in nfs_gss_clnt_get_upcall_port() 1784 return IPC_PORT_NULL; in nfs_gss_clnt_get_upcall_port() 1788 return IPC_PORT_NULL; in nfs_gss_clnt_get_upcall_port() 1980 if (cp->gss_clnt_mport == IPC_PORT_NULL) { in nfs_gss_clnt_gssd_upcall() 2046 cp->gss_clnt_mport = IPC_PORT_NULL; in nfs_gss_clnt_gssd_upcall() 2461 cp->gss_clnt_mport = IPC_PORT_NULL; in nfs_gss_clnt_ctx_destroy()
|
| /xnu-8020.101.4/osfmk/mach/ |
| H A D | port.h | 143 #define IPC_PORT_NULL ((ipc_port_t) NULL) macro
|
| /xnu-8020.101.4/bsd/dev/dtrace/ |
| H A D | dtrace_ptss.c | 186 … 0, VM_FLAGS_ANYWHERE, VM_MAP_KERNEL_FLAGS_NONE, VM_KERN_MEMORY_NONE, IPC_PORT_NULL, 0, FALSE, cur… in dtrace_ptss_allocate_page()
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | mach_loader.c | 1873 IPC_PORT_NULL, in map_segment() 1952 IPC_PORT_NULL, in map_segment() 1998 IPC_PORT_NULL, in map_segment() 2255 IPC_PORT_NULL, in load_segment()
|
| H A D | posix_shm.c | 865 IPC_PORT_NULL, in pshm_mmap()
|
| H A D | kern_mman.c | 700 IPC_PORT_NULL, 0, FALSE, in mmap()
|
| H A D | sysv_shm.c | 497 IPC_PORT_NULL, in shmat()
|
| H A D | kern_descrip.c | 5470 if (fileport == IPC_PORT_NULL) { in sys_fileport_makeport() 5592 ipc_port_t port = IPC_PORT_NULL; in sys_fileport_makefd() 5606 if (IPC_PORT_NULL != port) { in sys_fileport_makefd()
|
| /xnu-8020.101.4/iokit/bsddev/skywalk/ |
| H A D | IOSkywalkSupport.cpp | 453 IPC_PORT_NULL, in mapOverwrite() 548 IPC_PORT_NULL, in OSDefineMetaClassAndFinalStructors()
|