HomeSort by: relevance | last modified time | path
    Searched refs:device_compatible_pmatch (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/acpi/
acpi_util.c 708 rv = device_compatible_pmatch(strings, 1, dce);
728 rv = device_compatible_pmatch(strings, n, dce);
766 if (device_compatible_pmatch(strings, 1, dce) != 0) {
770 if (device_compatible_pmatch(strings, 1,
780 rv = device_compatible_pmatch(cpp,
783 device_compatible_pmatch(cpp, ad->CompatibleIdList.Count,
  /src/sys/dev/eisa/
eisa.c 196 return device_compatible_pmatch(&idstring, 1, dce);
  /src/sys/sys/
device.h 650 int device_compatible_pmatch(const char **, int,
  /src/sys/kern/
subr_autoconf.c 3087 * device_compatible_pmatch:
3094 device_compatible_pmatch(const char **device_compats, int ndevice_compats, function in typeref:typename:int
3147 * Like device_compatible_pmatch(), but take the device
3220 * same matching criteria used by device_compatible_pmatch().

Completed in 16 milliseconds