Searched defs:Service (Results 1 - 24 of 24) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Impl.c141 MTFTP6_SERVICE *Service; local
158 Service = Instance->Service;
193 Service->Controller,
194 Service->Image,
394 in the Packet. Call the EFI Boot Service FreePool() to
H A DMtftp6Driver.c2 Driver Binding functions and Service Binding functions
40 @param[in] Service The MTFTP6 service to be destroyed.
45 IN MTFTP6_SERVICE *Service
51 ASSERT (Service->ChildrenNum == 0);
53 if (Service->DummyUdpIo != NULL) {
54 UdpIoFreeIo (Service->DummyUdpIo);
57 if (Service->Timer != NULL) {
58 gBS->CloseEvent (Service->Timer);
61 FreePool (Service);
71 @param[out] Service Th
207 Mtftp6CreateInstance( IN MTFTP6_SERVICE *Service, OUT MTFTP6_INSTANCE **Instance ) argument
334 MTFTP6_SERVICE *Service; local
433 MTFTP6_SERVICE *Service; local
526 MTFTP6_SERVICE *Service; local
626 MTFTP6_SERVICE *Service; local
[all...]
H A DMtftp6Impl.h69 MTFTP6_SERVICE *Service; member in struct:_MTFTP6_INSTANCE
271 in the Packet. Call the EFI Boot Service FreePool() to
H A DMtftp6Support.c1132 MTFTP6_SERVICE *Service; local
1139 Service = (MTFTP6_SERVICE *) Context;
1145 NET_LIST_FOR_EACH_SAFE (Entry, Next, &Service->Children) {
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Driver.c2 Driver Binding functions and Service Binding functions
89 @param[in, out] Service The pointer to Dhcp6 service to be destroyed.
94 IN OUT DHCP6_SERVICE *Service
100 ASSERT (Service->NumOfChild == 0);
102 if (Service->ClientId != NULL) {
103 FreePool (Service->ClientId);
106 if (Service->UdpIo != NULL) {
107 UdpIoFreeIo (Service->UdpIo);
110 FreePool (Service);
120 @param[out] Service Th
262 Dhcp6CreateInstance( IN DHCP6_SERVICE *Service, OUT DHCP6_INSTANCE **Instance ) argument
409 DHCP6_SERVICE *Service; local
490 DHCP6_SERVICE *Service; local
590 DHCP6_SERVICE *Service; local
706 DHCP6_SERVICE *Service; local
[all...]
H A DDhcp6Impl.c78 DHCP6_SERVICE *Service; local
85 Service = Instance->Service;
125 Service->UdpIo,
127 Service,
143 Service->UdpIo->Protocol.Udp6->Poll (Service->UdpIo->Protocol.Udp6);
182 DHCP6_SERVICE *Service; local
189 Service = Instance->Service;
270 DHCP6_SERVICE *Service; local
416 DHCP6_SERVICE *Service; local
609 DHCP6_SERVICE *Service; local
766 DHCP6_SERVICE *Service; local
889 DHCP6_SERVICE *Service; local
1030 DHCP6_SERVICE *Service; local
[all...]
H A DDhcp6Io.c806 DHCP6_SERVICE *Service; local
808 Service = Instance->Service;
858 Service->UdpIo,
894 DHCP6_SERVICE *Service; local
901 Service = Instance->Service;
902 ClientId = Service->ClientId;
905 ASSERT (Service->ClientId != NULL);
927 Packet->Dhcp6.Header.TransactionId = Service
1053 DHCP6_SERVICE *Service; local
1212 DHCP6_SERVICE *Service; local
1346 DHCP6_SERVICE *Service; local
1483 DHCP6_SERVICE *Service; local
1663 DHCP6_SERVICE *Service; local
1786 DHCP6_SERVICE *Service; local
2406 DHCP6_SERVICE *Service; local
2517 DHCP6_SERVICE *Service; local
2630 DHCP6_SERVICE *Service; local
[all...]
H A DDhcp6Impl.h121 #define DHCP6_SERVICE_FROM_THIS(Service) CR ((Service), DHCP6_SERVICE, ServiceBinding, DHCP6_SERVICE_SIGNATURE)
235 DHCP6_SERVICE *Service; member in struct:_DHCP6_INSTANCE
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6If.h115 IP6_SERVICE *Service; member in struct:_IP6_INTERFACE
H A DIp6Impl.h140 IP6_SERVICE *Service; member in struct:_IP6_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Impl.h64 DHCP_SERVICE *Service; member in struct:_DHCP_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Impl.c228 MTFTP4_SERVICE *Service; local
235 Service = Instance->Service;
239 Service->TimerToGetMap,
247 while (!EFI_ERROR (gBS->CheckEvent (Service->TimerToGetMap))) {
705 EFI Boot Service FreePool() to release theOptionList
H A DMtftp4Impl.h104 MTFTP4_SERVICE *Service; member in struct:_MTFTP4_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Impl.h125 IP4_SERVICE *Service; member in struct:_IP4_PROTOCOL
/vbox/src/VBox/HostServices/GuestControl/
H A Dservice.cpp3 * Guest Control Service: Controlling the guest.
18 /** @page pg_svc_guest_control Guest Control HGCM Service
890 class Service : public RTCNonCopyable class in namespace:guestControl
896 typedef Service SELF;
912 explicit Service(PVBOXHGCMSVCHELPERS pHelpers) function in class:guestControl::Service
1038 int Service::clientConnect(uint32_t u32ClientID, void *pvClient)
1065 int Service::clientDisconnect(uint32_t u32ClientID, void *pvClient)
1137 int Service::clientGetCommand(uint32_t u32ClientID, VBOXHGCMCALLHANDLE callHandle,
1167 int Service::clientSetMsgFilterSet(uint32_t u32ClientID, VBOXHGCMCALLHANDLE callHandle,
1210 int Service
[all...]
/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp3 * Guest Property Service: Host service entry points.
18 /** @page pg_svc_guest_properties Guest Property HGCM Service
162 class Service : public RTCNonCopyable class in namespace:guestProp
166 typedef Service SELF;
279 explicit Service(PVBOXHGCMSVCHELPERS pHelpers) function in class:guestProp::Service
406 uint64_t Service::getCurrentTimestamp(void)
430 int Service::validateName(const char *pszName, uint32_t cbName)
453 int Service::validateValue(const char *pszValue, uint32_t cbValue)
475 int Service::setPropertyBlock(uint32_t cParms, VBOXHGCMSVCPARM paParms[])
565 int Service
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c1802 EFI_SERVICE_BINDING_PROTOCOL *Service; local
1813 (VOID **) &Service,
1826 Status = Service->CreateChild (Service, ChildHandle);
1857 EFI_SERVICE_BINDING_PROTOCOL *Service; local
1867 (VOID **) &Service,
1880 Status = Service->DestroyChild (Service, ChildHandle);
1887 There should be MNP Service Binding Protocol installed on the input ServiceHandle.
2059 There should be MNP Service Bindin
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dntsecapi.h136 Service, enumerator in enum:_SECURITY_LOGON_TYPE
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/ws/ javax/xml/ws/handler/ ...
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dntsecapi.h132 Service, enumerator in enum:_SECURITY_LOGON_TYPE
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvIOC.h431 } Service; member in union:SUPLDRLOAD::__anon16290::__anon16291::__anon16292

Completed in 114 milliseconds