/vbox/src/VBox/Installer/linux/ |
H A D | vboxautostart-service.sh | 128 start-stop-daemon --background --chuid $usr --start --exec $bin -- $@ 131 start-stop-daemon --stop --exec $@ 157 start-stop-daemon --background --chuid $usr --start --exec $bin -- $@ 160 start-stop-daemon --stop --exec $@ 289 stop() { function 293 PARAMS="--stop --config $VBOXAUTOSTART_CONFIG" 298 for user in `ls $VBOXAUTOSTART_DB/*.stop` 300 start_daemon `basename $user | sed -ne "s/\(.*\).stop/\ [all...] |
H A D | vboxdrv-pardus.py | 20 def stop(): function 21 ret = run("/usr/sbin/vboxdrv stop") 25 fail("Unable to stop service")
|
H A D | vboxballoonctrl-service.sh | 138 start-stop-daemon --background --chuid $usr --start --exec $bin -- $@ 141 start-stop-daemon --stop --exec $@ 167 start-stop-daemon --background --chuid $usr --start --exec $bin -- $@ 170 start-stop-daemon --stop --exec $@ 332 stop() { function 348 stop && start 364 stop) 365 stop [all...] |
H A D | vboxweb-service.sh | 140 start-stop-daemon --background --chuid $usr --start --exec $bin -- $@ 143 start-stop-daemon --stop --exec $@ 169 start-stop-daemon --background --chuid $usr --start --exec $bin -- $@ 172 start-stop-daemon --stop --exec $@ 345 stop() { function 361 stop && start 377 stop) 378 stop [all...] |
/vbox/src/VBox/Additions/freebsd/Installer/ |
H A D | vboxguest.sh | 76 stop 82 stop() function 94 stop 121 stop) 122 stop 131 echo "Usage: $0 {start|stop|restart|status}"
|
/vbox/src/VBox/ValidationKit/utils/TestExecServ/linux/ |
H A D | vboxtxs-nat.sh | 113 start-stop-daemon --start --exec $1 -- $2 117 start-stop-daemon --stop --exec $@ 140 start-stop-daemon --start --exec $1 -- $2 144 start-stop-daemon --stop --exec $@ 295 stop() { function 307 stop && start 323 stop) 324 stop [all...] |
H A D | vboxtxs.sh | 113 start-stop-daemon --start --exec $1 -- $2 117 start-stop-daemon --stop --exec $@ 140 start-stop-daemon --start --exec $1 -- $2 144 start-stop-daemon --stop --exec $@ 294 stop() { function 306 stop && start 322 stop) 323 stop [all...] |
/vbox/src/VBox/Installer/linux/install_service/ |
H A D | init_template.sh | 117 ${0} {start|stop|restart|status} [<options>] 119 start|stop|restart|status 120 Start/stop/restart/report status for the service. 133 start|stop|restart|force-reload|condrestart|try-restart|reload|status) 266 stop() function 268 %HAVE_STOP_COMMAND% %STOP_COMMAND% %STOP_ARGUMENTS% || abort "%DESCRIPTION% failed to stop!" 269 %HAVE_DAEMON% killproc %COMMAND% || abort "%DESCRIPTION% failed to stop!" 304 stop) 305 stop;; 308 stop;; [all...] |
/vbox/src/VBox/Additions/linux/installer/ |
H A D | vboxadd-service.sh | 99 start-stop-daemon --start --exec $1 -- $2 103 start-stop-daemon --stop --retry 2 --exec $@ 126 start-stop-daemon --start --exec $1 -- $2 130 start-stop-daemon --stop --retry 2 --exec $@ 253 stop() { function 269 stop && start 285 stop) 286 stop [all...] |
H A D | vboxadd-x11.sh | 265 stop() function 272 stop && start 661 stop) 662 stop 677 echo "Usage: $0 {start|stop|restart|status}"
|
H A D | vboxadd.sh | 336 stop() function 356 stop && start 379 # don't stop the old modules here -- they might be in use 565 stop) 566 stop 581 echo "Usage: $0 {start|stop|restart|status|setup}"
|
/vbox/src/recompiler/ |
H A D | cache-utils.h | 15 static inline void flush_icache_range(uintptr_t start, uintptr_t stop) argument 22 stop1 = (stop + dsize - 1) & ~(dsize - 1); 29 stop1 = (stop + isize - 1) & ~(isize - 1);
|
/vbox/src/VBox/ValidationKit/testboxscript/linux/ |
H A D | testboxscript-service.sh | 283 # start-stop-daemon --start --background --pidfile "${PIDFILE}" --make-pidfile --chuid "${usr}" --user "${usr}" \ 289 start-stop-daemon --stop --user "${a_USER}" --pidfile "${PIDFILE}" 434 stop() { function 451 stop && sleep 1 && start 477 stop) 478 stop 494 echo "Usage: $0 {start|stop|restart|status}"
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | UIAnimationFramework.cpp | 167 void UIAnimationLoop::stop() function in class:UIAnimationLoop 170 m_pAnimation->stop();
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | stat.c | 90 PRIntervalTime start, stop; local 96 stop = PR_IntervalNow(); 98 d = (double)PR_IntervalToMicroseconds(stop - start); 99 tot = PR_IntervalToMilliseconds(stop-start);
|
H A D | attach.c | 124 PRIntervalTime start, stop; local 129 stop = PR_IntervalNow(); 131 d = (double)PR_IntervalToMicroseconds(stop - start);
|
H A D | select2.c | 293 PRIntervalTime start, stop; local 299 stop = PR_IntervalNow(); 301 d = (double)PR_IntervalToMicroseconds(stop - start); 302 tot = PR_IntervalToMilliseconds(stop-start);
|
H A D | threads.c | 158 PRIntervalTime start, stop; local 163 stop = PR_IntervalNow(); 167 d = (double)PR_IntervalToMicroseconds(stop - start);
|
H A D | time.c | 141 PRIntervalTime start, stop; local 147 stop = PR_IntervalNow(); 149 d = (double)PR_IntervalToMicroseconds(stop - start); 150 tot = PR_IntervalToMilliseconds(stop-start);
|
/vbox/src/VBox/Main/src-server/ |
H A D | NetworkServiceRunner.cpp | 58 stop(); 121 int NetworkServiceRunner::stop() function in class:NetworkServiceRunner
|
/vbox/src/VBox/Additions/x11/VBoxClient/ |
H A D | seamless.cpp | 48 stop(); 119 stop(); 125 void SeamlessMain::stop() function in class:SeamlessMain 205 pHost->mX11Monitor.stop(); 244 LogRelThisFunc(("Failed to stop X11 monitor thread, rc=%Rrc!\n", 369 pSelf->mSeamless.stop();
|
H A D | seamless-x11.cpp | 117 and stop requesting updates. */ 118 void SeamlessX11::stop(void) function in class:SeamlessX11
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/tests/ |
H A D | gc1.c | 151 PRIntervalTime start, stop, usec; local 235 stop = PR_IntervalNow(); 237 usec = stop = stop - start;
|
/vbox/src/libs/xpcom18a4/xpcom/tests/windows/ |
H A D | nsStringTest.h | 122 stop=clock(); 126 return (double)(stop - start) / CLOCKS_PER_SEC; 133 clock_t start,stop; member in class:Stopwatch
|
/vbox/src/VBox/Main/testcase/ |
H A D | tstUSBProxyLinux.cpp | 37 int USBProxyService::stop() { return VINF_SUCCESS; } function in class:USBProxyService
|