Searched defs:stop (Results 1 - 25 of 80) sorted by relevance

1234

/vbox/src/VBox/Installer/linux/
H A Dvboxautostart-service.sh128 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 Dvboxdrv-pardus.py20 def stop(): function
21 ret = run("/usr/sbin/vboxdrv stop")
25 fail("Unable to stop service")
H A Dvboxballoonctrl-service.sh138 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 Dvboxweb-service.sh140 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 Dvboxguest.sh76 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 Dvboxtxs-nat.sh113 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 Dvboxtxs.sh113 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 Dinit_template.sh117 ${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 Dvboxadd-service.sh99 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 Dvboxadd-x11.sh265 stop() function
272 stop && start
661 stop)
662 stop
677 echo "Usage: $0 {start|stop|restart|status}"
H A Dvboxadd.sh336 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 Dcache-utils.h15 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 Dtestboxscript-service.sh283 # 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 DUIAnimationFramework.cpp167 void UIAnimationLoop::stop() function in class:UIAnimationLoop
170 m_pAnimation->stop();
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dstat.c90 PRIntervalTime start, stop; local
96 stop = PR_IntervalNow();
98 d = (double)PR_IntervalToMicroseconds(stop - start);
99 tot = PR_IntervalToMilliseconds(stop-start);
H A Dattach.c124 PRIntervalTime start, stop; local
129 stop = PR_IntervalNow();
131 d = (double)PR_IntervalToMicroseconds(stop - start);
H A Dselect2.c293 PRIntervalTime start, stop; local
299 stop = PR_IntervalNow();
301 d = (double)PR_IntervalToMicroseconds(stop - start);
302 tot = PR_IntervalToMilliseconds(stop-start);
H A Dthreads.c158 PRIntervalTime start, stop; local
163 stop = PR_IntervalNow();
167 d = (double)PR_IntervalToMicroseconds(stop - start);
H A Dtime.c141 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 DNetworkServiceRunner.cpp58 stop();
121 int NetworkServiceRunner::stop() function in class:NetworkServiceRunner
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dseamless.cpp48 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 Dseamless-x11.cpp117 and stop requesting updates. */
118 void SeamlessX11::stop(void) function in class:SeamlessX11
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/tests/
H A Dgc1.c151 PRIntervalTime start, stop, usec; local
235 stop = PR_IntervalNow();
237 usec = stop = stop - start;
/vbox/src/libs/xpcom18a4/xpcom/tests/windows/
H A DnsStringTest.h122 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 DtstUSBProxyLinux.cpp37 int USBProxyService::stop() { return VINF_SUCCESS; } function in class:USBProxyService

Completed in 107 milliseconds

1234