Home | History | Annotate | Download | only in pnpbios

Lines Matching defs:dn

386 	struct pnpdevnode *dn;
428 dn = (struct pnpdevnode *)buf;
429 if (!pnpbios_attachnode(sc, dn->dn_handle, buf, dn->dn_size, 1)) {
431 device_xname(sc->sc_dev), dn->dn_handle));
441 dn = (struct pnpdevnode *)buf;
442 if (!pnpbios_attachnode(sc, dn->dn_handle, buf, dn->dn_size, 0)) {
444 device_xname(sc->sc_dev), dn->dn_handle));
788 const struct pnpdevnode *dn;
796 dn = (const struct pnpdevnode *)buf;
797 pnpbios_id_to_string(dn->dn_product, idstr);
798 p = (const u_char *)(dn + 1);
802 idstr, matchonly ? "static" : "dynamic", dn->dn_type,
803 dn->dn_subtype, dn->dn_dpi, dn->dn_attr));
898 if (len >= sizeof(*dn)) {
900 idstr, dn->dn_handle, dn->dn_size, dn->dn_type,
901 dn->dn_subtype, dn->dn_dpi, dn->dn_attr);
902 i += sizeof(*dn);