HomeSort by: relevance | last modified time | path
    Searched defs:jmide_lookup (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
jmide.c 45 static const struct jmide_product *jmide_lookup(pcireg_t);
126 jmide_lookup(pcireg_t id) { function in typeref:typename:const struct jmide_product *
142 if (jmide_lookup(pa->pa_id))
167 jp = jmide_lookup(pa->pa_id);
jmide.c 45 static const struct jmide_product *jmide_lookup(pcireg_t);
126 jmide_lookup(pcireg_t id) { function in typeref:typename:const struct jmide_product *
142 if (jmide_lookup(pa->pa_id))
167 jp = jmide_lookup(pa->pa_id);

Completed in 23 milliseconds