Searched refs:os_channel_create_extended (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/skywalk/channel/ |
| H A D | os_channel.h | 285 extern channel_t os_channel_create_extended(const uuid_t uuid,
|
| /xnu-12377.61.12/tests/skywalk/ |
| H A D | skt_filter.c | 506 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 D | skywalk_test_utils.c | 320 ret = os_channel_create_extended(uuid, port, dir, rid, tmpattr); in sktu_channel_create_extended()
|
| /xnu-12377.61.12/libsyscall/wrappers/skywalk/ |
| H A D | os_channel.c | 441 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()
|