Home | History | Annotate | Download | only in Protocol

Lines Matching defs:Query

30   The UEFI driver must call Query early in the Start() function

34 Information returned from Query may lead to the drivers Start()
37 the driver must call Query after the child handle has been created
40 return by Query may lead the driver to decide to not create the
43 The UEFI driver repeatedly calls Query, processes the information
45 arguments returned from Query. The Instance value passed into
47 call to Query. The UEFI driver must continuously call Query and
48 Response until EFI_NOT_FOUND is returned by Query.
52 must then continue calling Query and Response until EFI_NOT_FOUND
53 is returned by Query. This gives the platform an opportunity to
58 increment the Instance value by one for each successive call to Query.
76 return the first query data. The caller should
201 /// again. On additional Query calls from this ControllerHandle,
204 /// ParameterTypeGuid is supported by the platform, Query
213 The UEFI driver repeatedly calls Query, processes the
215 in the arguments returned from Query. The UEFI driver must
216 continuously call Query until EFI_NOT_FOUND is returned. For
217 every call to Query that returns EFI_SUCCESS a corrisponding
239 Query().
241 @param Instance Instance data passed to Query().
243 @param ParameterTypeGuid ParameterTypeGuid returned from Query.
245 @param ParameterBlock ParameterBlock returned from Query.
247 @param ParameterBlockSize The ParameterBlock size returned from Query.
280 /// UEFI driver to query the platform for configuration information.
281 /// The UEFI driver calls Query() multiple times to get
283 /// Query() there must be a matching call to Response() so the
285 /// information passed in from Query(). It's legal for a UEFI
287 /// understand the data returned via Query() and thus no action was
291 EFI_PLATFORM_TO_DRIVER_CONFIGURATION_QUERY Query;