Home
last modified time | relevance | path

Searched refs:eisa_compatible_match (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/sys/dev/eisa/
Deisavar.h162 int eisa_compatible_match(const struct eisa_attach_args *,
Ddpt_eisa.c110 return eisa_compatible_match(ea, compat_data); in dpt_eisa_match()
Dbha_eisa.c116 if (!eisa_compatible_match(ea, compat_data)) in bha_eisa_match()
Dif_tlp_eisa.c133 return (eisa_compatible_match(ea, compat_data)); in tlp_eisa_match()
Dif_ep_eisa.c228 return (eisa_compatible_match(ea, compat_data)); in ep_eisa_match()
Dahc_eisa.c85 if (!eisa_compatible_match(ea, compat_data)) in ahc_eisa_match()
Deisa.c191 eisa_compatible_match(const struct eisa_attach_args * const ea, in eisa_compatible_match() function
Dcac_eisa.c149 return (eisa_compatible_match(ea, compat_data)); in cac_eisa_match()
Dmlx_eisa.c102 return (eisa_compatible_match(ea, compat_data)); in mlx_eisa_match()
Duha_eisa.c95 if (!eisa_compatible_match(ea, compat_data)) in uha_eisa_match()
Dahb.c166 if (!eisa_compatible_match(ea, compat_data)) in ahbmatch()