Searched refs:os_channel_create (Results 1 – 3 of 3) sorted by relevance
288 extern channel_t os_channel_create(const uuid_t uuid, const nexus_port_t port);
846 T_QUIET; T_WITH_ERRNO; T_ASSERT_NOTNULL(channels[ri] = os_channel_create(uuids[ri], 0), NULL); in setup_channels_and_rings()851 T_QUIET; T_WITH_ERRNO; T_ASSERT_NOTNULL(channels[ri] = os_channel_create(uuids[ri], 0), NULL); in setup_channels_and_rings()
772 os_channel_create(const uuid_t uuid, const nexus_port_t port) in os_channel_create() function