| /xnu-8020.121.3/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 | 100 kr = host_set_exception_ports(host_priv_self(), in ux_handler_setup()
|
| H A D | arcade.c | 206 if (host_get_fairplayd_port(host_priv_self(), &fairplayd_port) != KERN_SUCCESS) { in arcade_upcall_refresh()
|
| H A D | exception.c | 583 host_priv = host_priv_self(); in exception_triage_thread() 766 hostp = host_priv_self(); /* Get the host privileged ports */ in sys_perf_notify()
|
| H A D | host.c | 1369 return host_get_io_master_port(host_priv_self(), io_masterp); in host_get_io_master() 1379 host_priv_self(void) in host_priv_self() function
|
| H A D | mach_node.c | 214 kernel_get_special_port(host_priv_self(), HOST_NODE_PORT, &bs_port); in mach_node_port_changed()
|
| H A D | telemetry.c | 473 kern_return_t kr = host_get_telemetry_port(host_priv_self(), &user_port); in telemetry_notify_user()
|
| H A D | task_policy.c | 3882 kr = host_get_special_port(host_priv_self(), HOST_LOCAL_NODE, in send_resource_violation() 3945 kr = host_get_special_port(host_priv_self(), HOST_LOCAL_NODE, in send_resource_violation_with_fatal_port()
|
| H A D | coalition.c | 532 kr = host_get_coalition_port(host_priv_self(), &user_port); in coalition_notify_user()
|
| H A D | ipc_tt.c | 214 kr = host_get_host_port(host_priv_self(), &port); in ipc_task_init()
|
| H A D | task.c | 4751 kr = host_get_host_port(host_priv_self(), &host_port); in task_set_security_tokens()
|
| /xnu-8020.121.3/osfmk/device/ |
| H A D | device_init.c | 96 kernel_set_special_port(host_priv_self(), HOST_IO_MASTER_PORT, in device_service_create()
|
| /xnu-8020.121.3/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-8020.121.3/osfmk/UserNotification/ |
| H A D | KUNCUserNotifications.c | 83 kr = host_get_user_notification_port(host_priv_self(), &UNDServer); in UNDServer_reference()
|
| /xnu-8020.121.3/bsd/nfs/ |
| H A D | nfs_lock.c | 174 kr = host_get_lockd_port(host_priv_self(), &lockd_port); in nfs_lockd_mount_unregister() 369 kr = host_get_lockd_port(host_priv_self(), &lockd_port); in nfs_lockd_send_request()
|
| H A D | nfs_gss.c | 1781 kr = host_get_gssd_port(host_priv_self(), &gssd_host_port); in nfs_gss_clnt_get_upcall_port() 3618 kr = host_get_gssd_port(host_priv_self(), &mp); in nfs_gss_svc_gssd_upcall()
|
| /xnu-8020.121.3/bsd/kern/ |
| H A D | kern_shutdown.c | 327 host_reboot(host_priv_self(), hostboot_option); in reboot_kernel()
|
| H A D | kern_prot.c | 1742 host_priv = (sec_token.val[0]) ? HOST_PRIV_NULL : host_priv_self(); in set_security_token_task_internal()
|
| H A D | kern_mman.c | 1441 …result = mach_vm_wire_kernel(host_priv_self(), user_map, addr, size, VM_PROT_NONE, VM_KERN_MEMORY_… in munlock()
|
| H A D | kern_memorystatus.c | 4090 thread_wire(host_priv_self(), current_thread(), TRUE); in memorystatus_thread()
|
| /xnu-8020.121.3/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_syscalls.c | 10765 kr = host_get_filecoordinationd_port(host_priv_self(), &mp); in nspace_resolver_req_cancel() 11341 kern_ret = host_get_filecoordinationd_port(host_priv_self(), in vfs_materialize_item() 11601 kr = host_get_filecoordinationd_port(host_priv_self(), &mp); in resolve_nspace_item_ext()
|
| /xnu-8020.121.3/libkern/c++/ |
| H A D | OSKext.cpp | 1373 result = host_get_kextd_port(host_priv_self(), &kextd_port); in pingIOKitDaemon()
|