Searched defs:MatchingHandleCount (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiHandleParsingLib/
H A DUefiHandleParsingLib.c774 If MatchingHandleCount is NULL, then ASSERT.
781 @param[in] MatchingHandleCount The pointer to UINTN that specifies the number of HANDLES in
783 @param[out] MatchingHandleBuffer On a successful return, a buffer of MatchingHandleCount
954 If MatchingHandleCount is NULL, then ASSERT.
963 @param[in] MatchingHandleCount Poitner to UINTN specifying number of HANDLES in
965 @param[out] MatchingHandleBuffer On a sucessful return a buffer of MatchingHandleCount
979 IN UINTN *MatchingHandleCount,
989 ASSERT(MatchingHandleCount != NULL);
1000 *MatchingHandleCount = 0;
1021 (*MatchingHandleCount)
975 ParseHandleDatabaseByRelationship( IN CONST EFI_HANDLE DriverBindingHandle OPTIONAL, IN CONST EFI_HANDLE ControllerHandle OPTIONAL, IN CONST UINTN Mask, IN UINTN *MatchingHandleCount, OUT EFI_HANDLE **MatchingHandleBuffer OPTIONAL ) argument
1090 ParseHandleDatabaseForChildControllers( IN CONST EFI_HANDLE ControllerHandle, IN UINTN *MatchingHandleCount, OUT EFI_HANDLE **MatchingHandleBuffer OPTIONAL ) argument
1245 ParseHandleDatabaseForChildDevices( IN CONST EFI_HANDLE DriverHandle, IN UINTN *MatchingHandleCount, OUT EFI_HANDLE **MatchingHandleBuffer OPTIONAL ) argument
[all...]

Completed in 34 milliseconds