Lines Matching refs:Descriptor
272 No descriptor contains the desired space.
346 Retrieves the descriptor for a memory region containing a specified address.
349 @param Descriptor A pointer to a caller allocated descriptor.
351 @retval EFI_SUCCESS The descriptor for the memory resource region containing
352 BaseAddress was returned in Descriptor.
353 @retval EFI_INVALID_PARAMETER Descriptor is NULL.
361 OUT EFI_GCD_MEMORY_SPACE_DESCRIPTOR *Descriptor
564 Retrieves the descriptor for an I/O region containing a specified address.
567 @param Descriptor A pointer to a caller allocated descriptor.
569 @retval EFI_SUCCESS The descriptor for the I/O resource region containing
570 BaseAddress was returned in Descriptor.
571 @retval EFI_INVALID_PARAMETER Descriptor is NULL.
579 OUT EFI_GCD_IO_SPACE_DESCRIPTOR *Descriptor