Home | History | Annotate | Download | only in Mtftp6Dxe

Lines Matching defs:Mtftp6

3   implementation for Mtftp6 Driver.

36 Destroy the MTFTP6 service. The MTFTP6 service may be partly initialized,
40 @param[in] Service The MTFTP6 service to be destroyed.
66 Create then initialize a MTFTP6 service binding instance.
68 @param[in] Controller The controller to install the MTFTP6 service
70 @param[in] Image The driver binding image of the MTFTP6 driver.
129 // and Mtftp6 driver.
151 Destroy the MTFTP6 instance and recycle the resources.
153 @param[in] Instance The pointer to the MTFTP6 instance.
196 Create the MTFTP6 instance and initialize it.
198 @param[in] Service The pointer to the MTFTP6 service.
199 @param[out] Instance The pointer to the MTFTP6 instance.
202 @retval EFI_SUCCESS The MTFTP6 instance is created.
225 &Mtftp6Ins->Mtftp6,
283 Entry point of the MTFTP6 driver to install various protocols.
392 // Create Mtftp6 service for this Nic handle
420 // Install the Mtftp6 service on the Nic handle.
478 // Locate the Nic handle to retrieve the Mtftp6 private data.
503 // Destroy the Mtftp6 child instance in ChildHandleBuffer.
519 // Destroy the Mtftp6 service if there is no Mtftp6 child instance left.
580 // Install the Mtftp6 protocol on the new child handle.
585 &Instance->Mtftp6,
611 &Instance->Mtftp6,
619 // Add the new Mtftp6 instance into the children list of Mtftp6 service.
661 EFI_MTFTP6_PROTOCOL *Mtftp6;
670 // Locate the Nic handle to retrieve the Mtftp6 private data.
675 (VOID **) &Mtftp6,
685 Instance = MTFTP6_INSTANCE_FROM_THIS (Mtftp6);
729 // Uninstall the MTFTP6 protocol first to enable a top down destruction.
735 Mtftp6
745 // Remove the Mtftp6 instance from the children list of Mtftp6 service.