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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c3161 * target/PHY linkage is established. If there isn't one, and alloc_tgt is
3165 pmcs_get_target(pmcs_iport_t *iport, char *tgt_port, boolean_t alloc_tgt) argument
3204 * If this target has no PHY pointer and alloc_tgt is FALSE,
3209 if ((tgt->phy == NULL) && !alloc_tgt) {
3244 * If this was just a lookup (i.e. alloc_tgt is false), return now.
3246 if (alloc_tgt == B_FALSE) {

Completed in 258 milliseconds