Lines Matching defs:Handle
268 * PARAMETERS: Handle - Handle to be converted to a pathname
275 * the Handle parameter. This and the AcpiPathnameToHandle are
282 ACPI_HANDLE Handle,
317 Status = AcpiNsHandleToPathname (Handle, Buffer,
324 Status = AcpiNsHandleToName (Handle, Buffer);
370 * PARAMETERS: Handle - Object Handle
396 ACPI_HANDLE Handle,
417 if (!Handle || !ReturnBuffer)
428 Node = AcpiNsValidateHandle (Handle);