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

1234

/haiku-fatelf/src/bin/iasl/
H A Dosunixxf.c272 * PARAMETERS: Pointer - Area to be verified
283 void *Pointer,
295 * PARAMETERS: Pointer - Area to be verified
306 void *Pointer,
462 * RETURN: Pointer to mapped memory. Null on error.
508 * RETURN: Pointer to the new allocation. Null on error.
531 * PARAMETERS: mem Pointer to previously allocated memory
1118 * Info Pointer to function-dependent structure
282 AcpiOsReadable( void *Pointer, ACPI_SIZE Length) argument
305 AcpiOsWritable( void *Pointer, ACPI_SIZE Length) argument
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsopcode.c632 Status = AcpiTbFindTable (Operand[0]->String.Pointer,
633 Operand[1]->String.Pointer, Operand[2]->String.Pointer,
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwxfsleep.c411 ArgList.Pointer = &Arg;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl.h143 #define ACPI_SIG_RSDP "RSD PTR " /* Root System Description Pointer */
214 * RSDP - Root System Description Pointer (Signature is "RSD PTR ")
464 ACPI_TABLE_HEADER *Pointer; member in struct:acpi_table_desc
H A Dactypes.h514 /* Pointer manipulation */
521 /* Pointer/Integer type conversions */
912 char *Pointer; /* points to the string value */ member in struct:acpi_object::__anon1339
919 UINT8 *Pointer; /* points to the buffer */ member in struct:acpi_object::__anon1340
926 union acpi_object *Elements; /* Pointer to an array of ACPI_OBJECTs */
960 ACPI_OBJECT *Pointer; member in struct:acpi_object_list
975 void *Pointer; /* pointer to buffer */ member in struct:acpi_buffer
H A Dacresrc.h207 const char **Pointer; member in struct:acpi_rsdump_info
H A Dacutils.h450 void *Pointer);
/haiku-fatelf/src/system/boot/platform/u-boot/
H A Dstart.cpp101 gKernelArgs.kernel_image.Pointer());
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsutils.c179 AcpiOsPrintf ("[%s] (Node %p)", (char *) Buffer.Pointer, Node);
180 ACPI_FREE (Buffer.Pointer);
H A Dnsxfname.c143 * Pathname - Pointer to an asciiz string containing the
236 * RETURN: Pointer to a string containing the fully qualified Name.
302 ACPI_MOVE_NAME (Buffer->Pointer, AcpiUtGetNodeName (Node));
303 ((char *) Buffer->Pointer) [ACPI_NAME_SIZE] = 0;
320 * PARAMETERS: Dest - Pointer to the destination PNP_DEVICE_ID
321 * Source - Pointer to the source PNP_DEVICE_ID
322 * StringArea - Pointer to where to copy the dest string
324 * RETURN: Pointer to the next string area
H A Dnsaccess.c269 ObjDesc->String.Pointer = Val;
H A Dnsalloc.c218 ObjDesc->Data.Handler (Node, ObjDesc->Data.Pointer);
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutmisc.c350 * PARAMETERS: OwnerIdPtr - Pointer to a previously allocated OwnerID
778 AcpiUtGetTypeName (Type), (char *) Buffer.Pointer);
788 ACPI_FREE (Buffer.Pointer);
H A Dutxface.c273 InfoPtr = (ACPI_SYSTEM_INFO *) OutBuffer->Pointer;
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dlong.cpp269 gKernelArgs.kernel_image.Pointer()));
335 gKernelArgs.kernel_image.Pointer());
/haiku-fatelf/src/kits/network/libnetapi/
H A DUrlProtocolHttp.cpp69 fOptHeaders = reinterpret_cast<BHttpHeaders*>(option.Pointer());
85 fOptPostFields = reinterpret_cast<BHttpForm*>(option.Pointer());
92 fOptInputData = reinterpret_cast<BDataIO*>(option.Pointer());
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexoparg1.c1028 Operand[0]->String.Pointer,
1092 TempDesc->Buffer.Pointer[Operand[0]->Reference.Value]);
H A Dexfldio.c535 (ObjDesc->BufferField.BufferObj)->Buffer.Pointer +
546 ACPI_MEMCPY ((ObjDesc->BufferField.BufferObj)->Buffer.Pointer +
H A Dexprep.c576 ObjDesc->Field.ResourceBuffer = SecondDesc->Buffer.Pointer;
/haiku-fatelf/src/system/kernel/arch/x86/timers/
H A Dx86_hpet.cpp224 sHPETRegs = (struct hpet_regs *)args->arch_args.hpet.Pointer();
/haiku-fatelf/src/system/boot/loader/
H A Dmenu.cpp537 ring_buffer* buffer = (ring_buffer*)gKernelArgs.debug_output.Pointer();
599 = (ring_buffer*)gKernelArgs.debug_output.Pointer();
904 = (ring_buffer*)gKernelArgs.debug_output.Pointer();
/haiku-fatelf/src/bin/coreutils/lib/
H A Dselect.c67 PVOID Pointer; member in union:_IO_STATUS_BLOCK::__anon3343
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devregion.c451 * Value - Pointer to in or out value, must be
1425 Args.Pointer = Objects;
/haiku-fatelf/src/system/kernel/debug/
H A Ddebug.cpp1405 syslog_write((const char*)args->debug_output.Pointer(),
/haiku-fatelf/src/build/libbe/app/
H A DMessage.cpp1706 DEFINE_HAS_FUNCTION(Pointer, B_POINTER_TYPE);

Completed in 273 milliseconds

1234