Lines Matching defs:Handle
269 * PARAMETERS: Handle - Handle to be converted to a pathname
276 * the Handle parameter. This and the AcpiPathnameToHandle are
283 ACPI_HANDLE Handle,
318 Status = AcpiNsHandleToPathname (Handle, Buffer,
325 Status = AcpiNsHandleToName (Handle, Buffer);
371 * PARAMETERS: Handle - Object Handle
397 ACPI_HANDLE Handle,
418 if (!Handle || !ReturnBuffer)
429 Node = AcpiNsValidateHandle (Handle);