/haiku/src/system/kernel/ |
H A D | boot_splash.cpp | 67 boot_splash_set_stage(int stage) in boot_splash_set_stage() argument 69 TRACE("boot_splash_set_stage: stage=%d\n", stage); in boot_splash_set_stage() 71 if (sInfo == NULL || stage < 0 || stage >= BOOT_SPLASH_STAGE_MAX) in boot_splash_set_stage() 78 int stageLeftEdge = width * stage / BOOT_SPLASH_STAGE_MAX; in boot_splash_set_stage() 79 int stageRightEdge = width * (stage + 1) / BOOT_SPLASH_STAGE_MAX; in boot_splash_set_stage()
|
/haiku/headers/private/media/ |
H A D | MediaMisc.h | 13 progress_startup(int stage, 14 bool (*progress)(int stage, const char* message, void* cookie), 18 progress_shutdown(int stage, 19 bool (*progress)(int stage, const char* message, void* cookie),
|
/haiku/build/jam/packages/ |
H A D | HaikuCrossDevel | 22 local stage ; 23 for stage in _stage0 _stage1 "" { 27 = haiku_cross_devel_sysroot$(stage)_$(packageNameSuffix).hpkg ; 32 if $(stage) = _stage0 { 68 $(additionalLibraries$(stage)) 94 if $(stage) != _stage0 { 112 = haiku_cross_devel$(stage)_$(packageNameSuffix).hpkg ;
|
H A D | HaikuLoader | 9 # Force no compression, so the stage one loader can directly execute the boot
|
/haiku/build/jam/repositories/HaikuPortsCross/ |
H A D | m68k | 8 # repository architecture packages (stage 0) 13 # repository architecture packages (stage 1) 41 # repository architecture packages (stage 2)
|
H A D | arm | 8 # repository architecture packages (stage 0) 13 # repository architecture packages (stage 1) 44 # repository architecture packages (stage 2)
|
H A D | ppc | 8 # repository architecture packages (stage 0) 13 # repository architecture packages (stage 1) 41 # repository architecture packages (stage 2)
|
H A D | riscv64 | 8 # repository architecture packages (stage 0) 13 # repository architecture packages (stage 1) 44 # repository architecture packages (stage 2)
|
H A D | arm64 | 8 # repository architecture packages (stage 0) 13 # repository architecture packages (stage 1) 44 # repository architecture packages (stage 2)
|
H A D | sparc | 8 # repository architecture packages (stage 0) 14 # repository architecture packages (stage 1) 44 # repository architecture packages (stage 2)
|
H A D | x86_gcc2 | 8 # repository architecture packages (stage 0) 18 # repository architecture packages (stage 1) 60 # repository architecture packages (stage 2)
|
H A D | x86 | 8 # repository architecture packages (stage 0) 18 # repository architecture packages (stage 1) 60 # repository architecture packages (stage 2)
|
H A D | x86_64 | 8 # repository architecture packages (stage 0) 24 # repository architecture packages (stage 1) 80 # repository architecture packages (stage 2)
|
/haiku/docs/develop/kernel/boot/ |
H A D | boot_process_specs.rst | 26 the second stage is bound tightly to both other stages (which are 27 independent from each other), it is referred to as stage 1.5, whereas 28 the other stages are referred to as stage 1 and 2. This architecture is 37 The first stage is responsible for loading the real boot loader from a 41 from a floppy disk or CD-ROM (in this case, stage 1.5 is in charge 58 loader, and let the next stage then load the whole thing (which it has 67 Contains both the stage 1.5 boot loader, and the compressed stage 2 72 Therefore, it will start with the stage 1.5 boot loader which will be 74 example when loaded from a floppy disk), or the stage 1 boot loader, 81 done by the stage 1 loader in case it has been loaded from a BFS disk), [all …]
|
/haiku/headers/private/kernel/arch/arm64/ |
H A D | arch_cpu.h | 102 #define ADDRESS_TRANSLATE_FUNC(stage) \ argument 104 arm64_address_translate_ ##stage (uint64 addr) \ 109 "at " __ARMREG_STRING(stage) ", %1 \n" \
|
/haiku/headers/private/kernel/ |
H A D | boot_splash.h | 33 void boot_splash_set_stage(int stage);
|
/haiku/src/bin/makebootable/platform/pxe_ia32/ |
H A D | Jamfile | 3 # write the stage 1 boot loader into the makebootable resources
|
/haiku/src/bin/makebootable/platform/bios_ia32/ |
H A D | Jamfile | 8 # write the stage 1 boot loader into the makebootable resources
|
/haiku/3rdparty/docker/bootstrap/ |
H A D | haikuports_chroot.sh | 12 STAGE=stage$2
|
/haiku/src/tools/makebootable/platform/openfirmware/ |
H A D | Jamfile | 8 # write the stage 1 boot loader into the makebootable resources
|
/haiku/src/tools/makebootable/platform/atari_m68k/ |
H A D | Jamfile | 8 # write the stage 1 boot loader into the makebootable resources
|
/haiku/src/kits/media/ |
H A D | MediaDefs.cpp | 1284 progress_shutdown(int stage, in progress_shutdown() argument 1285 bool (*progress)(int stage, const char* message, void* cookie), in progress_shutdown() argument 1291 TRACE("stage: %i\n", stage); in progress_shutdown() 1293 switch (stage) { in progress_shutdown() 1315 notify_system(stage / 100.0f, string); in progress_shutdown() 1317 progress(stage, string, cookie); in progress_shutdown() 1323 bool (*progress)(int stage, const char* message, void* cookie), in shutdown_media_server() argument 1399 progress_startup(int stage, in progress_startup() argument 1400 bool (*progress)(int stage, const char* message, void* cookie), in progress_startup() argument 1406 TRACE("stage: %i\n", stage); in progress_startup() [all …]
|
/haiku/src/preferences/printers/ |
H A D | AddPrinterDialog.h | 40 void _BuildGUI(int stage);
|
/haiku/src/tools/makebootable/platform/bios_ia32/ |
H A D | Jamfile | 30 # Write the stage 1 boot loader into the makebootable resources. On Darwin
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs.c.readme | 6 during stage 0 of the bootstrap process, in order to build the gcc-syslibs
|