Home
last modified time | relevance | path

Searched defs:port (Results 26 – 50 of 158) sorted by relevance

1234567

/xnu-8020.101.4/libsyscall/mach/ !
H A Dport_descriptions.c38 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 Dthread_special_ports.h81 #define thread_get_kernel_port(thread, port) \ argument
84 #define thread_set_kernel_port(thread, port) \ argument
/xnu-8020.101.4/tests/ !
H A Dvsock.c70 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 Dnet_bridge.c1471 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 Dipc_mach_port.c54 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 Dvoucher_traps.c45 mach_port_t port = MACH_PORT_NULL; in get_user_data_port() local
63 mach_port_t port; variable
H A Dsocket_bind_35685803.c38 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 Dport_descriptions.c39 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 Ddebug_control_port_for_pid.c20 mach_port_t port = MACH_PORT_NULL; variable
H A Dregression_17272465.c11 mach_port_t port = MACH_PORT_NULL; variable
H A Dtask_is_self.c15 mach_port_t self_insp, self_read, self_name, port; variable
H A Dproc_info_44873309.c19 mach_port_t port; variable
H A Dmach_port_deallocate_21692215.c15 mach_port_t port[NR_PORTS]; variable
H A Dmach_port_mod_refs.c13 mach_port_t port; variable
H A Dhost_notifications.c10 mach_port_t port; variable
/xnu-8020.101.4/libsyscall/wrappers/ !
H A Dwork_interval.c82 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 Dipc_misc.c75 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 Dipc_kobject.h360 ipc_port_t port, in ip_label_check()
391 #define null_conversion(port) (port) argument
/xnu-8020.101.4/tools/tests/mktimer/ !
H A Dmktimer_test.c58 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 Dipc.py73 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 Dcommon.c97 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 Dnexus_common.h394 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 Dport_turnstile_stash.c44 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 Dipc_eventlink.c489 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 Dipc_service_port.c170 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()

1234567