Home
last modified time | relevance | path

Searched defs:ports (Results 1 – 14 of 14) sorted by relevance

/xnu-10002.41.9/osfmk/ipc/
H A Dmig_log.c100 unsigned int ports, in MigEventTracer()
/xnu-10002.41.9/osfmk/kern/
H A Dipc_host.c637 exception_port_array_t ports, in host_get_exception_ports()
694 exception_port_array_t ports, in host_swap_exception_ports()
H A Dipc_tt.c2316 ipc_port_t ports[TASK_PORT_REGISTER_MAX]; in mach_ports_register() local
2398 ipc_port_t *ports; in mach_ports_lookup() local
4367 exception_port_array_t ports, in thread_swap_exception_ports()
4510 exception_port_array_t ports, in task_swap_exception_ports()
4661 exception_port_array_t ports, in thread_get_exception_ports_internal()
4753 exception_port_array_t ports, in thread_get_exception_ports()
4792 exception_port_array_t ports, in thread_get_exception_ports_from_user()
4817 exception_port_array_t ports, in task_get_exception_ports_internal()
4901 exception_port_array_t ports, in task_get_exception_ports()
4940 exception_port_array_t ports, in task_get_exception_ports_from_user()
H A Dhost.c167 mach_port_t *ports = kalloc_type(mach_port_t, count, Z_WAITOK); in host_processors() local
1045 mach_port_t *ports; in host_processor_sets() local
/xnu-10002.41.9/tests/
H A Dexception_ports_info.c27 mach_port_t ports[EXC_TYPES_COUNT]; variable
H A Dipc_read_inspect.c327 exception_port_t ports[EXC_TYPES_COUNT] = {}; in test_task_port_mig_intrans() local
453 exception_port_t ports[EXC_TYPES_COUNT] = {}; in test_thread_port_mig_intrans() local
H A Dipc_mach_port.c137 mach_port_t ports[3]; variable
H A Dtest_knote_use_after_free.c43 mach_port_t *ports = calloc(PORTS_COUNT, sizeof(mach_port_t)); in th_allocate_knotes() local
H A Dnet_bridge.c1608 switch_port_list_find_fd(switch_port_list_t ports, int fd) in switch_port_list_find_fd()
1634 switch_port_list_find_member(switch_port_list_t ports, const char * member_ifname) in switch_port_list_find_member()
1648 switch_port_list_check_receive(switch_port_list_t ports, uint8_t af, in switch_port_list_check_receive()
1863 check_receive_generation(switch_port_list_t ports, uint8_t af, in check_receive_generation()
3769 test_traffic_for_af(switch_port_list_t ports, uint8_t af) in test_traffic_for_af()
/xnu-10002.41.9/tools/tests/MPMMTest/
H A DKQMPMMtest.c235 setup_server_ports(struct port_args *ports) in setup_server_ports()
301 setup_client_ports(struct port_args *ports) in setup_client_ports()
H A DMPMMtest.c289 setup_server_ports(struct port_args *ports) in setup_server_ports()
421 setup_client_ports(struct port_args *ports) in setup_client_ports()
/xnu-10002.41.9/libsyscall/mach/
H A Dmach_msg.c454 mach_port_t *ports; in mach_msg_destroy() local
/xnu-10002.41.9/bsd/skywalk/nexus/
H A Dnexus.c2549 struct nx_port_info *ports; in nx_port_grow() local
/xnu-10002.41.9/iokit/Kernel/
H A DIOUserClient.cpp814 mach_msg_port_descriptor_t ports[1]; member