Searched refs:service (Results 1 - 25 of 60) sorted by relevance

123

/vbox/src/VBox/Installer/linux/debian/
H A Dpostrm29 if [ "$1" = "purge" -a ! -f /etc/init.d/vboxweb-service ] ; then
30 update-rc.d vboxweb-service remove >/dev/null || exit $?
32 if [ "$1" = "purge" -a ! -f /etc/init.d/vboxballoonctrl-service ] ; then
33 update-rc.d vboxballoonctrl-service remove >/dev/null || exit $?
H A Dprerm.in39 invoke-rc.d vboxballoonctrl-service stop || true
41 /etc/init.d/vboxballoonctrl-service stop || true
45 invoke-rc.d vboxweb-service stop || true
47 /etc/init.d/vboxweb-service stop || true
H A Dpreinst.in31 if [ -f /etc/init.d/vboxballoonctrl-service ]; then
32 # try graceful termination; terminate the ballon control service first
34 invoke-rc.d vboxballoonctrl-service stop || true
36 /etc/init.d/vboxballoonctrl-service stop || true
39 if [ -f /etc/init.d/vboxweb-service ]; then
42 invoke-rc.d vboxweb-service stop || true
44 /etc/init.d/vboxweb-service stop || true
H A Dpostinst.in93 # Start vboxdrv/vboxballoonctrl/vboxweb-service manually as we use our own error handling in postrm
144 if [ -x "/etc/init.d/vboxballoonctrl-service" ]; then
145 update-rc.d vboxballoonctrl-service defaults 35 65 >/dev/null
147 invoke-rc.d vboxballoonctrl-service start || exit $?
149 /etc/init.d/vboxballoonctrl-service start || exit $?
152 if [ -x "/etc/init.d/vboxautostart-service" ]; then
153 update-rc.d vboxautostart-service defaults 35 65 >/dev/null
155 invoke-rc.d vboxautostart-service start || exit $?
157 /etc/init.d/vboxautostart-service start || exit $?
160 if [ -x "/etc/init.d/vboxweb-service" ]; the
[all...]
H A Drules189 rm -f debian/vboxballoonctrl-service.init debian/vboxautostart-service.init debian/vboxweb-service.init
212 $(if $(HEADLESS),--headless) $(if $(NOWEBSVC),--no-web-service) \
256 cp $(vboxroot)/src/VBox/Installer/linux/vboxballoonctrl-service.sh debian/vboxballoonctrl-service.init
257 dh_installinit --name=vboxballoonctrl-service --noscripts
258 cp $(vboxroot)/src/VBox/Installer/linux/vboxautostart-service.sh debian/vboxautostart-service.init
259 dh_installinit --name=vboxautostart-service
[all...]
/vbox/debian/
H A Dpostrm29 if [ "$1" = "purge" -a ! -f /etc/init.d/vboxweb-service ] ; then
30 update-rc.d vboxweb-service remove >/dev/null || exit $?
32 if [ "$1" = "purge" -a ! -f /etc/init.d/vboxballoonctrl-service ] ; then
33 update-rc.d vboxballoonctrl-service remove >/dev/null || exit $?
H A Dprerm.in39 invoke-rc.d vboxballoonctrl-service stop || true
41 /etc/init.d/vboxballoonctrl-service stop || true
45 invoke-rc.d vboxweb-service stop || true
47 /etc/init.d/vboxweb-service stop || true
H A Dpreinst.in31 if [ -f /etc/init.d/vboxballoonctrl-service ]; then
32 # try graceful termination; terminate the ballon control service first
34 invoke-rc.d vboxballoonctrl-service stop || true
36 /etc/init.d/vboxballoonctrl-service stop || true
39 if [ -f /etc/init.d/vboxweb-service ]; then
42 invoke-rc.d vboxweb-service stop || true
44 /etc/init.d/vboxweb-service stop || true
H A Dpostinst.in93 # Start vboxdrv/vboxballoonctrl/vboxweb-service manually as we use our own error handling in postrm
144 if [ -x "/etc/init.d/vboxballoonctrl-service" ]; then
145 update-rc.d vboxballoonctrl-service defaults 35 65 >/dev/null
147 invoke-rc.d vboxballoonctrl-service start || exit $?
149 /etc/init.d/vboxballoonctrl-service start || exit $?
152 if [ -x "/etc/init.d/vboxautostart-service" ]; then
153 update-rc.d vboxautostart-service defaults 35 65 >/dev/null
155 invoke-rc.d vboxautostart-service start || exit $?
157 /etc/init.d/vboxautostart-service start || exit $?
160 if [ -x "/etc/init.d/vboxweb-service" ]; the
[all...]
H A Drules163 rm -f debian/vboxballoonctrl-service.init debian/vboxautostart-service.init debian/vboxweb-service.init
186 $(if $(HEADLESS),--headless) $(if $(NOWEBSVC),--no-web-service) \
230 cp $(vboxroot)/src/VBox/Installer/linux/vboxballoonctrl-service.sh debian/vboxballoonctrl-service.init
231 dh_installinit --name=vboxballoonctrl-service --noscripts
232 cp $(vboxroot)/src/VBox/Installer/linux/vboxautostart-service.sh debian/vboxautostart-service.init
233 dh_installinit --name=vboxautostart-service
[all...]
/vbox/src/VBox/Installer/linux/rpm/
H A DVirtualBox.tmpl.spec175 install -D -m 755 vboxballoonctrl-service.init $RPM_BUILD_ROOT%{_initrddir}/vboxballoonctrl-service
176 install -D -m 755 vboxautostart-service.init $RPM_BUILD_ROOT%{_initrddir}/vboxautostart-service
177 install -D -m 755 vboxweb-service.init $RPM_BUILD_ROOT%{_initrddir}/vboxweb-service
179 ln -sf ../etc/init.d/vboxballoonctrl-service $RPM_BUILD_ROOT/sbin/rcvboxballoonctrl-service
180 ln -sf ../etc/init.d/vboxautostart-service $RPM_BUILD_ROOT/sbin/rcvboxautostart-service
[all...]
/vbox/src/VBox/Installer/linux/
H A Dvboxdrv-pardus.py8 from comar.service import *
17 fail("Unable to start service")
25 fail("Unable to stop service")
H A Dinstall.sh131 # Now stop the autostart service otherwise it will keep VBoxSVC running
132 stop_init_script vboxautostart-service
134 # Now stop the ballon control service otherwise it will keep VBoxSVC running
135 stop_init_script vboxballoonctrl-service
137 # Now stop the web service otherwise it will keep VBoxSVC running
138 stop_init_script vboxweb-service
383 install_init_script vboxballoonctrl-service.sh vboxballoonctrl-service
384 install_init_script vboxautostart-service.sh vboxautostart-service
[all...]
H A Duninstall.sh50 # Stop the ballon control service
51 stop_init_script vboxballoonctrl-service
52 # Stop the autostart service
53 stop_init_script vboxautostart-service
54 # Stop the web service
55 stop_init_script vboxweb-service
56 # Do this check here after we terminated the web service
62 delrunlevel vboxballoonctrl-service > /dev/null 2>&1
63 remove_init_script vboxballoonctrl-service
64 delrunlevel vboxautostart-service > /de
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlayer.c169 PRFileDesc *service; local
175 service = PR_Accept(stack, &client_address, PR_INTERVAL_NO_TIMEOUT);
182 service, buffer, sizeof(buffer), empty_flags, PR_INTERVAL_NO_TIMEOUT);
189 service, buffer, bytes_read, empty_flags, PR_INTERVAL_NO_TIMEOUT);
199 rv = PR_Shutdown(service, PR_SHUTDOWN_BOTH); PR_ASSERT(PR_SUCCESS == rv);
200 rv = PR_Close(service); PR_ASSERT(PR_SUCCESS == rv);
286 PRFileDesc *client, *service; local
363 service = PR_NewTCPSocket(); PR_ASSERT(NULL != service);
366 rv = PR_Bind(service,
[all...]
H A Dnblayer.c226 PRFileDesc *service; local
237 service = PR_Accept(stack, &client_address, PR_INTERVAL_NO_TIMEOUT);
239 PR_fprintf(logFile, "Server accept status [0x%p]\n", service);
240 if ((NULL == service) && (PR_WOULD_BLOCK_ERROR == PR_GetError()))
250 } while (NULL == service);
251 PR_ASSERT(NULL != service);
266 service, buffer + bytes_read, sizeof(buffer) - bytes_read,
273 polldesc.fd = service;
294 service, buffer + bytes_sent, bytes_read - bytes_sent,
302 polldesc.fd = service;
537 PRFileDesc *client, *service; local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsServiceManagerObsolete.cpp44 // Global service manager interface (see nsIServiceManagerObsolete.h)
81 nsServiceManager::ReleaseService(const nsCID& aClass, nsISupports* service, argument
84 NS_IF_RELEASE(service);
124 nsServiceManager::ReleaseService(const char* aContractID, nsISupports* service, argument
127 NS_RELEASE(service);
144 // Don't create the global service manager here because we might
H A DnsIServiceManagerObsolete.h48 // to the service manager.
83 * RegisterService may be called explicitly to register a service
84 * with the service manager. If a service is not registered explicitly,
92 * Requests a service to be shut down, possibly unloading its DLL.
94 * @returns NS_OK - if shutdown was successful and service was unloaded,
96 * the service was not currently loaded
98 * user of the service wouldn't voluntarily release it by using
109 /* OBSOLETE: use NS_RELEASE(service) instead. */
111 ReleaseService(const nsCID& aClass, nsISupports* service,
[all...]
/vbox/src/VBox/ValidationKit/testboxscript/linux/
H A Dsetup-routines.sh55 install_init_script "${TESTBOXSCRIPT_DIR}/testboxscript/linux/testboxscript-service.sh" "testboxscript-service"
57 delrunlevel "testboxscript-service" > /dev/null 2>&1
58 addrunlevel "testboxscript-service" 90 10
70 /etc/init.d/testboxscript-service start
75 if [ -f /etc/init.d/testboxscript-service ]; then
76 /etc/init.d/testboxscript-service stop || true # Ignore
/vbox/src/VBox/Installer/linux/install_service/
H A Dinstall_service.sh39 Create a system service which runs a command. In order to make it possible to
47 - That it does not background to simplify service process management.
50 service can be re-started and will do any necessary clean-up automatically.
52 service's private log.
56 requires modifying init files to disable a service. We also try to enable our
57 service (if requested) in all init systems we find, as we do not know which one
64 These actions install the service. If a version of the service was not
68 the service was already installed previously, "--enable" and "--disable"
74 This action uninstalls the service
[all...]
/vbox/src/VBox/HostServices/auth/pam/
H A DVBoxAuthPAM.c20 /* The PAM service name.
22 * The service name is the name of a file in the /etc/pam.d which contains
23 * authentication rules. It is possible to use an existing service
27 * service must be lowercase. See PAM documentation for details.
29 * The Auth module takes the PAM service name from the
31 * is not specified, then the 'login' PAM service is used.
224 const char *service = getenv (VBOX_AUTH_PAM_SERVICE_NAME_ENV); local
226 if (service == NULL)
228 service = getenv (VBOX_AUTH_PAM_SERVICE_NAME_ENV_OLD);
230 if (service
[all...]
/vbox/src/VBox/Devices/PC/BIOS/
H A Dpcibio32.asm15 ; BIOS32 service directory and 32-bit PCI BIOS entry point
21 ; The BIOS32 service directory header must be located in the E0000h-FFFF0h
56 mov al, 80h ; Unknown service
60 mov ecx, 0f000h ; Length of service
/vbox/src/VBox/Additions/haiku/VBoxTray/
H A DVBoxDisplay.cpp96 LogRel(("VBoxDisplayService: Error starting service thread: %s\n", strerror(err)));
111 VBoxDisplayService *service = (VBoxDisplayService *)_this; local
112 return service->_ServiceThread();
/vbox/src/VBox/Main/include/
H A DHostPower.h3 * VirtualBox interface to host's power notification service
75 static void powerChangeNotificationHandler(void *pvData, io_service_t service, natural_t messageType, void *pMessageArgument);
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dip.h37 uint8_t service; member in struct:iphdr

Completed in 152 milliseconds

123