Home
last modified time | relevance | path

Searched defs:port (Results 101 – 125 of 211) sorted by relevance

123456789

/xnu-12377.41.6/osfmk/vm/
H A Dvm_memory_entry.c2010 ipc_port_t port) in mach_memory_entry_port_release()
2017 mach_memory_entry_from_port(ipc_port_t port) in mach_memory_entry_from_port()
2064 mach_memory_entry_no_senders(ipc_port_t port, mach_port_mscount_t mscount) in mach_memory_entry_no_senders()
2214 ipc_port_t port, in memory_entry_check_for_adjustment()
2257 ipc_port_t port) in vm_convert_port_to_named_entry()
2276 ipc_port_t port) in vm_convert_port_to_copy_object()
/xnu-12377.41.6/osfmk/ipc/
H A Dipc_service_port.c173 ipc_port_t port; in ipc_service_port_derive_sblabel() local
H A Dipc_importance.c715 ipc_port_t port; in ipc_importance_task_propagate_helper() local
2217 ipc_port_t port, in ipc_importance_check_circularity()
2507 ipc_port_t port = hdr->msgh_remote_port; in ipc_importance_send() local
2704 ipc_port_t port = hdr->msgh_remote_port; in ipc_importance_inherit_from_kmsg() local
3235 ipc_port_t port = hdr->msgh_remote_port; in ipc_importance_receive() local
3326 ipc_port_t port; in ipc_importance_clean() local
H A Dipc_policy.h404 ipc_policy(ipc_port_t port) in ipc_policy()
/xnu-12377.41.6/tests/ipc/
H A Dcontrol_port_movability_common.c42 mach_port_t port; in receive_task_thread_control() local
/xnu-12377.41.6/tests/skywalk/
H A Dskywalk_test_utils.c255 sktu_channel_create_extended(const uuid_t uuid, const nexus_port_t port, in sktu_channel_create_extended()
1624 nexus_port_t port = nx_port; in sktu_channel_port_init() local
1665 sktu_channel_port_frame_to_pkt(channel_port_t port, struct sktu_frame *frame) in sktu_channel_port_frame_to_pkt()
1734 sktu_channel_port_tx(channel_port_t port, packet_t pkt) in sktu_channel_port_tx()
1757 sktu_channel_port_tx_burst_pkt(channel_port_t port, packet_t *pkts, in sktu_channel_port_tx_burst_pkt()
1821 sktu_channel_port_tx_burst(channel_port_t port, struct sktu_frame **frames, in sktu_channel_port_tx_burst()
1885 sktu_channel_port_tx_bulk(channel_port_t port, struct sktu_frame **frames, in sktu_channel_port_tx_bulk()
2030 sktu_channel_port_rx(channel_port_t port) in sktu_channel_port_rx()
2100 sktu_channel_port_rx_burst(channel_port_t port, struct sktu_frame **frames, in sktu_channel_port_rx_burst()
2162 sktu_channel_port_rx_bulk(channel_port_t port, struct sktu_frame **frames, in sktu_channel_port_rx_bulk()
H A Dskt_netifdirect.c394 skt_netif_channel_receive(int child, channel_port_t port, uint32_t limit, in skt_netif_channel_receive()
478 skt_netif_send_and_receive(channel_port_t port, uint16_t src_port, in skt_netif_send_and_receive()
757 channel_port port; in skt_netifdirect_xfer_ipv6() local
/xnu-12377.41.6/tests/
H A Dexc_guard_helper_test.c256 mach_port_t port; variable
H A Drip_v4v6_input.c57 for (in_port_t port = 1; port > 0 && port <= IPPORT_HILASTAUTO; port++) { in udp_port_scan() local
H A Dmach_exception_reply.c35 mach_port_t port; member
206 mach_msg_port_descriptor_t port; in handle_exceptions() member
H A Dkqworkloop_limits_client.c123 mach_port_t port; in main() local
H A Darm_mte_mach_msg.c177 mach_port_t port = server_lookup(); in send_ool_memory_helper() local
448 mach_port_t port = server_lookup(); in send_memory_entry_helper() local
H A Dprioritize_process_launch_helper.c214 mach_port_t port; in main() local
H A Dport_table_limits_client.c142 mach_port_t port = MACH_PORT_NULL; in main() local
/xnu-12377.41.6/iokit/Kernel/
H A DIODataQueue.cpp261 IODataQueue::setNotificationPort(mach_port_t port) in setNotificationPort()
H A DIOUserClient.cpp153 ipc_port_t port; member in IOMachPort
264 IOMachPort::noMoreSenders( ipc_port_t port, ipc_kobject_type_t type, in noMoreSenders()
693 ipc_port_t port = NULL; in iokit_port_make_send_for_object() local
722 iokit_ident_no_senders( ipc_port_t port, mach_port_mscount_t mscount ) in iokit_ident_no_senders()
738 iokit_object_no_senders( ipc_port_t port, mach_port_mscount_t mscount ) in iokit_object_no_senders()
756 iokit_connect_no_senders( ipc_port_t port, mach_port_mscount_t mscount ) in iokit_connect_no_senders()
774 iokit_uext_no_senders( ipc_port_t port, mach_port_mscount_t mscount ) in iokit_uext_no_senders()
1027 ipc_port_t port = NULL; in handler() local
2014 mach_port_t port, in registerNotificationPort()
2239 mach_port_t port; in releaseAsyncReference64() local
[all …]
/xnu-12377.41.6/libsyscall/mach/
H A Dmach_msg.c332 mach_msg_destroy_port(mach_port_t port, mach_msg_type_name_t type) in mach_msg_destroy_port()
535 mach_port_t port = hdr->msgh_local_port; in mach_msg_server_consume_unsent_message() local
/xnu-12377.41.6/security/
H A Dmac_mach.c161 mac_task_check_set_host_special_port(struct task *task, int id, struct ipc_port *port) in mac_task_check_set_host_special_port()
216 …eck_set_task_special_port(struct task *task, struct task *target, int which, struct ipc_port *port) in mac_task_check_set_task_special_port()
/xnu-12377.41.6/osfmk/kern/
H A Dhv_io_notifier.c52 mach_port_t port; member
H A Dwork_interval.c542 work_interval_port_convert_locked(ipc_port_t port) in work_interval_port_convert_locked()
574 ipc_port_t port = IP_NULL; in port_name_to_work_interval() local
623 work_interval_port_no_senders(ipc_port_t port, mach_port_mscount_t mscount) in work_interval_port_no_senders()
/xnu-12377.41.6/tests/sched/
H A Dcluster_bound_threads.c112 mach_port_t port = pthread_mach_thread_np(thread); in observe_thread_user_time() local
/xnu-12377.41.6/bsd/netinet/
H A Dmp_pcb.c325 in_port_t port; in mp_getaddr_v6() local
/xnu-12377.41.6/bsd/skywalk/nexus/netif/
H A Dnx_netif_filter.c177 nx_netif_filter_add(struct nx_netif *nif, nexus_port_t port, void *cb_arg, in nx_netif_filter_add()
/xnu-12377.41.6/bsd/net/
H A Drestricted_in_port.c421 current_task_can_use_restricted_in_port(in_port_t port, uint8_t protocol, uint32_t port_flags) in current_task_can_use_restricted_in_port()
/xnu-12377.41.6/libsyscall/wrappers/skywalk/
H A Dos_nexus.c159 const uuid_t nx_uuid, const nexus_port_t port, const pid_t pid, in os_nexus_controller_bind_provider_instance()
174 const uuid_t nx_uuid, const nexus_port_t port) in os_nexus_controller_unbind_provider_instance()

123456789