Home
last modified time | relevance | path

Searched refs:os_channel_create (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/skywalk/channel/ !
H A Dos_channel.h280 extern channel_t os_channel_create(const uuid_t uuid, const nexus_port_t port);
/xnu-12377.41.6/tests/ !
H A Dnet_tuntests.c691 T_QUIET; T_WITH_ERRNO; T_ASSERT_NOTNULL(channels[ri] = os_channel_create(uuids[ri], 0), NULL); in setup_channels_and_rings()
696 T_QUIET; T_WITH_ERRNO; T_ASSERT_NOTNULL(channels[ri] = os_channel_create(uuids[ri], 0), NULL); in setup_channels_and_rings()
/xnu-12377.41.6/libsyscall/wrappers/skywalk/ !
H A Dos_channel.c744 os_channel_create(const uuid_t uuid, const nexus_port_t port) in os_channel_create() function