Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/fe/
H A Dif_fe_isa.c207 static struct fe_simple_probe_struct const probe_table [] = { in fe_probe_fmv() local
257 if (!fe_simple_probe(sc, probe_table)) in fe_probe_fmv()
704 static struct fe_simple_probe_struct const probe_table [] = { in fe_probe_jli() local
743 if (!fe_simple_probe(sc, probe_table)) in fe_probe_jli()
819 static struct fe_simple_probe_struct probe_table [] = { in fe_probe_ssi() local
839 if (!fe_simple_probe(sc, probe_table)) in fe_probe_ssi()
881 static struct fe_simple_probe_struct probe_table [] = { in fe_probe_lnx() local
902 if (!fe_simple_probe(sc, probe_table)) in fe_probe_lnx()
948 static struct fe_simple_probe_struct probe_table [] = { in fe_probe_gwy() local
969 if (!fe_simple_probe(sc, probe_table)) in fe_probe_gwy()
[all …]
H A Dif_fe_pccard.c234 static struct fe_simple_probe_struct probe_table [] = { in fe_probe_mbh() local
252 if (!fe_simple_probe(sc, probe_table)) in fe_probe_mbh()
324 static struct fe_simple_probe_struct probe_table [] = { in fe_probe_tdk() local
342 if (!fe_simple_probe(sc, probe_table)) in fe_probe_tdk()
/freebsd-12.1/sys/amd64/acpica/
H A Dacpi_machdep.c190 probe_table(vm_paddr_t address, const char *sig) in probe_table() function
293 if (probe_table(xsdt->TableOffsetEntry[i], sig)) { in acpi_find_table()
308 if (probe_table(rsdt->TableOffsetEntry[i], sig)) { in acpi_find_table()
/freebsd-12.1/sys/i386/acpica/
H A Dacpi_machdep.c206 probe_table(vm_paddr_t address, const char *sig) in probe_table() function
309 if (probe_table(xsdt->TableOffsetEntry[i], sig)) { in acpi_find_table()
324 if (probe_table(rsdt->TableOffsetEntry[i], sig)) { in acpi_find_table()
/freebsd-12.1/sys/arm64/acpica/
H A Dacpi_machdep.c95 probe_table(vm_paddr_t address, const char *sig) in probe_table() function
193 if (probe_table(xsdt->TableOffsetEntry[i], sig)) { in acpi_find_table()