Lines Matching defs:strings
577 * Pack _HID and _CID ID strings into an OpenFirmware-style
663 * of C strings. Room for 8 should be plenty, but we can allocate
693 const char *strings[ACPI_COMPATSTR_MAX * sizeof(const char *)];
707 strings[0] = compatible;
708 rv = device_compatible_pmatch(strings, 1, dce);
713 /* Match from a list of strings in a _DSD value */
726 strings[n] = obj->Package.Elements[n].String.Pointer;
728 rv = device_compatible_pmatch(strings, n, dce);
751 const char *strings[ACPI_COMPATSTR_MAX * sizeof(const char *)];
763 strings[0] = ad->HardwareId.String;
766 if (device_compatible_pmatch(strings, 1, dce) != 0) {
770 if (device_compatible_pmatch(strings, 1,
778 ad->CompatibleIdList.Count, strings);
788 strings);
813 const char *strings[ACPI_COMPATSTR_MAX];
823 strings[0] = ad->HardwareId.String;
825 rv = device_compatible_plookup(strings, 1, dce);
832 ad->CompatibleIdList.Count, strings);
837 strings);