Lines Matching defs:iep
616 scsi_ie_log_param_t *iep =
620 iep = (scsi_ie_log_param_t *)((char *)iep + plen);
622 if (BE_16(iep->ie_hdr.lph_param) == LOGPARAM_IE) {
637 plen = iep->ie_hdr.lph_length +
996 scsi_ie_log_param_t *iep = (scsi_ie_log_param_t *)lphp;
1005 iep = (scsi_ie_log_param_t *)((char *)iep + plen);
1011 if (BE_16(iep->ie_hdr.lph_param) == LOGPARAM_IE &&
1012 iep->ie_hdr.lph_length >= LOGPARAM_IE_MIN_LEN) {
1014 iep->ie_asc) != 0 ||
1016 iep->ie_ascq) != 0)
1019 if (iep->ie_asc != 0)
1024 plen = iep->ie_hdr.lph_length +