HomeSort by: relevance | last modified time | path
    Searched refs:sc_table (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/hp300/stand/common/
autoconf.c 69 struct hp_hw sc_table[MAXCTLRS]; variable in typeref:struct:hp_hw[]
152 for (hw = sc_table; hw < &sc_table[MAXCTLRS]; hw++)
198 hw = sc_table;
device.h 76 extern struct hp_hw sc_table[];
hpib.c 60 for (hw = sc_table; i < NHPIB && hw < &sc_table[MAXCTLRS]; hw++) {
dcm.c 59 for (hw = sc_table; hw < &sc_table[MAXCTLRS]; hw++)
ite.c 207 for (hw = sc_table; hw < &sc_table[MAXCTLRS]; hw++) {
scsi.c 87 for (hw = sc_table; i < NSCSI && hw < &sc_table[MAXCTLRS]; hw++) {
if_le.c 166 for (hw = sc_table; i < NLE && hw < &sc_table[MAXCTLRS]; hw++) {
  /src/sys/dev/fdt/
cpufreq_dt.c 81 struct cpufreq_dt_table sc_table; member in struct:cpufreq_dt_softc
425 sc->sc_table.phandle = opp_table;
426 TAILQ_INSERT_TAIL(&cpufreq_dt_tables, &sc->sc_table, next);

Completed in 21 milliseconds