HomeSort by: relevance | last modified time | path
    Searched defs:apbus (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/newsmips/stand/bootxx/
bootxx.c 59 int apbus = 0; variable in typeref:typename:int
75 * argv (apbus-based machine)
78 apbus = 1;
80 apbus = 0;
96 if (apbus) {
129 if (apbus) {
139 if (apbus)
152 if (apbus)
bootxx.c 59 int apbus = 0; variable in typeref:typename:int
75 * argv (apbus-based machine)
78 apbus = 1;
80 apbus = 0;
96 if (apbus) {
129 if (apbus) {
139 if (apbus)
152 if (apbus)
  /src/sys/arch/newsmips/stand/boot/
boot.c 48 int apbus; variable in typeref:typename:int
82 * argv (apbus-based machine)
85 apbus = 1;
87 apbus = 0;
89 if (apbus)
95 if (apbus) {
100 DPRINTF("APbus-based system\n");
198 if (apbus) {
211 if (apbus)
225 if (apbus)
    [all...]
boot.c 48 int apbus; variable in typeref:typename:int
82 * argv (apbus-based machine)
85 apbus = 1;
87 apbus = 0;
89 if (apbus)
95 if (apbus) {
100 DPRINTF("APbus-based system\n");
198 if (apbus) {
211 if (apbus)
225 if (apbus)
    [all...]

Completed in 23 milliseconds