ba_type 386 arch/i386/i386/bios.c for(q = bootargp; q->ba_type != BOOTARG_END; q = q->ba_next) { ba_type 388 arch/i386/i386/bios.c switch (q->ba_type) { ba_type 455 arch/i386/i386/bios.c printf(" unsupported arg (%d) %p", q->ba_type, ba_type 40 stand/boot/bootarg.c q->ba_type = t; ba_type 70 stand/boot/bootarg.c printf("%d,%d ", p->ba_type, p->ba_size); ba_type 75 stand/boot/bootarg.c p->ba_type = BOOTARG_END; ba_type 37 stand/boot/bootarg.h int ba_type;