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

/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dif_tr_isa.c75 int (*tr_isa_probe_list[])(device_t, cfdata_t, 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)

Completed in 154 milliseconds