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

12345678

/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbutils.c297 AcpiUtPrintString (ObjDesc->String.Pointer, ACPI_UINT8_MAX);
312 ACPI_CAST_PTR (UINT8, ObjDesc->Buffer.Pointer),
416 * RETURN: Pointer to a namespace node, null on failure
602 * PARAMETERS: Address - Pointer to the buffer
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);
969 RetBuf.Pointer = Buffer;
/freebsd-12-stable/sys/contrib/dev/acpica/components/executer/
H A Dexmisc.c562 Compare = memcmp (Operand0->Buffer.Pointer,
563 LocalOperand1->Buffer.Pointer,
H A Dexstore.c460 Value = SourceDesc->Buffer.Pointer[0];
475 ObjDesc->Buffer.Pointer[IndexDesc->Reference.Value] = Value;
H A Dexoparg1.c1050 Operand[0]->String.Pointer,
1129 TempDesc->Buffer.Pointer[Operand[0]->Reference.Value]);
/freebsd-12-stable/sys/contrib/dev/acpica/components/namespace/
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);
/freebsd-12-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-12-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 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.c274 * PARAMETERS: Aml - Pointer to the raw AML resource template
408 * Aml - Pointer to the raw AML resource descriptor
583 * PARAMETERS: Aml - Pointer to the raw AML resource descriptor
623 * PARAMETERS: Aml - Pointer to the raw AML resource descriptor
670 * PARAMETERS: Aml - Pointer to the raw AML resource descriptor
702 * PARAMETERS: Aml - Pointer to the raw AML resource descriptor
757 *EndTag = ObjDesc->Buffer.Pointer;
763 Status = AcpiUtWalkAmlResources (NULL, ObjDesc->Buffer.Pointer,
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dacobject.h240 _Type *Pointer; \
602 void *Pointer; member in struct:acpi_object_data
H A Dacpiosxf.h543 void *Pointer,
550 void *Pointer,
H A Dactypes.h650 /* Pointer manipulation */
658 /* Pointer/Integer type conversions */
1079 char *Pointer; /* points to the string value */ member in struct:acpi_object::__anon10038
1086 UINT8 *Pointer; /* points to the buffer */ member in struct:acpi_object::__anon10039
1093 union acpi_object *Elements; /* Pointer to an array of ACPI_OBJECTs */
1127 ACPI_OBJECT *Pointer; member in struct:acpi_object_list
1152 void *Pointer; /* pointer to buffer */ member in struct:acpi_buffer
/freebsd-12-stable/sys/dev/acpi_support/
H A Dacpi_ibm.c431 input.Pointer = params;
515 result.Pointer = &out_obj;
518 input.Pointer = params;
674 args.Pointer = arg;
1213 Args.Pointer = &Arg;
1267 Args.Pointer = &Arg;
1296 Args.Pointer = &Arg;
1298 result.Pointer = &out_obj;
1359 Args.Pointer = &Arg;
1405 Args.Pointer
[all...]
/freebsd-12-stable/sys/dev/acpica/
H A Dacpi_cpu.c263 buf.Pointer = NULL;
271 obj = (ACPI_OBJECT *)buf.Pointer;
351 buf.Pointer = NULL;
359 obj = (ACPI_OBJECT *)buf.Pointer;
434 arglist.Pointer = &arg;
438 arg.Buffer.Pointer = (uint8_t *)cap_set;
831 buf.Pointer = NULL;
838 top = (ACPI_OBJECT *)buf.Pointer;
841 AcpiOsFree(buf.Pointer);
961 AcpiOsFree(buf.Pointer);
[all...]
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Daslfold.c822 Op->Asl.AmlLength = strlen (ObjDesc->String.Pointer) + 1;
823 Op->Common.Value.String = ObjDesc->String.Pointer;
859 DataOp->Asl.Value.String = (char *) ObjDesc->Buffer.Pointer;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.h19 #include "Pointer.h"
51 Pointer getPtrGlobal(unsigned Idx);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h103 Integer, Vector, Pointer, Struct, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/freebsd-12-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-12-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwxfsleep.c213 * PARAMETERS: Facs - Pointer to FACS table
477 ArgList.Pointer = &Arg;
/freebsd-12-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-12-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-12-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))))
/freebsd-12-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

Completed in 308 milliseconds

12345678