Home
last modified time | relevance | path

Searched defs:Value (Results 26 – 50 of 68) sorted by relevance

123

/illumos-gate/usr/src/common/acpica/executer/
H A Dexstore.c348 UINT8 Value = 0; in AcpiExStoreObjectToIndex() local
H A Dexconfig.c394 UINT64 Value; in AcpiExRegionRead() local
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslstubs.c192 UINT32 *Value, in AcpiHwReadPort()
201 UINT32 Value, in AcpiHwWritePort()
H A Daslparseop.c388 UINT64 Value) in TrCreateValuedLeafOp()
H A Ddtutils.c532 char *Value; in DtGetFieldLength() local
H A Daslfold.c891 UINT64 Value) in OpcUpdateIntegerNode()
H A Daslresource.c695 UINT32 Value; in RsCheckListForDuplicates() local
H A Ddtcompiler.h196 char *Value; /* Field value (from name : value) */ member
H A Ddtio.c364 char *Value; in DtParseLine() local
H A Dprscan.c563 UINT64 Value; in PrDoDirective() local
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c829 AcpiOsReadPort(ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) in AcpiOsReadPort()
861 AcpiOsWritePort(ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) in AcpiOsWritePort()
902 osl_rw_memory(ACPI_PHYSICAL_ADDRESS Address, UINT64 *Value, in osl_rw_memory()
935 UINT64 *Value, UINT32 Width) in AcpiOsReadMemory()
943 UINT64 Value, UINT32 Width) in AcpiOsWriteMemory()
952 UINT64 *Value, UINT32 Width) in AcpiOsReadPciConfiguration()
984 UINT64 Value, UINT32 Width) in AcpiOsWritePciConfiguration()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacoutput.h481 #define ACPI_FUNCTION_TRACE_U32(Name, Value) \ argument
548 #define return_VALUE(Value) \ argument
551 #define return_UINT32(Value) \ argument
554 #define return_UINT8(Value) \ argument
H A Dacmacros.h479 #define ACPI_SET_BITS(TargetPtr, Position, Mask, Value) \ argument
495 #define ACPI_GET_1BIT_FLAG(Value) ((Value) & ACPI_1BIT_MASK) argument
496 #define ACPI_GET_2BIT_FLAG(Value) ((Value) & ACPI_2BIT_MASK) argument
497 #define ACPI_GET_3BIT_FLAG(Value) ((Value) & ACPI_3BIT_MASK) argument
498 #define ACPI_GET_4BIT_FLAG(Value) ((Value) & ACPI_4BIT_MASK) argument
H A Dacresrc.h181 UINT8 Value; member
H A Dacobject.h228 UINT64 Value; member
555 UINT32 Value; /* Used for Local/Arg/Index/DdbHandle */ member
/illumos-gate/usr/src/common/acpica/namespace/
H A Dnsconvert.c184 UINT64 Value = 0; in AcpiNsConvertToInteger() local
/illumos-gate/usr/src/common/acpica/events/
H A Devregion.c262 UINT64 *Value) in AcpiEvAddressSpaceDispatch()
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c1388 DerDecodeTbsCertificate(const KMF_DATA *Value, in DerDecodeTbsCertificate()
1434 DerDecodeSignedCertificate(const KMF_DATA *Value, in DerDecodeSignedCertificate()
1972 DerDecodeTbsCsr(const KMF_DATA *Value, in DerDecodeTbsCsr()
2007 DerDecodeSignedCsr(const KMF_DATA *Value, in DerDecodeSignedCsr()
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutclib.c346 int Value, in memset()
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3.h228 #define VMXNET3_BAR0_PUT32(Device, Reg, Value) \ argument
233 #define VMXNET3_BAR1_PUT32(Device, Reg, Value) \ argument
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dname.h37 union Value union
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h175 #define Value "value" macro
/illumos-gate/usr/src/lib/libeti/menu/inc/
H A Dprivate.h129 #define Value(i) (i)->value macro
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlobject.h91 typedef union Value Value; typedef
387 union Value { union
/illumos-gate/usr/src/boot/efi/include/
H A DBase.h887 #define ALIGN_VALUE(Value, Alignment) ((Value) + (((Alignment) - (Value)) & ((Alignment) - 1))) argument
916 #define ALIGN_VARIABLE(Value) ALIGN_VALUE ((Value), sizeof (UINTN)) argument

123