Searched defs:tran_ext (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c946 void *tran_ext; local
949 tran_ext = kmem_zalloc(length,
951 if (tran_ext != NULL) {
952 tran->tran_extension = tran_ext;

Completed in 69 milliseconds