Lines Matching refs:Handle
117 Create a handle from an ACPI opcode
120 @param[out] Handle Upon return, holds the handle.
123 @retval EFI_INVALID_PARAMETER Buffer is NULL or Handle is NULL or Buffer points to an
131 OUT EFI_ACPI_HANDLE *Handle
135 Create a handle for the first ACPI opcode in an ACPI system description table.
138 @param[out] Handle On return, points to the newly created ACPI handle.
140 @retval EFI_SUCCESS Handle created successfully.
147 OUT EFI_ACPI_HANDLE *Handle
151 Close an ACPI handle.
153 @param[in] Handle Returns the handle.
156 @retval EFI_INVALID_PARAMETER Handle is NULL or does not refer to a valid ACPI object.
161 IN EFI_ACPI_HANDLE Handle
167 @param[in] ParentHandle Parent handle.
168 @param[in, out] Handle On entry, points to the previously returned handle or NULL to start with the first
169 handle. On return, points to the next returned ACPI handle or NULL if there are no
179 IN OUT EFI_ACPI_HANDLE *Handle
185 @param[in] Handle ACPI object handle.
198 IN EFI_ACPI_HANDLE Handle,
208 @param[in] Handle ACPI object handle.
215 @retval EFI_INVALID_PARAMETER Handle is NULL or does not refer to a valid ACPI object.
223 IN EFI_ACPI_HANDLE Handle,
230 Returns the handle of the ACPI object representing the specified ACPI path
232 @param[in] HandleIn Points to the handle of the object representing the starting point for the path search.