Lines Matching defs:strings
394 * Pack _HID and _CID ID strings into an OpenFirmware-style
480 * of C strings. Room for 8 should be plenty, but we can allocate
510 const char *strings[ACPI_COMPATSTR_MAX * sizeof(const char *)];
524 strings[0] = compatible;
525 rv = device_compatible_pmatch(strings, 1, dce);
530 /* Match from a list of strings in a _DSD value */
543 strings[n] = obj->Package.Elements[n].String.Pointer;
545 rv = device_compatible_pmatch(strings, n, dce);
568 const char *strings[ACPI_COMPATSTR_MAX * sizeof(const char *)];
580 strings[0] = ad->HardwareId.String;
583 if (device_compatible_pmatch(strings, 1, dce) != 0) {
587 if (device_compatible_pmatch(strings, 1,
595 ad->CompatibleIdList.Count, strings);
605 strings);
630 const char *strings[ACPI_COMPATSTR_MAX];
640 strings[0] = ad->HardwareId.String;
642 rv = device_compatible_plookup(strings, 1, dce);
649 ad->CompatibleIdList.Count, strings);
654 strings);