Searched refs:stage (Results 1 - 18 of 18) sorted by relevance

/haiku-fatelf/headers/private/kernel/
H A Dboot_splash.h33 void boot_splash_set_stage(int stage);
/haiku-fatelf/src/preferences/printers/
H A DAddPrinterDialog.h40 void _BuildGUI(int stage);
H A DAddPrinterDialog.cpp179 AddPrinterDialog::_BuildGUI(int stage) argument
/haiku-fatelf/src/system/kernel/
H A Dboot_splash.cpp224 boot_splash_set_stage(int stage) argument
226 TRACE("boot_splash_set_stage: stage=%d\n", stage);
228 if (sInfo == NULL || stage < 0 || stage >= BOOT_SPLASH_STAGE_MAX)
240 int stageLeftEdge = width * stage / BOOT_SPLASH_STAGE_MAX;
241 int stageRightEdge = width * (stage + 1) / BOOT_SPLASH_STAGE_MAX;
/haiku-fatelf/src/bin/network/netcat/
H A Dnetcat.c149 unsigned char * stage = NULL; /* hexdump line buffer */ variable
1005 int soc; /* stage write count */
1017 op = stage;
1029 stage[59] = '#'; /* preload separator */
1030 stage[60] = ' ';
1038 op = &stage[x];
1050 sprintf (&stage[2], "%8.8x ", obc); /* xxx: still slow? */
1052 op = &stage[11]; /* where hex starts */
1053 a = &stage[61]; /* where ascii starts */
1073 x = write (ofd, stage, so
[all...]
/haiku-fatelf/src/preferences/media/
H A DMediaWindow.h75 static bool _UpdateProgress(int stage, const char * message,
H A DMediaWindow.cpp658 MediaWindow::_UpdateProgress(int stage, const char* message, void* cookie) argument
661 PRINT(("stage : %i\n", stage));
662 const char* string = "Unknown stage";
663 switch (stage) {
/haiku-fatelf/src/bin/gdb/include/
H A Dxtensa-isa.h252 stage values returned by other functions in this library will range
254 Note that the stage numbers used here may not correspond to the
256 stages before stage 0. Returns XTENSA_UNDEFINED on error. */
429 is identified by a <functional unit, pipeline stage> pair. The
437 int stage;
432 int stage; member in struct:xtensa_funcUnit_use_struct
/haiku-fatelf/src/apps/bootmanager/
H A Dbootman.S249 ; use code available in stage 1
291 jmp stage2 ; Continue in loaded stage 2
358 ; Use code available in stage 2
/haiku-fatelf/src/bin/gdb/bfd/
H A Dxtensa-isa.c410 int i, stage, max_stage = XTENSA_UNDEFINED;
419 stage = use->stage;
420 if (stage > max_stage)
421 max_stage = stage;
408 int i, stage, max_stage = XTENSA_UNDEFINED; local
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dstage1.S9 ; (the stage 2 boot loader) loaded into memory at 0x1000:0x0000 (linear address
234 ; for the list of components of the path to the stage 2 boot loader.
678 ; Jumped to when all path components to the stage 2 boot loader have been
730 ; resolves the path to the stage 2 boot loader, jumping to readBootLoader when
/haiku-fatelf/headers/os/media/
H A DMediaDefs.h776 // currently always return TRUE. A 'stage' value of 100 means the process is
779 bool (*progress)(int stage, const char* message, void* cookie) = NULL,
/haiku-fatelf/src/kits/media/
H A DMediaDefs.cpp1228 bool (*progress)(int stage, const char* message, void* cookie),
1227 shutdown_media_server(bigtime_t timeout, bool (*progress)(int stage, const char* message, void* cookie), void* cookie) argument
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex2075 {\indexdummies % Must do this here, since \bf, etc expand at this stage
2096 {\indexdummies % Must do this here, since \bf, etc expand at this stage
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex2994 \indexdummies % Must do this here, since \bf, etc expand at this stage
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex3298 \indexdummies % Must do this here, since \bf, etc expand at this stage
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex2834 \indexdummies % Must do this here, since \bf, etc expand at this stage
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex3731 \indexdummies % Must do this here, since \bf, etc expand at this stage

Completed in 313 milliseconds