Home
last modified time | relevance | path

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

/xnu-8020.121.3/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.c100 kr = host_set_exception_ports(host_priv_self(), in ux_handler_setup()
H A Darcade.c206 if (host_get_fairplayd_port(host_priv_self(), &fairplayd_port) != KERN_SUCCESS) { in arcade_upcall_refresh()
H A Dexception.c583 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 Dhost.c1369 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 Dmach_node.c214 kernel_get_special_port(host_priv_self(), HOST_NODE_PORT, &bs_port); in mach_node_port_changed()
H A Dtelemetry.c473 kern_return_t kr = host_get_telemetry_port(host_priv_self(), &user_port); in telemetry_notify_user()
H A Dtask_policy.c3882 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 Dcoalition.c532 kr = host_get_coalition_port(host_priv_self(), &user_port); in coalition_notify_user()
H A Dipc_tt.c214 kr = host_get_host_port(host_priv_self(), &port); in ipc_task_init()
H A Dtask.c4751 kr = host_get_host_port(host_priv_self(), &host_port); in task_set_security_tokens()
/xnu-8020.121.3/osfmk/device/
H A Ddevice_init.c96 kernel_set_special_port(host_priv_self(), HOST_IO_MASTER_PORT, in device_service_create()
/xnu-8020.121.3/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-8020.121.3/osfmk/UserNotification/
H A DKUNCUserNotifications.c83 kr = host_get_user_notification_port(host_priv_self(), &UNDServer); in UNDServer_reference()
/xnu-8020.121.3/bsd/nfs/
H A Dnfs_lock.c174 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 Dnfs_gss.c1781 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 Dkern_shutdown.c327 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_mman.c1441 …result = mach_vm_wire_kernel(host_priv_self(), user_map, addr, size, VM_PROT_NONE, VM_KERN_MEMORY_… in munlock()
H A Dkern_memorystatus.c4090 thread_wire(host_priv_self(), current_thread(), TRUE); in memorystatus_thread()
/xnu-8020.121.3/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.c10765 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 DOSKext.cpp1373 result = host_get_kextd_port(host_priv_self(), &kextd_port); in pingIOKitDaemon()