| /xnu-10002.1.13/osfmk/mach/ |
| H A D | host_special_ports.h | 132 #define host_get_host_port(host, port) \ argument 135 #define host_set_host_port(host, port) (KERN_INVALID_ARGUMENT) argument 137 #define host_get_host_priv_port(host, port) \ argument 140 #define host_set_host_priv_port(host, port) (KERN_INVALID_ARGUMENT) argument 142 #define host_get_io_main_port(host, port) \ argument 145 #define host_set_io_main_port(host, port) (KERN_INVALID_ARGUMENT) argument 150 #define host_get_dynamic_pager_port(host, port) \ argument 153 #define host_set_dynamic_pager_port(host, port) \ argument 156 #define host_get_audit_control_port(host, port) \ argument 159 #define host_set_audit_control_port(host, port) \ argument [all …]
|
| /xnu-10002.1.13/osfmk/kern/ |
| H A D | host.h | 79 struct host { struct 85 typedef struct host host_data_t; argument 89 #define host_lock(host) lck_mtx_lock(&(host)->lock) argument 90 #define host_unlock(host) lck_mtx_unlock(&(host)->lock) argument
|
| H A D | host.c | 190 host_info(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t * count) in host_info() 406 host_statistics(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t * count) in host_statistics() 852 host_statistics64(host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_number_t * c… in host_statistics64() 884 host_statistics64_from_user(host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_nu… in host_statistics64_from_user() 911 host_statistics_from_user(host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_numb… in host_statistics_from_user() 1008 host_page_size(host_t host, vm_size_t * out_page_size) in host_page_size() 1026 host_kernel_version(host_t host, kernel_version_t out_version) in host_kernel_version() 1094 host_processor_info(host_t host, in host_processor_info() 1345 host_get_io_main(host_t host, io_main_t * io_mainp) in host_get_io_main() 1367 host_set_atm_diagnostic_flag(host_t host, uint32_t diagnostic_flag) in host_set_atm_diagnostic_flag()
|
| H A D | ipc_host.c | 219 host_t host, in processor_set_default() 244 host_t host = HOST_NULL; in convert_port_to_host() local 272 host_t host = HOST_NULL; in convert_port_to_host_priv() local 405 host_t host) in convert_host_to_port()
|
| H A D | host_notify.c | 64 host_t host, in host_request_notification()
|
| H A D | processor.c | 682 host_t *host, in processor_info() 1126 host_t *host, in processor_set_info()
|
| H A D | lock_group.c | 330 host_t host, in host_lockgroup_info()
|
| H A D | clock_oldops.c | 254 host_t host, in host_get_clock_service()
|
| H A D | zalloc.c | 8506 host_t host = HOST_NULL; in mach_memory_info() local 8566 host_t host, in mach_memory_info_internal() 8743 host_priv_t host, in mach_zone_info_for_zone() 8792 host_priv_t host, in mach_zone_info_for_largest_zone() 8834 host_priv_t host, in mach_zone_get_zlog_zones() 8890 host_priv_t host, in mach_zone_get_btlog_records() 8960 host_t host) in mach_zone_force_gc()
|
| H A D | ipc_tt.c | 3658 host_t host = HOST_NULL; in port_name_to_host() local
|
| /xnu-10002.1.13/libsyscall/mach/ |
| H A D | host.c | 84 host_create_mach_voucher(mach_port_name_t host, in host_create_mach_voucher() 120 host_t host, in host_get_io_master()
|
| H A D | mach_init.c | 89 host_page_size(__unused host_t host, vm_size_t *out_page_size) in host_page_size()
|
| /xnu-10002.1.13/tests/ |
| H A D | processor_info.c | 113 host_t host = mach_host_self(); variable
|
| H A D | sched_all_cores_running.c | 80 static host_t host; variable
|
| H A D | imm_pinned_control_port.c | 230 mach_port_t host = mach_host_self(); in test_task_thread_port_values() local
|
| H A D | ipc_read_inspect.c | 223 mach_port_t host = mach_host_self(); in test_processor_set_tasks() local
|
| H A D | task_info.c | 216 mach_port_t host; variable
|
| /xnu-10002.1.13/osfmk/vm/ |
| H A D | vm_debug.c | 643 __DEBUG_ONLY host_t host, in host_virtual_physical_table_info()
|
| H A D | vm_user.c | 3467 host_t host, in mach_memory_object_memory_entry_64() 3521 host_t host, in mach_memory_object_memory_entry()
|
| /xnu-10002.1.13/bsd/kern/ |
| H A D | netboot.c | 124 parse_booter_path(char * path, struct in_addr * iaddr_p, char const * * host, in parse_booter_path() 211 parse_netboot_path(char * path, struct in_addr * iaddr_p, char const * * host, in parse_netboot_path() 252 parse_image_path(char * path, struct in_addr * iaddr_p, char const * * host, in parse_image_path()
|
| /xnu-10002.1.13/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw.c | 749 boolean_t host) in fsw_netif_port_setup() 778 fsw_netif_port_teardown(struct nx_flowswitch *fsw, boolean_t host) in fsw_netif_port_teardown() 1556 boolean_t ifattach, boolean_t host) in fsw_port_alloc()
|
| /xnu-10002.1.13/osfmk/ipc/ |
| H A D | mach_kernelrpc.c | 485 host_t host = port_name_to_host(args->host); in host_create_mach_voucher_trap() local
|
| H A D | ipc_voucher.c | 2032 host_t host, in host_create_mach_voucher()
|
| /xnu-10002.1.13/libsyscall/wrappers/skywalk/ |
| H A D | os_nexus.c | 370 boolean_t host, uuid_t *nx_if_uuid) in __os_nexus_ifattach()
|
| /xnu-10002.1.13/bsd/skywalk/nexus/ |
| H A D | nexus_kern.c | 1378 struct ifnet *ifp, const uuid_t nx_uuid_attachee, boolean_t host, in _kern_nexus_ifattach() 1432 struct ifnet *ifp, const uuid_t nx_uuid_attachee, boolean_t host, in kern_nexus_ifattach()
|