Searched refs:eisa_compatible_match (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/sys/dev/eisa/ |
| D | eisavar.h | 162 int eisa_compatible_match(const struct eisa_attach_args *,
|
| D | dpt_eisa.c | 110 return eisa_compatible_match(ea, compat_data); in dpt_eisa_match()
|
| D | bha_eisa.c | 116 if (!eisa_compatible_match(ea, compat_data)) in bha_eisa_match()
|
| D | if_tlp_eisa.c | 133 return (eisa_compatible_match(ea, compat_data)); in tlp_eisa_match()
|
| D | if_ep_eisa.c | 228 return (eisa_compatible_match(ea, compat_data)); in ep_eisa_match()
|
| D | ahc_eisa.c | 85 if (!eisa_compatible_match(ea, compat_data)) in ahc_eisa_match()
|
| D | eisa.c | 191 eisa_compatible_match(const struct eisa_attach_args * const ea, in eisa_compatible_match() function
|
| D | cac_eisa.c | 149 return (eisa_compatible_match(ea, compat_data)); in cac_eisa_match()
|
| D | mlx_eisa.c | 102 return (eisa_compatible_match(ea, compat_data)); in mlx_eisa_match()
|
| D | uha_eisa.c | 95 if (!eisa_compatible_match(ea, compat_data)) in uha_eisa_match()
|
| D | ahb.c | 166 if (!eisa_compatible_match(ea, compat_data)) in ahbmatch()
|