Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dsuntpi.c53 static tpi_provinfo_t *tpi_provinfo_table[TPI_NHASH];
65 static tpi_provinfo_t tpi_nullprov; /* Placeholder for null transport */
78 tpi_hashshift = highbit(sizeof (tpi_provinfo_t)); in tpi_init()
144 tpi_provinfo_t *
149 tpi_provinfo_t **tpp; in tpi_findprov()
180 *tpp = kmem_zalloc(sizeof (tpi_provinfo_t), KM_SLEEP); in tpi_findprov()
H A Dtimod.c164 tpi_provinfo_t *tim_provinfo; /* Transport description */
/titanic_41/usr/src/uts/common/sys/
H A Dsuntpi.h57 } tpi_provinfo_t; typedef
68 extern tpi_provinfo_t *tpi_findprov(queue_t *);