Searched refs:ndevice_compats (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/kern/ |
| D | subr_autoconf.c | 3033 const char **device_compats, int ndevice_compats, in device_compatible_match_strarray_internal() argument 3041 if (ndevice_compats == 0 || device_compats == NULL || in device_compatible_match_strarray_internal() 3046 rv = (*match_fn)(device_compats, ndevice_compats, dce->compat); in device_compatible_match_strarray_internal() 3065 device_compatible_match(const char **device_compats, int ndevice_compats, in device_compatible_match() argument 3069 ndevice_compats, driver_compats, NULL, strarray_match); in device_compatible_match() 3080 device_compatible_pmatch(const char **device_compats, int ndevice_compats, in device_compatible_pmatch() argument 3084 ndevice_compats, driver_compats, NULL, strarray_pmatch); in device_compatible_pmatch() 3190 device_compatible_lookup(const char **device_compats, int ndevice_compats, in device_compatible_lookup() argument 3196 ndevice_compats, driver_compats, &dce, strarray_match)) { in device_compatible_lookup() 3209 device_compatible_plookup(const char **device_compats, int ndevice_compats, in device_compatible_plookup() argument [all …]
|