Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/channel/
H A Dos_channel.h293 extern channel_t os_channel_create_extended(const uuid_t uuid,
/xnu-11215.1.10/tests/skywalk/
H A Dskt_filter.c507 ch = os_channel_create_extended(if_uuid, nx_port, CHANNEL_DIR_TX_RX, in custom_ether_thread()
782 ch = os_channel_create_extended(if_uuid, nx_port, CHANNEL_DIR_TX_RX, in filter_thread()
H A Dskywalk_test_utils.c328 ret = os_channel_create_extended(uuid, port, dir, rid, tmpattr); in sktu_channel_create_extended()
/xnu-11215.1.10/libsyscall/wrappers/skywalk/
H A Dos_channel.c457 os_channel_create_extended(const uuid_t uuid, const nexus_port_t port, in os_channel_create_extended() function
774 return os_channel_create_extended(uuid, port, CHANNEL_DIR_TX_RX, in os_channel_create()