| /xnu-8020.101.4/libsyscall/mach/ ! |
| H A D | port_descriptions.c | 38 mach_host_special_port_description(int port) in mach_host_special_port_description() 84 mach_task_special_port_description(int port) in mach_task_special_port_description() 110 mach_thread_special_port_description(int port) in mach_thread_special_port_description()
|
| /xnu-8020.101.4/osfmk/mach/ ! |
| H A D | thread_special_ports.h | 81 #define thread_get_kernel_port(thread, port) \ argument 84 #define thread_set_kernel_port(thread, port) \ argument
|
| /xnu-8020.101.4/tests/ ! |
| H A D | vsock.c | 70 vsock_bind(uint32_t cid, uint32_t port, struct sockaddr_vm * addr, int *socket) in vsock_bind() 82 vsock_listen(uint32_t cid, uint32_t port, struct sockaddr_vm * addr, int backlog, int *socket) in vsock_listen() 90 vsock_connect(uint32_t cid, uint32_t port, int *socket) in vsock_connect() 120 vsock_connect_peers(uint32_t cid, uint32_t port, int backlog, int *socketA, int *socketB) in vsock_connect_peers() 260 const uint32_t port = VMADDR_PORT_ANY; variable 296 const uint32_t port = 0; variable 314 const uint32_t port = 8899; variable 328 const uint32_t port = 3399; variable 342 const uint32_t port = 9111; variable 492 const uint32_t port = 4321; variable [all …]
|
| H A D | net_bridge.c | 1471 switch_port_check_tx(switch_port_t port) in switch_port_check_tx() 1496 switch_port_send_arp(switch_port_t port, in switch_port_send_arp() 1536 switch_port_send_nd6(switch_port_t port, in switch_port_send_nd6() 1578 switch_port_send_udp(switch_port_t port, in switch_port_send_udp() 1629 switch_port_send_udp_addr_index(switch_port_t port, in switch_port_send_udp_addr_index() 1654 switch_port_receive(switch_port_t port, in switch_port_receive() 1729 switch_port_log(switch_port_t port) in switch_port_log() 1757 switch_port_t port; in switch_port_list_dealloc() local 1838 switch_port_t port; in switch_port_list_find_fd() local 1852 switch_port_t port; in switch_port_list_log() local [all …]
|
| H A D | ipc_mach_port.c | 54 mach_port_t port; in make_sr_port() local 62 destroy_port(mach_port_t port, bool receive, int srights) in destroy_port() 166 mach_port_t port; variable
|
| H A D | voucher_traps.c | 45 mach_port_t port = MACH_PORT_NULL; in get_user_data_port() local 63 mach_port_t port; variable
|
| H A D | socket_bind_35685803.c | 38 sock_bind(int s, int port) in sock_bind() 56 sockv6_bind(int s, int port) in sockv6_bind() 110 uint16_t port; in bind_sockets() local
|
| H A D | port_descriptions.c | 39 mach_port_t port, const char *namestr) in expect_special_port_description() 147 expect_special_port_id(int (*fn)(const char *id), int port, const char *portid) in expect_special_port_id()
|
| H A D | debug_control_port_for_pid.c | 20 mach_port_t port = MACH_PORT_NULL; variable
|
| H A D | regression_17272465.c | 11 mach_port_t port = MACH_PORT_NULL; variable
|
| H A D | task_is_self.c | 15 mach_port_t self_insp, self_read, self_name, port; variable
|
| H A D | proc_info_44873309.c | 19 mach_port_t port; variable
|
| H A D | mach_port_deallocate_21692215.c | 15 mach_port_t port[NR_PORTS]; variable
|
| H A D | mach_port_mod_refs.c | 13 mach_port_t port; variable
|
| H A D | host_notifications.c | 10 mach_port_t port; variable
|
| /xnu-8020.101.4/libsyscall/wrappers/ ! |
| H A D | work_interval.c | 82 work_interval_get_flags_from_port(mach_port_t port, uint32_t *flags) in work_interval_get_flags_from_port() 222 work_interval_join_port(mach_port_t port) in work_interval_join_port() 241 work_interval_copy_port(work_interval_t interval_handle, mach_port_t *port) in work_interval_copy_port()
|
| /xnu-8020.101.4/osfmk/kern/ ! |
| H A D | ipc_misc.c | 75 fileport_port_to_fileglob(ipc_port_t port) in fileport_port_to_fileglob() 94 fileport_no_senders(ipc_port_t port, mach_port_mscount_t mscount) in fileport_no_senders()
|
| H A D | ipc_kobject.h | 360 ipc_port_t port, in ip_label_check() 391 #define null_conversion(port) (port) argument
|
| /xnu-8020.101.4/tools/tests/mktimer/ ! |
| H A D | mktimer_test.c | 58 cfmcb(CFMachPortRef port, void *msg, CFIndex size, void *msginfo) in cfmcb() 120 CFMachPortRef port = CFMachPortCreateWithPort(NULL, timerPort, cfmcb, &context, NULL); in main() local
|
| /xnu-8020.101.4/tools/lldbmacros/ ! |
| H A D | ipc.py | 73 def PrintPortSummary(port, show_kmsg_summary=True, show_sets=False, prefix="", O=None): argument 180 def GetPortPDRequest(port): argument 511 def GetPortDestProc(port): argument 534 def GetPortDestinationSummary(port): argument 654 def GetPortUserStack(port, task): argument 905 def GetInTransitPortSummary(port, disp, holding_port, holding_kmsg): argument 971 def CollectPortsForAnalysis(port, disposition): argument 2076 def GetSpaceSendRightEntries(space, port): argument
|
| /xnu-8020.101.4/tests/vm_memory_tests_src/ ! |
| H A D | common.c | 97 mach_port_t port, in mach_server_contruct_payload() 151 server_error_out(mach_port_t port) in server_error_out()
|
| /xnu-8020.101.4/bsd/skywalk/nexus/ ! |
| H A D | nexus_common.h | 394 const nexus_port_t port, const pid_t pid, const uuid_t exec_uuid, in __nexus_bind_req_prepare() 422 const nexus_port_t port) in __nexus_unbind_req_prepare()
|
| /xnu-8020.101.4/tests/ipc/ ! |
| H A D | port_turnstile_stash.c | 44 mach_msg_port_descriptor_t port[KNOTE_PORT_COUNT]; member 53 mach_msg_port_descriptor_t port[KNOTE_PORT_COUNT]; member
|
| /xnu-8020.101.4/osfmk/ipc/ |
| H A D | ipc_eventlink.c | 489 mach_port_name_t port, in mach_eventlink_signal_trap() 971 mach_port_t port) in convert_port_to_eventlink() 1001 ipc_port_t port, in convert_port_to_eventlink_locked() 1071 ipc_eventlink_no_senders(ipc_port_t port, mach_port_mscount_t mscount) in ipc_eventlink_no_senders()
|
| H A D | ipc_service_port.c | 170 ipc_port_t port; in ipc_service_port_derive_sblabel() local 228 ipc_service_port_get_sblabel(ipc_port_t port) in ipc_service_port_get_sblabel()
|