Lines Matching defs:product
17 * This product includes software developed for the
131 * do not contain product identification words.
192 * Attach graphics devices first. They do not contain a Product
289 int product, revision;
291 product = GIO_PRODUCT_PRODUCTID(ga->ga_product);
299 if (gio_knowndevs[i].productid == product) {
300 aprint_normal("%s", gio_knowndevs[i].product);
309 aprint_normal(" (product 0x%02x revision 0x%02x) at %s",
310 product, revision, pnp);
487 for (i = 0; gio_knowndevs[i].product != NULL; i++)
489 return (gio_knowndevs[i].product);