Searched refs:Pointer (Results 51 - 75 of 84) sorted by relevance

1234

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsrepair2.c302 * ReturnObjectPtr - Pointer to the object returned from the
345 * RETURN: Pointer to entry in repair table. NULL indicates not found.
380 * ReturnObjectPtr - Pointer to the object returned from the
411 * ReturnObjectPtr - Pointer to the object returned from the
472 ByteBuffer = ReturnObject->Buffer.Pointer;
474 BufferObject->Buffer.Pointer);
508 * ReturnObjectPtr - Pointer to the object returned from the
582 * ReturnObjectPtr - Pointer to the object returned from the
677 * ReturnObjectPtr - Pointer to the object returned from the
734 Source = ReturnObject->String.Pointer;
[all...]
H A Dnsobject.c522 DataDesc->Data.Pointer = Data;
620 *Data = ObjDesc->Data.Pointer;
H A Dnsutils.c209 AcpiOsPrintf ("%s", (char *) Buffer.Pointer);
210 ACPI_FREE (Buffer.Pointer);
H A Dnsalloc.c258 ObjDesc->Data.Handler (Node, ObjDesc->Data.Pointer);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutobject.c275 * RETURN: Pointer to a new Package object, null on failure
324 * RETURN: Pointer to a new Integer object, null on failure
359 * RETURN: Pointer to a new Buffer object, null on failure
404 BufferDesc->Buffer.Pointer = Buffer;
421 * RETURN: Pointer to a new String object
462 StringDesc->String.Pointer = String;
529 * RETURN: Pointer to newly allocated object descriptor. Null on error
H A Dutresrc.c278 * PARAMETERS: Aml - Pointer to the raw AML resource template
412 * Aml - Pointer to the raw AML resource descriptor
592 * PARAMETERS: Aml - Pointer to the raw AML resource descriptor
632 * PARAMETERS: Aml - Pointer to the raw AML resource descriptor
679 * PARAMETERS: Aml - Pointer to the raw AML resource descriptor
711 * PARAMETERS: Aml - Pointer to the raw AML resource descriptor
766 *EndTag = ObjDesc->Buffer.Pointer;
772 Status = AcpiUtWalkAmlResources (NULL, ObjDesc->Buffer.Pointer,
H A Dutdebug.c463 * Pointer - Pointer to display
478 const void *Pointer)
490 "%s %p\n", AcpiGbl_FunctionEntryPrefix, Pointer);
725 * Ptr - Pointer to display
809 * Pointer - Pointer to the related object
H A Dutxface.c282 InfoPtr = (ACPI_SYSTEM_INFO *) OutBuffer->Pointer;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacpiosxf.h543 void *Pointer,
550 void *Pointer,
H A Dactypes.h650 /* Pointer manipulation */
658 /* Pointer/Integer type conversions */
1088 char *Pointer; /* points to the string value */ member in struct:acpi_object::__anon20
1095 UINT8 *Pointer; /* points to the buffer */ member in struct:acpi_object::__anon21
1102 union acpi_object *Elements; /* Pointer to an array of ACPI_OBJECTs */
1136 ACPI_OBJECT *Pointer; member in struct:acpi_object_list
1161 void *Pointer; /* pointer to buffer */ member in struct:acpi_buffer
1485 void *Pointer; member in struct:acpi_data_table_mapping
H A Dactbl.h180 #define ACPI_SIG_RSDP "RSD PTR " /* Root System Description Pointer */
252 * RSDP - Root System Description Pointer (Signature is "RSD PTR ")
512 ACPI_TABLE_HEADER *Pointer; member in struct:acpi_table_desc
H A Dacresrc.h244 const char **Pointer; member in struct:acpi_rsdump_info
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexstore.c460 Value = SourceDesc->Buffer.Pointer[0];
475 ObjDesc->Buffer.Pointer[IndexDesc->Reference.Value] = Value;
H A Dexoparg1.c1068 Operand[0]->String.Pointer,
1147 TempDesc->Buffer.Pointer[Operand[0]->Reference.Value]);
H A Dexcreate.c365 * PARAMETERS: AmlStart - Pointer to the region declaration AML
454 ObjDesc->Region.Pointer = NULL;
H A Dexfldio.c571 (ObjDesc->BufferField.BufferObj)->Buffer.Pointer +
582 memcpy ((ObjDesc->BufferField.BufferObj)->Buffer.Pointer +
H A Dexprep.c625 SecondDesc->Buffer.Pointer;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/tables/
H A Dtbutils.c288 memcpy (NewTable, TableDesc->Pointer, TableDesc->Length);
308 * PARAMETERS: TableEntry - Pointer to the RSDT/XSDT table entry
372 * PARAMETERS: RsdpAddress - Pointer to the RSDP
579 *OutTable = TableDesc->Pointer;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devrgnini.c653 LocalRegionContext->Pointer = RegionDesc->Region.Pointer;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwxfsleep.c213 * PARAMETERS: Facs - Pointer to FACS table
481 ArgList.Pointer = &Arg;
/haiku/src/system/boot/platform/bios_ia32/
H A Dlong.cpp273 gKernelArgs.kernel_image.Pointer()));
350 gKernelArgs.kernel_image.Pointer());
/haiku/src/system/boot/platform/u-boot/
H A Dstart.cpp108 gKernelArgs.kernel_image.Pointer());
/haiku/src/system/boot/platform/next_m68k/
H A Dstart.cpp80 gKernelArgs.kernel_image.Pointer());
/haiku/src/system/kernel/arch/x86/timers/
H A Dx86_hpet.cpp225 sHPETRegs = (struct hpet_regs *)args->arch_args.hpet.Pointer();
/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_smp.cpp212 TRACE("smp: apic (mapped) = %lx\n", (addr_t)gKernelArgs.arch_args.apic.Pointer());

Completed in 120 milliseconds

1234