Home | History | Annotate | Download | only in examples

Lines Matching refs:Pointer

557     ArgList.Pointer = Arg;
560 Arg[0].String.Pointer = "Windows 2001";
561 Arg[0].String.Length = strlen (Arg[0].String.Pointer);
585 Object = ReturnValue.Pointer;
599 AcpiOsFree (ReturnValue.Pointer);
625 ArgList.Pointer = Arg;
628 Arg[0].String.Pointer = "Method [MAIN] is executing";
629 Arg[0].String.Length = strlen (Arg[0].String.Pointer);
642 if (ReturnValue.Pointer)
646 Object = ReturnValue.Pointer;
650 Object->String.Pointer);
653 ACPI_FREE (ReturnValue.Pointer);