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

  /src/sys/dev/isa/
essvar.h 181 int essmatch(struct ess_softc *);
ess_isa.c 98 ret = essmatch(sc);
ess.c 805 essmatch(struct ess_softc *sc) function in typeref:typename:int
  /src/sys/arch/i386/pnpbios/
ess_pnpbios.c 128 if (!essmatch(sc)) {
129 aprint_error_dev(self, "essmatch failed\n");
  /src/sys/dev/isapnp/
ess_isapnp.c 122 if (!essmatch(sc)) {
123 aprint_error_dev(self, "essmatch failed\n");
  /src/sys/dev/ofisa/
ess_ofisa.c 149 * Do that here instead of inside essmatch() since we want to defer
154 if (essmatch(sc) == 0) {
155 aprint_error(": essmatch failed\n");

Completed in 36 milliseconds