| /xnu-12377.1.9/osfmk/device/ ! |
| H A D | device_init.c | 82 kernel_set_special_port(host_priv_self(), HOST_IO_MAIN_PORT, in device_service_create()
|
| /xnu-12377.1.9/osfmk/kern/ ! |
| H A D | ktrace_background_notify.c | 48 kr = host_get_ktrace_background_port(host_priv_self(), &user_port); in ktrace_background_available_notify_user()
|
| H A D | sysdiagnose.c | 51 kr = host_get_sysdiagnose_port(host_priv_self(), &user_port); in sysdiagnose_notify_user()
|
| H A D | host.h | 122 extern host_priv_t host_priv_self(void);
|
| H A D | ux_handler.c | 104 kr = host_set_exception_ports(host_priv_self(), in ux_handler_setup()
|
| H A D | ecc_logging.c | 143 kr = host_get_memory_error_port(host_priv_self(), &user_port); in mcc_error_notify_user()
|
| H A D | arcade.c | 208 if (host_get_fairplayd_port(host_priv_self(), &fairplayd_port) != KERN_SUCCESS) { in arcade_upcall_refresh()
|
| H A D | exception.c | 776 host_priv = host_priv_self(); in exception_triage_thread() 1038 hostp = host_priv_self(); /* Get the host privileged ports */ in sys_perf_notify()
|
| H A D | ipc_host.c | 383 host_priv_self(), IKOT_HOST_PRIV); in host_port_copy_send()
|
| H A D | host.c | 1435 return host_get_io_main_port(host_priv_self(), io_mainp); in host_get_io_main() 1445 host_priv_self(void) in host_priv_self() function
|
| H A D | thread_act.c | 1253 host_priv_t host_priv = host_priv_self(); in thread_raise_exception()
|
| H A D | telemetry.c | 291 kern_return_t kr = host_get_telemetry_port(host_priv_self(), &user_port); in _telemetry_notify_user()
|
| H A D | task_policy.c | 4005 kr = host_get_special_port(host_priv_self(), HOST_LOCAL_NODE, in send_resource_violation() 4068 kr = host_get_special_port(host_priv_self(), HOST_LOCAL_NODE, in send_resource_violation_with_fatal_port()
|
| H A D | coalition.c | 572 kr = host_get_coalition_port(host_priv_self(), &user_port); in coalition_notify_user()
|
| H A D | ipc_tt.c | 248 kr = host_get_host_port(host_priv_self(), &port); in ipc_task_init()
|
| /xnu-12377.1.9/bsd/security/audit/ ! |
| H A D | audit_bsd.c | 465 error = host_get_audit_control_port(host_priv_self(), &audit_port); in audit_send_trigger() 482 error = host_get_audit_control_port(host_priv_self(), &audit_port); in audit_send_analytics()
|
| /xnu-12377.1.9/osfmk/UserNotification/ ! |
| H A D | KUNCUserNotifications.c | 84 kr = host_get_user_notification_port(host_priv_self(), &UNDServer); in UNDServer_reference()
|
| /xnu-12377.1.9/bsd/kern/ ! |
| H A D | kern_shutdown.c | 355 host_reboot(host_priv_self(), hostboot_option); in reboot_kernel()
|
| H A D | kern_prot.c | 1680 host_priv = (sec_token.val[0]) ? HOST_PRIV_NULL : host_priv_self(); in set_security_token()
|
| /xnu-12377.1.9/bsd/vfs/ ! |
| H A D | vfs_io_compression_stats.c | 420 kern_return_t kr = host_get_iocompressionstats_port(host_priv_self(), &user_port); in iocs_notify_user()
|
| H A D | vfs_xattr.c | 1634 ret = host_get_doubleagentd_port(host_priv_self(), doubleagentd_port); in get_doubleagentd_port()
|
| H A D | vfs_syscalls.c | 12030 kr = host_get_filecoordinationd_port(host_priv_self(), &mp); in nspace_resolver_req_cancel() 12697 kern_ret = host_get_filecoordinationd_port(host_priv_self(), in vfs_materialize_item()
|
| /xnu-12377.1.9/osfmk/corpses/ ! |
| H A D | corpse.c | 532 kr = host_get_exception_ports(host_priv_self(), EXC_MASK_CORPSE_NOTIFY, in task_should_generate_lightweight_corpse()
|
| /xnu-12377.1.9/bsd/nfs/ ! |
| H A D | nfs_gss.c | 1139 kr = host_get_gssd_port(host_priv_self(), &mp); in nfs_gss_svc_gssd_upcall()
|
| /xnu-12377.1.9/osfmk/vm/ ! |
| H A D | vm_tests.c | 1640 …kr = mach_vm_wire_external(host_priv_self(), VM_MAP_NULL, throwaway_addr_ut, size_16kb, VM_PROT_DE… in vm_map_null_tests() 1645 kr = vm_wire(host_priv_self(), VM_MAP_NULL, throwaway_addr, size_16kb, VM_PROT_DEFAULT); in vm_map_null_tests()
|