HomeSort by: relevance | last modified time | path
    Searched refs:Restart (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer_internal.h 95 bool Restart();
sanitizer_symbolizer_libcdep.cc 423 // Start or restart symbolizer if we failed to send command to it.
426 Restart();
429 Report("WARNING: Failed to use and restart external symbolizer!\n");
445 bool SymbolizerProcess::Restart() {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer_internal.h 113 bool Restart();
sanitizer_symbolizer_libcdep.cpp 486 // Start or restart symbolizer if we failed to send command to it.
489 Restart();
492 Report("WARNING: Failed to use and restart external symbolizer!\n");
508 bool SymbolizerProcess::Restart() {
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer_internal.h 109 bool Restart();
sanitizer_symbolizer_libcdep.cpp 498 // Start or restart symbolizer if we failed to send command to it.
501 Restart();
504 Report("WARNING: Failed to use and restart external symbolizer!\n");
520 bool SymbolizerProcess::Restart() {
  /src/sys/dev/arcbios/
arcbios.h 328 int32_t Restart;
arcbios_calls.S 160 AFVDIRECT(Restart) /* void (*Restart)(void) __dead; */
  /src/sys/arch/sgimips/sgimips/
arcemu.c 76 .Restart = ARCEMU_UNIMPL,
  /src/external/bsd/openresolv/dist/
resolvconf.in 148 -r \$SERVICE Restart the system service
151 -R Show the system service restart command
410 /bin/systemctl restart $1.service
416 /usr/bin/systemctl restart $1.service
422 RESTARTCMD='/sbin/rc-service -i $1 -- -Ds restart'
428 /usr/sbin/invoke-rc.d $1 restart
441 /sbin/service $1 restart
448 /usr/sbin/service \$1 restart
452 /bin/sv try-restart $1'
455 /usr/bin/sv try-restart $1
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h 1962 mdns_dns_service_id_t lastDNSServiceID; // The ID of the previous DNS service before a CNAME restart.
2097 mDNSBool Restart; // This question should be restarted soon.
mDNS.c 3335 rr->ProbeRestartCount = 0; // Reset the probe restart count
5706 // restart the queries at InitialQuestionInterval.
6031 // when we add new /etc/hosts entries and restart the question. It is a new question and also a new record.
7103 DNSQuestion *restart = mDNSNULL; local
7154 // If the search domains did not change, then we restart all the queries. Otherwise, only
7178 q->next = restart;
7179 restart = q;
7186 // 4. Restart all the stopped queries
7187 while (restart)
7189 q = restart;
    [all...]

Completed in 59 milliseconds