Lines Matching defs:idstr
475 char idstr[8];
476 pnpbios_id_to_string(di.di_id, idstr);
477 printf("%s: dock id %s", device_xname(sc->sc_dev), idstr);
750 if (aa->idstr != aa->primid)
751 aprint_normal(", attached as %s", aa->idstr);
790 char idstr[8];
797 pnpbios_id_to_string(dn->dn_product, idstr);
802 idstr, matchonly ? "static" : "dynamic", dn->dn_type,
804 DPRINTF(("%s: allocated config scan:\n", idstr));
841 aprint_normal("%s", idstr);
846 aprint_normal(", %s", compatid->idstr);
859 aa.primid = idstr;
862 aa.idstr = idstr;
869 aa.idstr = compatid->idstr;
876 aprint_normal("%s", idstr);
881 aprint_normal(", %s", compatid->idstr);
900 idstr, dn->dn_handle, dn->dn_size, dn->dn_type,
919 char *idstr;
965 idstr = malloc(len + 1, M_DEVBUF, M_WAITOK);
967 idstr[i] = res->r_id[i];
968 idstr[len] = '\0';
970 DPRINTF(("\ttag ansiident %s\n", idstr));
972 if (idstr[0] == '\0') {
974 free(idstr, M_DEVBUF);
977 r->longname = idstr;
1230 pnpbios_id_to_string(res->r_id, id->idstr);
1234 DPRINTF(("\ttag compatid %s\n", id->idstr));