Searched refs:restart (Results 1 - 25 of 50) sorted by relevance

12

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Defs.c141 BOOL restart; local
148 restart = FALSE;
155 while (!restart && !res
188 restart = TRUE;
193 if (!restart && !res
202 } while (restart && !res);
/haiku-fatelf/src/libs/ncurses/test/
H A Dlrtest.c83 restart:
139 goto restart;
H A Dgdc.c198 restart:
307 goto restart;
H A Dtclock.c160 restart:
243 goto restart;
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dserver.c377 restart:
423 attached, because we can not restart the running
524 goto restart;
549 goto restart;
591 goto restart;
/haiku-fatelf/src/bin/network/wget/tests/
H A DFTPServer.pm239 $conn->{restart} = $1;
271 if ($conn->{restart}) {
272 $content = substr($content, $conn->{restart});
273 $conn->{restart} = 0;
571 'restart' => 0,
/haiku-fatelf/src/system/kernel/arch/generic/
H A Dgeneric_vm_physical_page_mapper.cpp62 restart:
112 goto restart;
/haiku-fatelf/src/system/runtime_loader/
H A Dheap.cpp277 restart:
295 goto restart;
/haiku-fatelf/src/tools/fs_shell/
H A Dhash.cpp274 restart:
287 goto restart;
/haiku-fatelf/src/bin/network/ftp/
H A Dextern.h198 void restart(int, char **);
H A Dcmdtab.c145 HSTR restarthelp[]= "restart file transfer at bytecount";
264 { "restart", H(restarthelp), 1, 1, 1, CMPL0 restart },
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_tdma.c779 goto restart;
787 goto restart;
801 goto restart;
809 goto restart;
816 restart:
H A Dieee80211_node.c1921 * drop the lock and restart a scan if we have to time out
1936 restart:
2025 goto restart;
2059 goto restart;
2157 restart:
2166 goto restart;
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp660 restart:
668 goto restart;
684 goto restart;
717 goto restart;
882 restart:
890 goto restart;
906 goto restart;
943 goto restart;
/haiku-fatelf/src/system/kernel/util/
H A Dkhash.cpp364 restart:
377 goto restart;
/haiku-fatelf/src/system/kernel/vm/
H A Dvm.cpp2421 bool restart; local
2423 restart = false;
2456 restart = true;
2460 } while (restart);
2544 bool restart; local
2546 restart = false;
2578 restart = true;
2584 restart = true;
2586 } while (restart);
4175 bool restart; member in struct:PageFaultContext
4816 bool restart; local
6258 bool restart; local
[all...]
/haiku-fatelf/src/bin/gdb/
H A Dltcf-c.sh70 *** so that a non-GNU linker is found, and then restart.
208 *** used, and then restart.
H A Dltcf-gcj.sh73 *** so that a non-GNU linker is found, and then restart.
201 *** used, and then restart.
/haiku-fatelf/src/system/kernel/
H A Dsignal.cpp886 // thread flags -- save the and clear the thread's syscall restart related
891 // syscall restart related fields
932 // determine syscall restart behavior
937 bool restart = alwaysRestart local
1043 restart = false;
1048 // prevent syscall restart, but otherwise ignore
1049 restart = false;
1205 if (!restart
1248 // sigsuspend_internal(). Not having handled any signal, we should restart
1251 restart
[all...]
/haiku-fatelf/src/servers/registrar/
H A DShutdownProcess.cpp1247 const char* restart = B_TRANSLATE("Restart"); local
1250 title.ReplaceFirst("%action%", fReboot ? restart : shutdown);
1252 ? B_TRANSLATE("Do you really want to restart the system?")
1254 const char* defaultText = fReboot ? restart : shutdown;
1255 const char* otherText = fReboot ? shutdown : restart;
/haiku-fatelf/src/bin/gawk/
H A Dio.c2630 size_t restart = 0, reend = 0; local
2649 restart = RESTART(RSre, iop->off);
2653 if (restart == reend) {
2658 * and restart search. Otherwise, return.
2664 recm->len = (bp - iop->off) + restart;
2674 recm->len = restart;
2675 recm->rt_start = bp + restart;
2676 recm->rt_len = reend - restart;
/haiku-fatelf/src/system/kernel/debug/
H A Duser_debugger.cpp528 const void *message, int32 size, bool requireDebugger, bool &restart)
530 restart = false;
709 // debugger was installed or has changed: restart
711 restart = true;
781 bool restart; local
783 restart = false;
785 requireDebugger, restart);
786 } while (result >= 0 && restart);
527 thread_hit_debug_event_internal(debug_debugger_message event, const void *message, int32 size, bool requireDebugger, bool &restart) argument
/haiku-fatelf/src/bin/gdb/gdb/
H A Dlinux-nat.c3093 int restart, cancel;
3097 restart = get_signo ("__pthread_sig_restart");
3098 if (restart == 0)
3105 sigaddset (set, restart);
3084 int restart, cancel; local
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache.c888 restart:
907 goto restart; /* also write the real data ptr */
927 restart:
1030 goto restart;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dcache.c875 restart:
894 goto restart; /* also write the real data ptr */
914 restart:
1017 goto restart;

Completed in 255 milliseconds

12