Lines Matching full:specified
25 it further tests to see if this driver supports creating a handle for the specified child device.
27 This function checks to see if the driver specified by This supports the device specified by
34 device specified by ControllerHandle may already be managed by the same driver or a
48 the bus driver must determine if the bus controller specified
49 by ControllerHandle and the child controller specified
53 @retval EFI_SUCCESS The device specified by ControllerHandle and
54 RemainingDevicePath is supported by the driver specified by This.
55 @retval EFI_ALREADY_STARTED The device specified by ControllerHandle and
57 specified by This.
58 @retval EFI_ACCESS_DENIED The device specified by ControllerHandle and
62 @retval EFI_UNSUPPORTED The device specified by ControllerHandle and
63 RemainingDevicePath is not supported by the driver specified by This.
116 @retval EFI_DEVICE_ERROR Can't find the NicHandle from the ControllerHandle and specified GUID.