Home
last modified time | relevance | path

Searched defs:host (Results 1 – 25 of 25) sorted by relevance

/xnu-10002.1.13/osfmk/mach/
H A Dhost_special_ports.h132 #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 Dhost.h79 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 Dhost.c190 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 Dipc_host.c219 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 Dhost_notify.c64 host_t host, in host_request_notification()
H A Dprocessor.c682 host_t *host, in processor_info()
1126 host_t *host, in processor_set_info()
H A Dlock_group.c330 host_t host, in host_lockgroup_info()
H A Dclock_oldops.c254 host_t host, in host_get_clock_service()
H A Dzalloc.c8506 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 Dipc_tt.c3658 host_t host = HOST_NULL; in port_name_to_host() local
/xnu-10002.1.13/libsyscall/mach/
H A Dhost.c84 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 Dmach_init.c89 host_page_size(__unused host_t host, vm_size_t *out_page_size) in host_page_size()
/xnu-10002.1.13/tests/
H A Dprocessor_info.c113 host_t host = mach_host_self(); variable
H A Dsched_all_cores_running.c80 static host_t host; variable
H A Dimm_pinned_control_port.c230 mach_port_t host = mach_host_self(); in test_task_thread_port_values() local
H A Dipc_read_inspect.c223 mach_port_t host = mach_host_self(); in test_processor_set_tasks() local
H A Dtask_info.c216 mach_port_t host; variable
/xnu-10002.1.13/osfmk/vm/
H A Dvm_debug.c643 __DEBUG_ONLY host_t host, in host_virtual_physical_table_info()
H A Dvm_user.c3467 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 Dnetboot.c124 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 Dfsw.c749 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 Dmach_kernelrpc.c485 host_t host = port_name_to_host(args->host); in host_create_mach_voucher_trap() local
H A Dipc_voucher.c2032 host_t host, in host_create_mach_voucher()
/xnu-10002.1.13/libsyscall/wrappers/skywalk/
H A Dos_nexus.c370 boolean_t host, uuid_t *nx_if_uuid) in __os_nexus_ifattach()
/xnu-10002.1.13/bsd/skywalk/nexus/
H A Dnexus_kern.c1378 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()