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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Defs.c136 BOOL restart; local
143 restart = FALSE;
150 while (!restart && !res
183 restart = TRUE;
188 if (!restart && !res
197 } while (restart && !res);
H A Dcompress.c658 restart:
671 * resulting partial run so simply restart.
674 goto restart;
/haiku/src/libs/bsd/
H A Dreadpassphrase.c58 restart:
82 sa.sa_flags = 0; /* don't restart system calls */
164 goto restart;
/haiku/src/tools/fs_shell/
H A Dhash.cpp274 restart:
287 goto restart;
H A Dvfs.cpp781 restart:
793 goto restart;
/haiku/src/system/kernel/arch/generic/
H A Dgeneric_vm_physical_page_mapper.cpp62 restart:
112 goto restart;
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_tdma.c792 goto restart;
800 goto restart;
814 goto restart;
822 goto restart;
829 restart:
H A Dieee80211_scan_sta.c1305 return 0; /* restart scan */
1460 restart:
1469 goto restart;
1699 return 0; /* restart scan */
1848 return 0; /* restart scan */
1969 return 0; /* restart scan */
/haiku/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/src/system/kernel/
H A Dsignal.cpp903 // thread flags -- save the and clear the thread's syscall restart related
908 // syscall restart related fields
956 // determine syscall restart behavior
961 bool restart = alwaysRestart local
1082 restart = false;
1087 // prevent syscall restart, but otherwise ignore
1088 restart = false;
1244 if (!restart
1287 // sigsuspend_internal(). Not having handled any signal, we should restart
1290 restart
[all...]
/haiku/src/system/kernel/vm/
H A Dvm.cpp2743 bool restart; local
2745 restart = false;
2778 restart = true;
2782 } while (restart);
2900 bool restart; local
2902 restart = false;
2948 restart = true;
2954 restart = true;
2956 } while (restart);
4671 bool restart; member in struct:PageFaultContext
5344 bool restart; local
6811 bool restart; local
[all...]
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp1317 const char* restart = B_TRANSLATE("Restart"); local
1320 title.ReplaceFirst("%action%", fReboot ? restart : shutdown);
1322 ? B_TRANSLATE("Do you really want to restart the system?")
1324 const char* defaultText = fReboot ? restart : shutdown;
1325 const char* otherText = fReboot ? shutdown : restart;
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp531 const void *message, int32 size, bool requireDebugger, bool &restart)
533 restart = false;
712 // debugger was installed or has changed: restart
714 restart = true;
784 bool restart; local
786 restart = false;
788 requireDebugger, restart);
789 } while (result >= 0 && restart);
530 thread_hit_debug_event_internal(debug_debugger_message event, const void *message, int32 size, bool requireDebugger, bool &restart) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache.c889 restart:
908 goto restart; /* also write the real data ptr */
928 restart:
1033 goto restart;
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp54 int bits, high, wide, clrs, restart, vpred[4]; member in struct:jhead
2234 jh->restart = INT_MAX;
2267 jh->restart = data[0] << 8 | data[1];
2306 if (jrow * jh->wide % jh->restart == 0) {
/haiku/src/system/kernel/fs/
H A Dvfs.cpp1155 restart:
1175 goto restart;
1204 goto restart;
3690 restart:
3706 goto restart;
3735 restart:
3767 goto restart;
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/dc/
H A Dif_dc.c1390 int restart = 0, watchdogreg; local
1396 restart = 1;
1502 if (restart)
3268 /* restart transmit unit if necessary */
4053 * doesn't, re-enable busmastering, and restart the interface if
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c1887 "%s: unable to restart recv logic\n", __func__);
1888 if (sc->sc_beacons) { /* restart beacons */
2670 * Writing a new descriptor in will simply restart
3006 if (ath_startrecv(sc) != 0) /* restart recv */
3015 if (sc->sc_beacons) { /* restart beacons */
3085 ath_tx_kick(sc); /* restart xmit */
4839 * for restart (eg for TDMA.)
5217 * first cleanup any pending DMA, then restart stuff after a la
5323 "%s: unable to restart recv logic\n", __func__);
5338 if (sc->sc_beacons) { /* restart beacon
[all...]
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c2386 from which to restart matching. */
3225 restart:
3259 goto restart;

Completed in 269 milliseconds