/src/sys/external/bsd/acpica/dist/executer/ |
exdebug.c | 339 /* Decode the reference */ 341 switch (SourceDesc->Reference.Class) 345 AcpiOsPrintf ("0x%X\n", SourceDesc->Reference.Value); 352 AcpiOsPrintf ("Table Index 0x%X\n", SourceDesc->Reference.Value); 364 if (SourceDesc->Reference.Node) 366 if (ACPI_GET_DESCRIPTOR_TYPE (SourceDesc->Reference.Node) != 370 SourceDesc->Reference.Node); 374 AcpiOsPrintf ("Node %p [%4.4s] ", SourceDesc->Reference.Node, 375 (SourceDesc->Reference.Node)->Name.Ascii); 377 switch ((SourceDesc->Reference.Node)->Type [all...] |
exresolv.c | 182 * DESCRIPTION: Convert Reference objects to values 252 * DESCRIPTION: Retrieve the value from an internal object. The Reference type 279 RefType = StackDesc->Reference.Class; 287 * Note: this increments the local's object reference count 290 StackDesc->Reference.Value, WalkState, &ObjDesc); 297 StackDesc->Reference.Value, ObjDesc)); 300 * Now we can delete the original Reference Object and 309 switch (StackDesc->Reference.TargetType) 328 ObjDesc = *StackDesc->Reference.Where; 355 /* Invalid reference object * [all...] |
exstore.c | 185 * Reference; 234 /* Destination object must be a Reference or a Constant object */ 255 /* Destination is not a Reference object */ 258 "Target is not a Reference or Constant object - [%s] %p", 265 * Examine the Reference class. These cases are handled: 272 switch (RefDesc->Reference.Class) 279 RefDesc->Reference.Object, 295 Status = AcpiDsStoreObjectToLocal (RefDesc->Reference.Class, 296 RefDesc->Reference.Value, SourceDesc, WalkState); 313 ACPI_ERROR ((AE_INFO, "Unknown Reference Class 0x%2.2X" [all...] |
exmisc.c | 167 * PARAMETERS: ObjDesc - Create a reference to this object 168 * ReturnDesc - Where to store the reference 173 * DESCRIPTION: Obtain and return a "reference" to the target object 203 * Must be a reference to a Local or Arg 205 switch (ObjDesc->Reference.Class) 213 ReferencedObj = ObjDesc->Reference.Object; 218 ACPI_ERROR ((AE_INFO, "Invalid Reference Class 0x%2.2X", 219 ObjDesc->Reference.Class)); 226 * A named reference that has already been resolved to a Node 239 /* Create a new reference object * [all...] |
exoparg2.c | 334 /* Store the results to the target reference operands */ 350 * Since the remainder is not returned indirectly, remove a reference to 506 /* Initialize the Index reference object */ 509 ReturnDesc->Reference.Value = (UINT32) Index; 510 ReturnDesc->Reference.Class = ACPI_REFCLASS_INDEX; 526 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; 527 ReturnDesc->Reference.IndexPointer = 539 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; 540 ReturnDesc->Reference.IndexPointer = 552 ReturnDesc->Reference.TargetType = ACPI_TYPE_PACKAGE [all...] |
exdump.c | 352 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Reference.Class), "Class"}, 353 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Reference.TargetType), "Target Type"}, 354 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Reference.Value), "Value"}, 355 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.Object), "Object Desc"}, 356 {ACPI_EXD_NODE, ACPI_EXD_OFFSET (Reference.Node), "Node"}, 357 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.Where), "Where"}, 358 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.IndexPointer), "Index Pointer"}, 406 {ACPI_EXD_UINT16, ACPI_EXD_OFFSET (Common.ReferenceCount), "Reference Count"}, 803 AcpiOsPrintf ("Reference: [%s] ", 806 switch (ObjDesc->Reference.Class [all...] |
exoparg1.c | 580 /* Get the object reference, store it, and remove our reference */ 623 * Normally, we would remove a reference on the Operand[0] 802 * Since we are expecting a Reference operand, it can be either a 808 /* Internal reference object - prevent deletion */ 814 * Convert the Reference operand to an Integer (This removes a 815 * reference on the Operand[0] object) 818 * reference operand to an actual integer. 850 * Reference object 1002 * Must resolve/dereference the local/arg reference firs [all...] |
exresnte.c | 266 /* Return an additional reference to the object */ 285 /* Return an additional reference to the object */ 301 /* Return an additional reference to the object */ 316 /* Return an additional reference to the object */ 342 /* Return an additional reference to the object */ 359 switch (SourceDesc->Reference.Class) 365 /* Return an additional reference to the object */ 376 "Unsupported Reference type 0x%X", 377 SourceDesc->Reference.Class));
|
exresop.c | 205 * Allow the AML "Constant" opcodes (Zero, One, etc.) to be reference 353 /* Validate the Reference */ 355 switch (ObjDesc->Reference.Class) 368 case ACPI_REFCLASS_NAME: /* Reference to a named object */ 371 "Operand is a Reference, Class [%s] %2.2X\n", 373 ObjDesc->Reference.Class)); 379 "Unknown Reference Class 0x%2.2X in %p", 380 ObjDesc->Reference.Class, ObjDesc)); 408 case ARGI_REF_OR_STRING: /* Can be a String or Reference */ 422 * Else not a string - fall through to the normal Reference [all...] |
/src/sys/external/bsd/acpica/dist/debugger/ |
dbobject.c | 423 /* Decode the reference */ 425 switch (ObjDesc->Reference.Class) 429 AcpiOsPrintf ("%X ", ObjDesc->Reference.Value); 433 [ObjDesc->Reference.Value].Object; 441 AcpiOsPrintf ("%X ", ObjDesc->Reference.Value); 445 [ObjDesc->Reference.Value].Object; 453 switch (ObjDesc->Reference.TargetType) 457 AcpiOsPrintf ("%p", ObjDesc->Reference.Object); 458 AcpiDbDecodeInternalObject (ObjDesc->Reference.Object); 463 AcpiOsPrintf ("%p", ObjDesc->Reference.Where) [all...] |
/src/sys/external/bsd/acpica/dist/dispatcher/ |
dsobject.c | 196 * This is a named object reference. If this name was 202 /* Check if we are resolving a named reference within a package */ 253 * Handling for unresolved package reference elements. 259 ObjDesc->Reference.Resolved = TRUE; 262 !ObjDesc->Reference.Node) 268 ObjDesc->Reference.Node = WalkState->ScopeInfo->Scope.Node; 269 ObjDesc->Reference.Aml = Op->Common.Aml; 270 ObjDesc->Reference.Resolved = FALSE; 456 /* Remove local reference to the object */ 635 ObjDesc->Reference.Value = ((UINT32) Opcode) - AML_FIRST_LOCAL_OP [all...] |
dspkginit.c | 340 * A method reference "looks" to the parser to be a method 379 /* Existing package, get existing reference count */ 472 * DESCRIPTION: Resolve a named reference element within a package object 513 /* We are only interested in reference objects/elements */ 517 /* Attempt to resolve the (named) reference to a namespace node */ 534 * PARAMETERS: ElementPtr - Pointer to a reference object 538 * DESCRIPTION: Resolve a package element that is a reference to a named 560 /* Check if reference element is already resolved */ 562 if (Element->Reference.Resolved) 571 /* Element must be a reference object of correct type * [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
kirkwood-km_kirkwood.dts | 9 model = "Keymile Kirkwood Reference Design";
|
uniphier-ld6b-ref.dts | 3 // Device Tree Source for UniPhier LD6b Reference Board 14 model = "UniPhier LD6b Reference Board";
|
uniphier-pro4-ref.dts | 3 // Device Tree Source for UniPhier Pro4 Reference Board 14 model = "UniPhier Pro4 Reference Board";
|
kirkwood-rd88f6281-a.dts | 16 model = "Marvell RD88f6281 Reference design, with A0 or higher SoC";
|
armada-388-rd.dts | 3 * Device Tree file for Marvell Armada 388 Reference Design board 16 model = "Marvell Armada 385 Reference Design";
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/socionext/ |
uniphier-ld11-ref.dts | 3 // Device Tree Source for UniPhier LD11 Reference Board 14 model = "UniPhier LD11 Reference Board";
|
uniphier-ld20-ref.dts | 3 // Device Tree Source for UniPhier LD20 Reference Board 14 model = "UniPhier LD20 Reference Board";
|
uniphier-pxs3-ref.dts | 3 // Device Tree Source for UniPhier PXs3 Reference Board 13 model = "UniPhier PXs3 Reference Board";
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/microchip/ |
sparx5_pcb134_emmc.dts | 10 model = "Sparx5 PCB134 Reference Board (eMMC enabled)";
|
sparx5_pcb135_emmc.dts | 10 model = "Sparx5 PCB135 Reference Board (eMMC enabled)";
|
/src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/mscc/ |
jaguar2_pcb118.dts | 10 model = "Jaguar2/Aquantia PCB118 Reference Board";
|
/src/sys/external/bsd/acpica/dist/utilities/ |
utdecode.c | 187 ACPI_NS_NORMAL, /* 20 Reference */ 343 /* 20 */ "Reference", 512 * PARAMETERS: Object - An ACPI reference object 514 * RETURN: Decoded name of the type of reference 516 * DESCRIPTION: Decode a reference object sub-type to a string. 520 /* Printable names of reference object sub-types */ 550 return ("Not a Reference object"); 553 if (Object->Reference.Class > ACPI_REFCLASS_MAX) 555 return ("Unknown Reference class"); 558 return (AcpiGbl_RefClassNames[Object->Reference.Class]) [all...] |
utcopy.c | 300 /* This is an object reference. */ 302 switch (InternalObject->Reference.Class) 306 * For namepath, return the object handle ("reference") 309 ExternalObject->Reference.Handle = 310 InternalObject->Reference.Node; 311 ExternalObject->Reference.ActualType = 312 AcpiNsGetType (InternalObject->Reference.Node); 317 /* All other reference types are unsupported */ 673 /* An incoming reference is defined to be a namespace node */ 675 InternalObject->Reference.Class = ACPI_REFCLASS_REFOF [all...] |