Home
last modified time | relevance | path

Searched refs:stage (Results 1 – 25 of 45) sorted by relevance

12

/haiku/src/system/kernel/
H A Dboot_splash.cpp67 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 DMediaMisc.h13 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 DHaikuCrossDevel22 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 DHaikuLoader9 # Force no compression, so the stage one loader can directly execute the boot
/haiku/build/jam/repositories/HaikuPortsCross/
H A Dm68k8 # repository architecture packages (stage 0)
13 # repository architecture packages (stage 1)
41 # repository architecture packages (stage 2)
H A Darm8 # repository architecture packages (stage 0)
13 # repository architecture packages (stage 1)
44 # repository architecture packages (stage 2)
H A Dppc8 # repository architecture packages (stage 0)
13 # repository architecture packages (stage 1)
41 # repository architecture packages (stage 2)
H A Driscv648 # repository architecture packages (stage 0)
13 # repository architecture packages (stage 1)
44 # repository architecture packages (stage 2)
H A Darm648 # repository architecture packages (stage 0)
13 # repository architecture packages (stage 1)
44 # repository architecture packages (stage 2)
H A Dsparc8 # repository architecture packages (stage 0)
14 # repository architecture packages (stage 1)
44 # repository architecture packages (stage 2)
H A Dx86_gcc28 # repository architecture packages (stage 0)
18 # repository architecture packages (stage 1)
60 # repository architecture packages (stage 2)
H A Dx868 # repository architecture packages (stage 0)
18 # repository architecture packages (stage 1)
60 # repository architecture packages (stage 2)
H A Dx86_648 # repository architecture packages (stage 0)
24 # repository architecture packages (stage 1)
80 # repository architecture packages (stage 2)
/haiku/docs/develop/kernel/boot/
H A Dboot_process_specs.rst26 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 Darch_cpu.h102 #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 Dboot_splash.h33 void boot_splash_set_stage(int stage);
/haiku/src/bin/makebootable/platform/pxe_ia32/
H A DJamfile3 # write the stage 1 boot loader into the makebootable resources
/haiku/src/bin/makebootable/platform/bios_ia32/
H A DJamfile8 # write the stage 1 boot loader into the makebootable resources
/haiku/3rdparty/docker/bootstrap/
H A Dhaikuports_chroot.sh12 STAGE=stage$2
/haiku/src/tools/makebootable/platform/openfirmware/
H A DJamfile8 # write the stage 1 boot loader into the makebootable resources
/haiku/src/tools/makebootable/platform/atari_m68k/
H A DJamfile8 # write the stage 1 boot loader into the makebootable resources
/haiku/src/kits/media/
H A DMediaDefs.cpp1284 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 DAddPrinterDialog.h40 void _BuildGUI(int stage);
/haiku/src/tools/makebootable/platform/bios_ia32/
H A DJamfile30 # Write the stage 1 boot loader into the makebootable resources. On Darwin
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c.readme6 during stage 0 of the bootstrap process, in order to build the gcc-syslibs

12