/src/sys/arch/emips/stand/common/ |
init_board.c | 61 int systype = XS_ML40x; local in function:getsysid 71 systype = XS_BE3; 73 systype = XS_ML50x; 76 return MAKESYSID(1,1,systype,MIPS_eMIPS);
|
init_board.c | 61 int systype = XS_ML40x; local in function:getsysid 71 systype = XS_BE3; 73 systype = XS_ML50x; 76 return MAKESYSID(1,1,systype,MIPS_eMIPS);
|
init_board.c | 61 int systype = XS_ML40x; local in function:getsysid 71 systype = XS_BE3; 73 systype = XS_ML50x; 76 return MAKESYSID(1,1,systype,MIPS_eMIPS);
|
/src/sys/arch/alpha/include/ |
cpuconf.h | 91 uint64_t systype; member in struct:cpuinit
|
cpuconf.h | 91 uint64_t systype; member in struct:cpuinit
|
cpuconf.h | 91 uint64_t systype; member in struct:cpuinit
|
pci_machdep.h | 100 uint64_t systype; member in struct:alpha_pci_intr_impl 107 .systype = (_st_), .intr_init = (_fn_), \
|
pci_machdep.h | 100 uint64_t systype; member in struct:alpha_pci_intr_impl 107 .systype = (_st_), .intr_init = (_fn_), \
|
pci_machdep.h | 100 uint64_t systype; member in struct:alpha_pci_intr_impl 107 .systype = (_st_), .intr_init = (_fn_), \
|
/src/sys/arch/newsmips/newsmips/ |
machdep.c | 111 int systype; /* what type of NEWS we are */ variable in typeref:typename:int 185 systype = bi_systype->type; 194 if (systype == 0) 195 systype = NEWS3400; /* XXX compatibility for old boot */ 198 if (systype == NEWS3400) { 204 if (systype == NEWS5000 || systype == NEWS4000) { 210 systype == NEWS5000 ? "news5000" : "news4000"); 233 sccport0a = (systype == NEWS5000) ? 321 switch (systype) { [all...] |
machdep.c | 111 int systype; /* what type of NEWS we are */ variable in typeref:typename:int 185 systype = bi_systype->type; 194 if (systype == 0) 195 systype = NEWS3400; /* XXX compatibility for old boot */ 198 if (systype == NEWS3400) { 204 if (systype == NEWS5000 || systype == NEWS4000) { 210 systype == NEWS5000 ? "news5000" : "news4000"); 233 sccport0a = (systype == NEWS5000) ? 321 switch (systype) { [all...] |
machdep.c | 111 int systype; /* what type of NEWS we are */ variable in typeref:typename:int 185 systype = bi_systype->type; 194 if (systype == 0) 195 systype = NEWS3400; /* XXX compatibility for old boot */ 198 if (systype == NEWS3400) { 204 if (systype == NEWS5000 || systype == NEWS4000) { 210 systype == NEWS5000 ? "news5000" : "news4000"); 233 sccport0a = (systype == NEWS5000) ? 321 switch (systype) { [all...] |
/src/sys/arch/emips/emips/ |
machdep.c | 103 int systype; /* mother board type */ variable in typeref:typename:int 276 systype = ((prom_systype() >> 16) & 0xff); 277 if (systype >= nsysinit) { 283 (*sysinit[systype].init)();
|
machdep.c | 103 int systype; /* mother board type */ variable in typeref:typename:int 276 systype = ((prom_systype() >> 16) & 0xff); 277 if (systype >= nsysinit) { 283 (*sysinit[systype].init)();
|
machdep.c | 103 int systype; /* mother board type */ variable in typeref:typename:int 276 systype = ((prom_systype() >> 16) & 0xff); 277 if (systype >= nsysinit) { 283 (*sysinit[systype].init)();
|
/src/sys/arch/pmax/pmax/ |
machdep.c | 96 int systype; /* mother board type */ variable in typeref:typename:int 321 systype = ((prom_systype() >> 16) & 0xff); 322 if (systype >= nsysinit) { 328 (*sysinit[systype].init)();
|
machdep.c | 96 int systype; /* mother board type */ variable in typeref:typename:int 321 systype = ((prom_systype() >> 16) & 0xff); 322 if (systype >= nsysinit) { 328 (*sysinit[systype].init)();
|
machdep.c | 96 int systype; /* mother board type */ variable in typeref:typename:int 321 systype = ((prom_systype() >> 16) & 0xff); 322 if (systype >= nsysinit) { 328 (*sysinit[systype].init)();
|