Searched defs:service (Results 1 - 18 of 18) sorted by relevance

/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 DnsComponentManager.cpp387 // Release any service reference
836 NS_WARNING("No Component Registry file was found in the directory service");
1866 cid + NS_LITERAL_CSTRING("\" when a service for this CID already exists!");
1946 NS_LITERAL_CSTRING("\" when a service for this CID already exists! "
1947 "Add it to abusedContracts to track down the service consumer.");
2034 // test this first, since there's no point in returning a service during
2043 fprintf(stderr, "Getting service on shutdown. Denied.\n"
2072 nsCOMPtr<nsISupports> service;
2073 // We need to not be holding the service manager's monitor while calling
2075 // the service manage
2248 nsCOMPtr<nsISupports> service; local
2293 nsCOMPtr<nsISupports> service; local
2368 nsCOMPtr<nsISupports> service; local
2423 ReleaseService(const nsCID& aClass, nsISupports* service, nsIShutdownListener* shutdownListener) argument
2431 ReleaseService(const char* aContractID, nsISupports* service, nsIShutdownListener* shutdownListener) argument
[all...]
/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();
H A DVBoxClipboard.cpp114 LogRel(("VBoxClipboardService: Error starting service thread: %ld\n", err));
120 LogRel(("VBoxClipboardService: Error starting service thread: %d\n", rc));
363 VBoxClipboardService *service = (VBoxClipboardService *)_this; local
364 return service->_ServiceThread();
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dip.h37 uint8_t service; member in struct:iphdr
/vbox/src/VBox/Additions/haiku/VBoxMouse/
H A DVBoxMouse.cpp167 LogRel(("VBoxMouse: Error starting service thread: 0x%08lx\n",
195 LogRel(("VBoxMouse::Start Error starting service thread: 0x%08lx\n", err));
249 VBoxMouse *service = (VBoxMouse *)_this; local
250 return service->_ServiceThread();
/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/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 Dmultiwait.c508 PRFileDesc *listener, *service; local
536 service = PR_Accept(listener, &client_address, PR_INTERVAL_NO_TIMEOUT);
537 if (NULL == service)
545 desc_in = CreateRecvWait(service, shared->timeout);
578 ** Use worker_threads threads to service how every many open ports
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/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp490 * Lazy connect to the core graphics service.
1751 static IOUSBDeviceInterface ** darwinQueryUsbHidInterfaceInterface(io_service_t service) argument
1757 rc = IOCreatePlugInInterfaceForService(service, kIOUSBInterfaceUserClientTypeID,
1876 io_service_t service; local
1879 while ((service = IOIteratorNext(iter)))
1883 IOUSBDeviceInterface **ppUsbDeviceInterface = darwinQueryUsbHidInterfaceInterface(service);
1900 rc = IOServiceAddInterestNotification(pHidState->pNotificationPrortRef, service, kIOGeneralInterest,
1912 IOObjectRelease(service);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp79 # include "HGCM.h" /** @todo It should be possible to register a service
156 io_service_t service = IOServiceGetMatchingService(kIOMasterPortDefault, local
158 if (!service)
162 kern_return_t kr = IOServiceOpen(service, mach_task_self(), 0, &port);
163 IOObjectRelease(service);
2960 /* Load the service */
2970 LogRel(("Shared clipboard service loaded\n"));
2974 /* Setup the service. */
3013 /* Load the service */
3017 LogRel(("Drag and drop service i
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Djaxws-rt.jar ... .w3c.dom.NodeList refParams String ns String service String prefix String name String ns String portType String prefix ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp5651 /* The VM is not running or the service is not (yet) accessible */
5811 /* The VM is not running or the service is not (yet) accessible */
5829 /* The VM is not running or the service is not (yet) accessible */
5958 /* The VM is not running or the service is not (yet) accessible */
12504 USBProxyService *service = mParent->i_host()->i_usbProxyService(); local
12505 if (service)
12506 service->detachAllDevicesFromVM(this, true /* aDone */, true /* aAbnormal */);
12580 /* Remove all references to the NAT network service. The service will stop
12978 /* If we didn't reference the NAT network service ye
13178 USBProxyService *service = mParent->i_host()->i_usbProxyService(); local
13205 USBProxyService *service = mParent->i_host()->i_usbProxyService(); local
13232 USBProxyService *service = mParent->i_host()->i_usbProxyService(); local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h1517 int service; member in struct:get_socket_event_request
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h1364 int service; member in struct:get_socket_event_request

Completed in 222 milliseconds