Searched refs:Flags (Results 126 - 150 of 169) sorted by relevance

1234567

/fuchsia/zircon/system/private/efi/
H A Druntime-services.h80 uint32_t Flags; member in struct:__anon626
/fuchsia/zircon/third_party/lib/acpica/source/components/namespace/
H A Dnspredef.c217 Node->Flags |= ANOBJ_EVALUATED;
H A Dnsutils.c783 * Flags - Used to indicate whether to perform upsearch or
798 UINT32 Flags,
853 ACPI_IMODE_EXECUTE, (Flags | ACPI_NS_DONT_OPEN_SCOPE),
795 AcpiNsGetNode( ACPI_NAMESPACE_NODE *PrefixNode, const char *Pathname, UINT32 Flags, ACPI_NAMESPACE_NODE **ReturnNode) argument
H A Dnsobject.c68 * Note: Future may require that the Node->Flags field be passed
237 if (Node->Flags & ANOBJ_ALLOCATED_BUFFER)
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dacdisasm.h68 UINT8 Flags; member in struct:acpi_dmtable_info
72 /* Values for Flags field above */
197 UINT32 Flags; member in struct:acpi_op_walk_info
771 UINT16 Flags);
778 UINT16 Flags);
H A Dacdebug.h344 UINT32 Flags);
H A Dacmacros.h342 #define ACPI_OP(Name, PArgs, IArgs, ObjType, Class, Type, Flags) \
343 {Name, (UINT32)(PArgs), (UINT32)(IArgs), (UINT32)(Flags), ObjType, Class, Type}
345 #define ACPI_OP(Name, PArgs, IArgs, ObjType, Class, Type, Flags) \
346 {(UINT32)(PArgs), (UINT32)(IArgs), (UINT32)(Flags), ObjType, Class, Type}
H A Dacstruct.h221 UINT8 NodeFlags; /* Same as Node->Flags */
222 UINT8 Flags; /* General flags */ member in struct:acpi_evaluate_info
226 /* Values for Flags above */
H A Dacbuffer.h105 UINT32 Flags; member in struct:acpi_gtm_info
H A Dacobject.h86 UINT8 Flags;
231 /* Flags for InfoFlags field above */
416 /* Flags for address handler (HandlerFlags) */
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpisrc/
H A Dasmain.c137 if ((ConversionTable->Flags & FLG_NO_FILE_OUTPUT) ||
/fuchsia/zircon/third_party/lib/acpica/source/components/dispatcher/
H A Ddsmthdat.c119 WalkState->Arguments[i].Flags = ANOBJ_METHOD_ARG;
132 WalkState->LocalVariables[i].Flags = ANOBJ_METHOD_LOCAL;
/fuchsia/zircon/third_party/lib/acpica/source/components/executer/
H A Dexfield.c172 if (!(ObjDesc->Common.Flags & AOPOBJ_DATA_VALID))
390 if (!(ObjDesc->Common.Flags & AOPOBJ_DATA_VALID))
H A Dexfldio.c132 if (!(RgnDesc->Common.Flags & AOPOBJ_DATA_VALID))
159 if (!(ObjDesc->Common.Flags & AOPOBJ_DATA_VALID))
447 if (!(ObjDesc->Common.Flags & AOPOBJ_DATA_VALID))
H A Dexcreate.c373 ObjDesc->Common.Flags &=
H A Dexstore.c138 if (DestDesc->Common.Flags & AOPOBJ_AML_CONSTANT)
H A Dexresop.c102 (((ACPI_OPERAND_OBJECT *) Object)->Common.Flags &
/fuchsia/zircon/third_party/lib/acpica/source/components/parser/
H A Dpsloop.c576 if (WalkState->OpInfo->Flags & AML_NAMED)
593 if (WalkState->OpInfo->Flags & AML_CREATE)
/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Daslfold.c271 if (OpInfo->Flags & AML_DEFER)
282 if (!(WalkState->OpInfo->Flags & AML_CONSTANT))
H A Daslnamesp.c370 if (Node->Flags & ANOBJ_IS_REFERENCED)
/fuchsia/zircon/system/ulib/lockdep/include/lockdep/
H A Dguard.h36 (LockTraits<LockType>::Flags & LockFlagsNestable) != 0;
/fuchsia/zircon/third_party/lib/acpica/source/common/
H A Dadisasm.c501 AcpiGbl_RootNodeStruct.Flags = 0;
/fuchsia/zircon/third_party/lib/acpica/source/components/hardware/
H A Dhwxface.c83 if (!(AcpiGbl_FADT.Flags & ACPI_FADT_RESET_REGISTER) ||
H A Dhwgpe.c251 if (ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags) !=
/fuchsia/zircon/third_party/lib/acpica/source/components/utilities/
H A Dutobject.c295 BufferDesc->Buffer.Flags |= AOPOBJ_DATA_VALID;

Completed in 83 milliseconds

1234567