HomeSort by: relevance | last modified time | path
    Searched defs:Pointer (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/executer/
exregion.c 168 * Value - Pointer to in or out value
169 * HandlerContext - Pointer to Handler's context
170 * RegionContext - Pointer to context specific to the
334 * Generate a logical pointer corresponding to the address we want to
436 * Value - Pointer to in or out value
437 * HandlerContext - Pointer to Handler's context
438 * RegionContext - Pointer to context specific to the
501 * Value - Pointer to in or out value
502 * HandlerContext - Pointer to Handler's context
503 * RegionContext - Pointer to context specific to th
    [all...]
exconvrt.c 194 UINT8 *Pointer;
217 Pointer = ObjDesc->Buffer.Pointer;
253 Result = AcpiUtImplicitStrtoul64 (ACPI_CAST_PTR (char, Pointer));
257 Result = AcpiUtExplicitStrtoul64 (ACPI_CAST_PTR (char, Pointer));
288 Result |= (((UINT64) Pointer[i]) << (i * 8));
367 NewBuf = ReturnDesc->Buffer.Pointer;
390 NewBuf = ReturnDesc->Buffer.Pointer;
391 memcpy ((char *) NewBuf, (char *) ObjDesc->String.Pointer,
630 NewBuf = ReturnDesc->Buffer.Pointer;
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acresrc.h 244 const char **Pointer;
acobject.h 235 * pointer and length elements. There is code that depends on this.
240 _Type *Pointer; \
316 void *Pointer; /* Only for data table regions */
478 * No "RegionObj" pointer needed since the Index and Data registers
604 void *Pointer;
actbl.h 180 #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;
actypes.h 210 * pointer 64 64 64 32 32 32
248 * as the only common data type - it will accommodate any type of pointer or
412 /* Use C99 uintptr_t for pointer casting if available, "void *" otherwise */
655 /* Pointer manipulation */
663 /* Pointer/Integer type conversions */
1095 char *Pointer; /* points to the string value */
1102 UINT8 *Pointer; /* points to the buffer */
1109 union acpi_object *Elements; /* Pointer to an array of ACPI_OBJECTs */
1143 ACPI_OBJECT *Pointer;
1168 void *Pointer; /* pointer to buffer *
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.h 157 AK_Pointer ///< A pointer argument, displayed in hexadecimal.
168 Arg(const void *Pointer) : Kind(AK_Pointer), Pointer(Pointer) {}
176 const void *Pointer;
  /src/sys/external/bsd/gnu-efi/dist/inc/
efipxebc.h 89 UINT32 Pointer;

Completed in 55 milliseconds