Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
DMtftp4Driver.c147 OUT MTFTP4_SERVICE **Service in Mtftp4CreateService()
150 MTFTP4_SERVICE *MtftpSb; in Mtftp4CreateService()
154 MtftpSb = AllocatePool (sizeof (MTFTP4_SERVICE)); in Mtftp4CreateService()
232 IN MTFTP4_SERVICE *MtftpSb in Mtftp4CleanService()
265 MTFTP4_SERVICE *MtftpSb; in Mtftp4DriverBindingStart()
381 MTFTP4_SERVICE *MtftpSb; in Mtftp4DriverBindingStop()
459 IN MTFTP4_SERVICE *MtftpSb, in Mtftp4InitProtocol()
494 MTFTP4_SERVICE *MtftpSb; in Mtftp4ServiceBindingCreateChild()
632 MTFTP4_SERVICE *MtftpSb; in Mtftp4ServiceBindingDestroyChild()
DMtftp4Impl.h41 typedef struct _MTFTP4_SERVICE MTFTP4_SERVICE; typedef
103 MTFTP4_SERVICE *Service;
211 CR (a, MTFTP4_SERVICE, ServiceBinding, MTFTP4_SERVICE_SIGNATURE)
DMtftp4Support.c585 MTFTP4_SERVICE *MtftpSb; in Mtftp4OnTimerTick()
591 MtftpSb = (MTFTP4_SERVICE *) Context; in Mtftp4OnTimerTick()
DMtftp4Impl.c242 MTFTP4_SERVICE *Service; in Mtftp4GetMapping()