Lines Matching refs:This

6   This program and the accompanying materials
36 This function checks to see if the driver specified by This supports the device specified by
39 ControllerHandle to determine if the driver supports ControllerHandle. This function
41 performed by this function must be very small, and take as little time as possible to execute. This
44 different driver. This function must match its calls to AllocatePages() with FreePages(),
47 already in the opened state, then it must not be closed with CloseProtocol(). This is required
50 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
51 @param[in] ControllerHandle The handle of the controller to test. This handle
54 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
63 RemainingDevicePath is supported by the driver specified by This.
66 specified by This.
72 RemainingDevicePath is not supported by the driver specified by This.
77 IN EFI_DRIVER_BINDING_PROTOCOL *This,
90 This->DriverBindingHandle,
104 This->DriverBindingHandle,
115 This service is called by the EFI boot service ConnectController(). In order to make
121 @param[in] This Protocol instance pointer.
126 @retval EFI_SUCCES This driver is added to ControllerHandle.
128 @retval other This driver does not support this device.
134 IN EFI_DRIVER_BINDING_PROTOCOL *This,
151 Status = Udp6CreateService (Udp6Service, This->DriverBindingHandle, ControllerHandle);
184 This service is called by the EFI boot service DisconnectController(). In order to
190 @param[in] This Protocol instance pointer.
196 @retval EFI_SUCCES This driver is removed ControllerHandle.
198 @retval other This driver was not removed from this device.
204 IN EFI_DRIVER_BINDING_PROTOCOL *This,
231 This->DriverBindingHandle,
274 @param[in] This Pointer to the EFI_SERVICE_BINDING_PROTOCOL instance.
280 @retval EFI_INVALID_PARAMETER This is NULL or ChildHandle is NULL.
289 IN EFI_SERVICE_BINDING_PROTOCOL *This,
299 if ((This == NULL) || (ChildHandle == NULL)) {
303 Udp6Service = UDP6_SERVICE_DATA_FROM_THIS (This);
394 @param[in] This Protocol instance pointer.
410 IN EFI_SERVICE_BINDING_PROTOCOL *This,
420 if ((This == NULL) || (ChildHandle == NULL)) {
424 Udp6Service = UDP6_SERVICE_DATA_FROM_THIS (This);
507 This is the declaration of an EFI image entry point. This entry point is