Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/isa/
Dif_tr_isa.c79 int (*tr_isa_probe_list[])(struct device *, void *, void *) = { variable
150 for (i = 0; tr_isa_probe_list[i] != 0; i++) {
151 probecode = tr_isa_probe_list[i](parent, match, aux);
157 if (tr_isa_probe_list[i] == 0)