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

/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dpppt_tgt.c248 const pppt_tgt_t *ptgt1 = void_tgt1; local
253 if (ptgt1->target_devid->code_set <
256 } else if (ptgt1->target_devid->code_set >
262 if (ptgt1->target_devid->ident_length <
265 } else if (ptgt1->target_devid->ident_length >
271 result = memcmp(ptgt1->target_devid->ident, ptgt2->target_devid->ident,
272 ptgt1->target_devid->ident_length);

Completed in 56 milliseconds