Home
last modified time | relevance | path

Searched refs:os_channel_create_extended (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/skywalk/channel/
H A Dos_channel.h285 extern channel_t os_channel_create_extended(const uuid_t uuid,
/xnu-12377.61.12/tests/skywalk/
H A Dskt_filter.c506 ch = os_channel_create_extended(if_uuid, nx_port, CHANNEL_DIR_TX_RX, in custom_ether_thread()
781 ch = os_channel_create_extended(if_uuid, nx_port, CHANNEL_DIR_TX_RX, in filter_thread()
H A Dskywalk_test_utils.c320 ret = os_channel_create_extended(uuid, port, dir, rid, tmpattr); in sktu_channel_create_extended()
/xnu-12377.61.12/libsyscall/wrappers/skywalk/
H A Dos_channel.c441 os_channel_create_extended(const uuid_t uuid, const nexus_port_t port, in os_channel_create_extended() function
746 return os_channel_create_extended(uuid, port, CHANNEL_DIR_TX_RX, in os_channel_create()