Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hp300/stand/common/
H A Dautoconf.c69 struct hp_hw sc_table[MAXCTLRS]; variable
152 for (hw = sc_table; hw < &sc_table[MAXCTLRS]; hw++) in msustobdev()
198 hw = sc_table; in find_devs()
H A Dhpib.c60 for (hw = sc_table; i < NHPIB && hw < &sc_table[MAXCTLRS]; hw++) { in hpibinit()
H A Ddcm.c59 for (hw = sc_table; hw < &sc_table[MAXCTLRS]; hw++) in dcmprobe()
H A Ddevice.h76 extern struct hp_hw sc_table[];
H A Dite.c136 for (hw = sc_table; hw < &sc_table[MAXCTLRS]; hw++) { in iteconfig()
H A Dscsi.c87 for (hw = sc_table; i < NSCSI && hw < &sc_table[MAXCTLRS]; hw++) { in scsiinit()
H A Dif_le.c166 for (hw = sc_table; i < NLE && hw < &sc_table[MAXCTLRS]; hw++) { in leinit()
/netbsd-src/sys/dev/fdt/
H A Dcpufreq_dt.c80 struct cpufreq_dt_table sc_table; member
424 sc->sc_table.phandle = opp_table; in cpufreq_dt_parse_opp_v2()
425 TAILQ_INSERT_TAIL(&cpufreq_dt_tables, &sc->sc_table, next); in cpufreq_dt_parse_opp_v2()