Home
last modified time | relevance | path

Searched refs:host_priv_self (Results 1 – 25 of 27) sorted by relevance

12

/xnu-8796.121.2/osfmk/kern/
H A Dktrace_background_notify.c48 kr = host_get_ktrace_background_port(host_priv_self(), &user_port); in ktrace_background_available_notify_user()
H A Dsysdiagnose.c51 kr = host_get_sysdiagnose_port(host_priv_self(), &user_port); in sysdiagnose_notify_user()
H A Dhost.h122 extern host_priv_t host_priv_self(void);
H A Dux_handler.c103 kr = host_set_exception_ports(host_priv_self(), in ux_handler_setup()
H A Decc_logging.c114 kern_return_t kr = host_get_memory_error_port(host_priv_self(), &user_port); in mcc_error_notify_user()
H A Darcade.c207 if (host_get_fairplayd_port(host_priv_self(), &fairplayd_port) != KERN_SUCCESS) { in arcade_upcall_refresh()
H A Dexception.c696 host_priv = host_priv_self(); in exception_triage_thread()
883 hostp = host_priv_self(); /* Get the host privileged ports */ in sys_perf_notify()
H A Dipc_host.c380 host_priv_self(), IKOT_HOST_PRIV); in host_port_copy_send()
H A Dhost.c1352 return host_get_io_main_port(host_priv_self(), io_mainp); in host_get_io_main()
1362 host_priv_self(void) in host_priv_self() function
H A Dmach_node.c213 kernel_get_special_port(host_priv_self(), HOST_NODE_PORT, &bs_port); in mach_node_port_changed()
H A Dthread_act.c1216 host_priv_t host_priv = host_priv_self(); in thread_raise_exception()
H A Dtelemetry.c475 kern_return_t kr = host_get_telemetry_port(host_priv_self(), &user_port); in telemetry_notify_user()
H A Dtask_policy.c3903 kr = host_get_special_port(host_priv_self(), HOST_LOCAL_NODE, in send_resource_violation()
3966 kr = host_get_special_port(host_priv_self(), HOST_LOCAL_NODE, in send_resource_violation_with_fatal_port()
H A Dcoalition.c552 kr = host_get_coalition_port(host_priv_self(), &user_port); in coalition_notify_user()
H A Dipc_tt.c217 kr = host_get_host_port(host_priv_self(), &port); in ipc_task_init()
/xnu-8796.121.2/osfmk/device/
H A Ddevice_init.c96 kernel_set_special_port(host_priv_self(), HOST_IO_MAIN_PORT, in device_service_create()
/xnu-8796.121.2/bsd/security/audit/
H A Daudit_bsd.c465 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-8796.121.2/osfmk/UserNotification/
H A DKUNCUserNotifications.c83 kr = host_get_user_notification_port(host_priv_self(), &UNDServer); in UNDServer_reference()
/xnu-8796.121.2/bsd/kern/
H A Dkern_shutdown.c341 host_reboot(host_priv_self(), hostboot_option); in reboot_kernel()
H A Dkern_prot.c1742 host_priv = (sec_token.val[0]) ? HOST_PRIV_NULL : host_priv_self(); in set_security_token_task_internal()
H A Dkern_memorystatus.c3832 thread_wire(host_priv_self(), current_thread(), TRUE); in memorystatus_thread_init()
/xnu-8796.121.2/bsd/vfs/
H A Dvfs_io_compression_stats.c420 kern_return_t kr = host_get_iocompressionstats_port(host_priv_self(), &user_port); in iocs_notify_user()
H A Dvfs_syscalls.c11399 kr = host_get_filecoordinationd_port(host_priv_self(), &mp); in nspace_resolver_req_cancel()
11982 kern_ret = host_get_filecoordinationd_port(host_priv_self(), in vfs_materialize_item()
12240 kr = host_get_filecoordinationd_port(host_priv_self(), &mp); in resolve_nspace_item_ext()
/xnu-8796.121.2/osfmk/corpses/
H A Dcorpse.c525 kr = host_get_exception_ports(host_priv_self(), EXC_MASK_CORPSE_NOTIFY, in task_should_generate_lightweight_corpse()
/xnu-8796.121.2/bsd/nfs/
H A Dnfs_gss.c1136 kr = host_get_gssd_port(host_priv_self(), &mp); in nfs_gss_svc_gssd_upcall()

12