Lines Matching refs:This

4 This program and the accompanying materials
33 Test to see if this driver supports ControllerHandle. This service
40 @param[in] This Protocol instance pointer.
45 @retval EFI_SUCCESS This driver supports this device
46 @retval EFI_ALREADY_STARTED This driver is already running on this device
47 @retval other This driver does not support this device
53 IN EFI_DRIVER_BINDING_PROTOCOL *This,
67 This->DriverBindingHandle,
82 This->DriverBindingHandle,
92 Start this driver on ControllerHandle. This service is called by the
99 @param[in] This Protocol instance pointer.
104 @retval EFI_SUCCESS This driver is added to ControllerHandle
105 @retval EFI_ALREADY_STARTED This driver is already running on ControllerHandle
106 @retval other This driver does not support this device
112 IN EFI_DRIVER_BINDING_PROTOCOL *This,
128 Status = Udp4CreateService (Udp4Service, This->DriverBindingHandle, ControllerHandle);
155 Stop this driver on ControllerHandle. This service is called by the
162 @param[in] This Protocol instance pointer.
168 @retval EFI_SUCCESS This driver is removed ControllerHandle
169 @retval other This driver was not removed from this device
175 IN EFI_DRIVER_BINDING_PROTOCOL *This,
202 This->DriverBindingHandle,
246 @param[in] This Pointer to the EFI_SERVICE_BINDING_PROTOCOL instance.
261 IN EFI_SERVICE_BINDING_PROTOCOL *This,
271 if ((This == NULL) || (ChildHandle == NULL)) {
275 Udp4Service = UDP4_SERVICE_DATA_FROM_THIS (This);
368 @param[in] This Pointer to the EFI_SERVICE_BINDING_PROTOCOL instance.
382 IN EFI_SERVICE_BINDING_PROTOCOL *This,
392 if ((This == NULL) || (ChildHandle == NULL)) {
396 Udp4Service = UDP4_SERVICE_DATA_FROM_THIS (This);
479 This is the declaration of an EFI image entry point. This entry point is