Searched refs:it_type (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm_transport.h195 idm_transport_type_t it_type; member in struct:idm_transport_s
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_impl.c458 if ((it->it_ops != NULL) && (it->it_type == tt))
461 ASSERT(it->it_type == tt);
462 if (it->it_type != tt)
578 if (it->it_type == IDM_TRANSPORT_TYPE_SOCKETS) {
H A Didm.c190 ic = idm_conn_create_common(CONN_TYPE_INI, it->it_type,
209 if (it->it_type == IDM_TRANSPORT_TYPE_ISER) {

Completed in 65 milliseconds