Lines Matching defs:dhdr
1180 struct scsi_vpd_devid_hdr dhdr, chdr;
1204 if (len - pos < sizeof(dhdr)) {
1208 memcpy(&dhdr, &pg[pos], sizeof(dhdr));
1209 pos += sizeof(dhdr);
1210 if (len - pos < dhdr.len) {
1215 if (VPD_DEVID_ASSOC(dhdr.flags) == VPD_DEVID_ASSOC_LU) {
1216 type = VPD_DEVID_TYPE(dhdr.flags);
1224 chdr = dhdr;
1235 pos += dhdr.len;