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

  /src/sys/arch/hp300/stand/common/
device.h 44 #define MAXCTLRS 16 /* Size of HW table (arbitrary) */
autoconf.c 69 struct hp_hw sc_table[MAXCTLRS];
152 for (hw = sc_table; hw < &sc_table[MAXCTLRS]; hw++)
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++) {

Completed in 13 milliseconds