Lines Matching defs:ControllerHandle

37                                    by ControllerHandle and the child controller specified 
42 @retval EFI_UNSUPPORTED The device specified by ControllerHandle and
74 ControllerHandle. Drivers typically use the device path attached to
75 ControllerHandle and/or the services from the bus I/O abstraction attached to
76 ControllerHandle to determine if the driver supports ControllerHandle. This function
80 device specified by ControllerHandle may already be managed by the same driver or a
83 Since ControllerHandle may have been previously started by the same driver, if a protocol is
85 to guarantee the state of ControllerHandle is not modified by this function.
88 @param[in] ControllerHandle The handle of the controller to test. This handle
95 by ControllerHandle and the child controller specified
99 @retval EFI_SUCCESS The device specified by ControllerHandle and
101 @retval EFI_ALREADY_STARTED The device specified by ControllerHandle and
104 @retval EFI_ACCESS_DENIED The device specified by ControllerHandle and
108 @retval EFI_UNSUPPORTED The device specified by ControllerHandle and
115 IN EFI_HANDLE ControllerHandle,
123 ControllerHandle,
127 ControllerHandle,
134 ControllerHandle,
138 ControllerHandle,
152 ControllerHandle,
156 ControllerHandle,
165 ControllerHandle,
169 ControllerHandle,
189 @param[in] ControllerHandle Handle of the controller.
203 IN EFI_HANDLE ControllerHandle,
246 ControllerHandle,
250 ControllerHandle,
258 ControllerHandle,
262 ControllerHandle,
272 Status = IScsiAddNic (ControllerHandle);
280 Private = IScsiCreateDriverData (Image, ControllerHandle);
287 // via BY_DRIVER. That is, establishing the relationship between ControllerHandle and ChildHandle.
292 ControllerHandle,
307 ControllerHandle,
317 // keep the relationship between ControllerHandle and ChildHandle.
320 &ControllerHandle,
786 1. ControllerHandle must be a valid EFI_HANDLE.
793 @param[in] ControllerHandle The handle of the controller to start. This handle
818 IN EFI_HANDLE ControllerHandle,
825 V4Status = IScsiStart (This->DriverBindingHandle, ControllerHandle, IP_VERSION_4);
830 V6Status = IScsiStart (This->DriverBindingHandle, ControllerHandle, IP_VERSION_6);
851 1. ControllerHandle must be a valid EFI_HANDLE that was used on a previous call to this
856 ControllerHandle with an Attribute of EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER.
859 @param[in] ControllerHandle A handle to the device being stopped. The handle must
874 IN EFI_HANDLE ControllerHandle,
899 ControllerHandle,
932 IScsiController = NetLibGetNicHandle (ControllerHandle, &gEfiTcp4ProtocolGuid);
938 IScsiController = NetLibGetNicHandle (ControllerHandle, &gEfiTcp6ProtocolGuid);
950 ControllerHandle,