Home
last modified time | relevance | path

Searched refs:MTFTP6_SERVICE (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
DMtftp6Driver.c45 IN MTFTP6_SERVICE *Service in Mtftp6DestroyService()
83 OUT MTFTP6_SERVICE **Service in Mtftp6CreateService()
86 MTFTP6_SERVICE *Mtftp6Srv; in Mtftp6CreateService()
92 Mtftp6Srv = AllocateZeroPool (sizeof (MTFTP6_SERVICE)); in Mtftp6CreateService()
207 IN MTFTP6_SERVICE *Service, in Mtftp6CreateInstance()
372 MTFTP6_SERVICE *Service; in Mtftp6DriverBindingStart()
471 MTFTP6_SERVICE *Service; in Mtftp6DriverBindingStop()
559 MTFTP6_SERVICE *Service; in Mtftp6ServiceBindingCreateChild()
659 MTFTP6_SERVICE *Service; in Mtftp6ServiceBindingDestroyChild()
DMtftp6Impl.h34 typedef struct _MTFTP6_SERVICE MTFTP6_SERVICE; typedef
51 #define MTFTP6_SERVICE_FROM_THIS(a) CR (a, MTFTP6_SERVICE, ServiceBinding, MTFTP6_SERVICE_SIGNAT…
70 MTFTP6_SERVICE *Service;
DMtftp6Impl.c141 MTFTP6_SERVICE *Service; in EfiMtftp6Configure()
DMtftp6Support.c1156 MTFTP6_SERVICE *Service; in Mtftp6OnTimerTick()
1163 Service = (MTFTP6_SERVICE *) Context; in Mtftp6OnTimerTick()