Searched refs:Pointer (Results 101 - 125 of 189) sorted by relevance

12345678

/freebsd-11-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsobject.c517 DataDesc->Data.Pointer = Data;
615 *Data = ObjDesc->Data.Pointer;
H A Dnsutils.c209 AcpiOsPrintf ("%s", (char *) Buffer.Pointer);
210 ACPI_FREE (Buffer.Pointer);
/freebsd-11-stable/sys/contrib/dev/acpica/components/tables/
H A Dtbutils.c288 memcpy (NewTable, TableDesc->Pointer, TableDesc->Length);
308 * PARAMETERS: TableEntry - Pointer to the RSDT/XSDT table entry
371 * PARAMETERS: RsdpAddress - Pointer to the RSDP
577 *OutTable = TableDesc->Pointer;
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Dasloffset.c482 strcat (MsgBuffer, &((char *) TargetPath.Pointer)[1]);
484 ACPI_FREE (TargetPath.Pointer);
H A Daslfold.c784 Op->Asl.AmlLength = strlen (ObjDesc->String.Pointer) + 1;
785 Op->Common.Value.String = ObjDesc->String.Pointer;
821 DataOp->Asl.Value.String = (char *) ObjDesc->Buffer.Pointer;
/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexstore.c460 Value = SourceDesc->Buffer.Pointer[0];
475 ObjDesc->Buffer.Pointer[IndexDesc->Reference.Value] = Value;
H A Dexmisc.c562 Compare = memcmp (Operand0->Buffer.Pointer,
563 LocalOperand1->Buffer.Pointer,
H A Dexoparg1.c1050 Operand[0]->String.Pointer,
1129 TempDesc->Buffer.Pointer[Operand[0]->Reference.Value]);
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutdebug.c458 * Pointer - Pointer to display
473 const void *Pointer)
485 "%s %p\n", AcpiGbl_FunctionEntryPrefix, Pointer);
720 * Ptr - Pointer to display
804 * Pointer - Pointer to the related object
H A Dutxface.c282 InfoPtr = (ACPI_SYSTEM_INFO *) OutBuffer->Pointer;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h222 const Value *Pointer = local
224 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(Pointer)) {
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_cpu.c265 buf.Pointer = NULL;
273 obj = (ACPI_OBJECT *)buf.Pointer;
348 buf.Pointer = NULL;
356 obj = (ACPI_OBJECT *)buf.Pointer;
431 arglist.Pointer = &arg;
435 arg.Buffer.Pointer = (uint8_t *)cap_set;
828 buf.Pointer = NULL;
835 top = (ACPI_OBJECT *)buf.Pointer;
838 AcpiOsFree(buf.Pointer);
958 AcpiOsFree(buf.Pointer);
[all...]
H A Dacpi_ec.c359 buf.Pointer = NULL;
393 obj = (ACPI_OBJECT *)buf.Pointer;
439 if (buf.Pointer)
440 AcpiOsFree(buf.Pointer);
/freebsd-11-stable/sys/dev/acpi_support/
H A Dacpi_ibm.c445 result.Pointer = &out_obj;
448 input.Pointer = params;
601 args.Pointer = arg;
1095 Args.Pointer = &Arg;
1149 Args.Pointer = &Arg;
1187 Args.Pointer = &Arg;
1233 Args.Pointer = &Arg;
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_bios.c165 atrm_arg.Pointer = &atrm_arg_elements[0];
179 obj = (ACPI_OBJECT *)buffer.Pointer;
180 memcpy(bios+offset, obj->Buffer.Pointer, obj->Buffer.Length);
182 AcpiOsFree(buffer.Pointer);
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactypes.h650 /* Pointer manipulation */
658 /* Pointer/Integer type conversions */
1071 char *Pointer; /* points to the string value */ member in struct:acpi_object::__anon5572
1078 UINT8 *Pointer; /* points to the buffer */ member in struct:acpi_object::__anon5573
1085 union acpi_object *Elements; /* Pointer to an array of ACPI_OBJECTs */
1119 ACPI_OBJECT *Pointer; member in struct:acpi_object_list
1144 void *Pointer; /* pointer to buffer */ member in struct:acpi_buffer
H A Dactbl.h180 #define ACPI_SIG_RSDP "RSD PTR " /* Root System Description Pointer */
251 * RSDP - Root System Description Pointer (Signature is "RSD PTR ")
511 ACPI_TABLE_HEADER *Pointer; member in struct:acpi_table_desc
/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c234 * PARAMETERS: Target - Pointer to string to be converted
343 RetBuf.Pointer = Buffer;
455 Node, (char *) RetBuf.Pointer);
492 (char *) RetBuf.Pointer);
972 RetBuf.Pointer = Buffer;
/freebsd-11-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwxfsleep.c213 * PARAMETERS: Facs - Pointer to FACS table
473 ArgList.Pointer = &Arg;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h103 Integer, Vector, Pointer, Struct, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.h19 #include "Pointer.h"
51 Pointer getPtrGlobal(unsigned Idx);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp283 Value *Pointer = nullptr; local
285 Pointer = L->getPointerOperand();
287 Pointer = cast<StoreInst>(I)->getPointerOperand();
289 if (isa<Constant>(Pointer)) return false;
291 Constant *C = LVI->getConstant(Pointer, I->getParent(), I);
295 I->replaceUsesOfWith(Pointer, C);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp197 else if (Affinity == PointerAffinity::Pointer)
260 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Pointer, "operator->");
503 case PointerAffinity::Pointer:
/freebsd-11-stable/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c705 * RETURN: Pointer to mapped memory. Null on error.
752 * RETURN: Pointer to the new allocation. Null on error.
777 * RETURN: Pointer to the new allocation. Null on error.
800 * PARAMETERS: mem - Pointer to previously allocated memory
1510 * PARAMETERS: Pointer - Area to be verified
1521 void *Pointer,
1533 * PARAMETERS: Pointer - Area to be verified
1544 void *Pointer,
1557 * Info - Pointer to function-dependent structure
1520 AcpiOsReadable( void *Pointer, ACPI_SIZE Length) argument
1543 AcpiOsWritable( void *Pointer, ACPI_SIZE Length) argument
/freebsd-11-stable/sys/contrib/edk2/Include/
H A DBase.h750 /// Pointer to the start of a variable argument list stored in a memory buffer. Same as UINT8 *.
815 @param Record Pointer to the field specified by Field within a data structure of type TYPE.
843 This function rounds the pointer specified by Pointer to the next alignment boundary
846 @param Pointer The pointer to round up.
849 @return Pointer to the aligned address.
852 #define ALIGN_POINTER(Pointer, Alignment) ((VOID *) (ALIGN_VALUE ((UINTN)(Pointer), (Alignment))))

Completed in 212 milliseconds

12345678