Lines Matching refs:Pointer
165 * PARAMETERS: AmlBuffer - Pointer to the resource byte stream
244 * PARAMETERS: AmlBuffer - Pointer to the resource byte stream
245 * OutputBuffer - Pointer to the user's buffer
280 AmlStart = AmlBuffer->Buffer.Pointer;
306 Resource = OutputBuffer->Pointer;
315 OutputBuffer->Pointer, (UINT32) OutputBuffer->Length));
324 * PARAMETERS: PackageObject - Pointer to a package containing one
326 * OutputBuffer - Pointer to the user's buffer
391 Buffer = OutputBuffer->Pointer;
479 (UINT8 *) OutputBuffer->Pointer);
480 PathBuffer.Pointer = UserPrt->Source;
496 strcpy (UserPrt->Source, ObjDesc->String.Pointer);
547 OutputBuffer->Pointer, (UINT32) OutputBuffer->Length));
556 * PARAMETERS: ResourceList - Pointer to the resource list buffer
584 ResourceList->Pointer));
589 ResourceList->Pointer, ResourceList->Length, &AmlSizeNeeded);
608 Status = AcpiRsConvertResourcesToAml (ResourceList->Pointer,
609 AmlSizeNeeded, OutputBuffer->Pointer);
616 OutputBuffer->Pointer, (UINT32) OutputBuffer->Length));