Home | History | Annotate | Download | only in boot

Lines Matching defs:inqbuf

571 	struct scsipi_inquiry_data buf, *inqbuf = &buf;
600 inqbuf = &buf;
602 sd->sc_type = inqbuf->device & SID_TYPE;
607 if ((inqbuf->version & SID_ANSII) >= 2) {
608 // if ((inqbuf->flags3 & SID_CmdQue) != 0)
610 if ((inqbuf->flags3 & SID_Sync) != 0)
614 if ((inqbuf->version & SID_ANSII) >= 3) {
620 switch (inqbuf->flags4 & SID_Clocking) {
628 (inqbuf->dev_qual2 & SID_REMOVABLE) ? FLAGS_REMOVABLE : 0;
644 strncpy(sd->sc_label.d_typename, inqbuf->product, 16);