Lines Matching defs:product
142 uint32_t product;
415 kenv(KENV_GET, "smbios.system.product", product_name, LEN);
418 kenv(KENV_GET, "smbios.planar.product", board_name, LEN);
588 unsigned int product;
591 if (!parse_hex(value, &product))
594 s->match.product = product;
1287 unsigned int product, vendor, bus, version;
1295 if (sscanf(str, "%x/%x/%x/%x", &bus, &vendor, &product, &version) != 4)
1298 m->product = product;
1512 if (m->product == s->match.product)