Home | History | Annotate | Download | only in boot

Lines Matching defs:idstr

256 	char idstr[32];
266 memcpy(idstr, &inqbuf.vendor_id, 28);
268 if (idstr[i] != ' ')
270 idstr[i + 1] = '\0';
272 if (idstr[i] != ' ')
274 idstr[i + 1] = '\0';
276 if (idstr[i] != ' ')
278 idstr[i + 1] = '\0';
280 printf(" ID %d: %s %s rev %s", target, idstr, &idstr[8], &idstr[24]);