Home
last modified time | relevance | path

Searched refs:RestartProcess (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/cc65/cc65-2.19/libsrc/geos-common/process/
H A Dprocessinitrestartenable.s7 ; void RestartProcess (char number);
26 jmp RestartProcess
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBveApi/System/
H A DFileSystem.cs41 public string RestartProcess; field in OpenBveApi.FileSystem.FileSystem
108 this.RestartProcess = assemblyFile; in FileSystem()
181 newLines.AppendLine("RestartProcess=" + this.RestartProcess); in SaveCurrentFileSystemConfiguration()
367 system.RestartProcess = GetAbsolutePath(value, true); in FromConfigurationFile()
/dports/misc/perkeep/perkeep-0.11/internal/osutil/
H A Drestart_stub.go35 func RestartProcess(arg ...string) error { func
H A Drestart_windows.go51 func RestartProcess(args ...string) error { func
H A Drestart_unix.go65 func RestartProcess(arg ...string) error { func
/dports/devel/cc65/cc65-2.19/include/geos/
H A Dgprocess.h13 void __fastcall__ RestartProcess(char number);
/dports/games/openbve/OpenBVE-1.8.2.1/installers/windows/InstallerData/
H A Dfilesystem_programfolder.cfg7 RestartProcess = $[AssemblyFile]
H A Dfilesystem_appdata.cfg5 RestartProcess=$[AssemblyFile]
/dports/games/openbve/OpenBVE-1.8.2.1/installers/debian/etc/openbve/
H A Dfilesystem.cfg7 RestartProcess = /usr/games/openbve
/dports/games/openbve/OpenBVE-1.8.2.1/debian/
H A Dfilesystem.cfg7 RestartProcess = /usr/games/openbve
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/System/
H A DProgram.cs342 …nostics.Process.Start(System.IO.File.Exists(FileSystem.RestartProcess) ? FileSystem.RestartProcess in Main()
344 …MessageBox.Show(ex.Message + "\n\nProcess = " + FileSystem.RestartProcess + "\nArguments = " + arg… in Main()
/dports/www/gitea/gitea-1.16.5/modules/graceful/
H A Drestart_unix.go40 func RestartProcess() (int, error) { func
H A Dmanager_unix.go161 _, err := RestartProcess()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/icinga/
H A Dapiactions.hpp31 …static Dictionary::Ptr RestartProcess(const ConfigObject::Ptr& object, const Dictionary::Ptr& para…
H A Dapiactions.cpp37 REGISTER_APIACTION(restart_process, "", &ApiActions::RestartProcess);
553 Dictionary::Ptr ApiActions::RestartProcess(const ConfigObject::Ptr& object, in RestartProcess() function in ApiActions
H A Dexternalcommandprocessor.hpp47 static void RestartProcess(double time, const std::vector<String>& arguments);
/dports/devel/cc65/cc65-2.19/libsrc/geos-apple/
H A Djumptab.inc95 RestartProcess = $feb1
/dports/devel/cc65/cc65-2.19/libsrc/geos-cbm/
H A Djumptab.inc9 RestartProcess = $c106
/dports/emulators/x16-rom/x16-rom-r38/geos/inc/
H A Djumptab.inc9 RestartProcess = $c106
/dports/misc/perkeep/perkeep-0.11/pkg/server/
H A Dwizard.go249 err = osutil.RestartProcess()
H A Dstatus.go331 osutil.RestartProcess(fmt.Sprintf("-reindex=%t", reindex), fmt.Sprintf("-recovery=%d", recovery))
/dports/emulators/x16-rom/x16-rom-r38/geos/kernal/jumptab/
H A Djumptab.s207 .global RestartProcess
407 RestartProcess: label
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/OldCode/
H A DProgram.cs.old101 System.Diagnostics.Process.Start(FileSystem.RestartProcess, arguments);
103 …MessageBox.Show(ex.Message + "\n\nProcess = " + FileSystem.RestartProcess + "\nArguments = " + arg…
/dports/emulators/x16-rom/x16-rom-r38/geos/kernal/process/
H A Dprocess.s151 ; RestartProcess $C106
/dports/misc/perkeep/perkeep-0.11/server/perkeepd/
H A Dperkeepd.go285 err := osutil.RestartProcess()

12