Searched defs:UINT64 (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.h41 UINT64, /* use for Boolean as well */ enumerator in enum:evalue::datatype
/illumos-gate/usr/src/boot/sys/boot/efi/include/amd64/
H A Defibind.h90 typedef uint64_t UINT64; typedef
151 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E,F,G,H)) << 32))
/illumos-gate/usr/src/boot/sys/boot/efi/include/arm/
H A Defibind.h61 typedef uint64_t UINT64; typedef
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dexioctso.h52 #define UINT64 uint64_t macro
/illumos-gate/usr/src/boot/sys/boot/efi/include/arm64/
H A Defibind.h89 typedef uint64_t UINT64; typedef
150 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E,F,G,H)) << 32))
/illumos-gate/usr/src/boot/sys/boot/efi/include/i386/
H A Defibind.h91 typedef uint64_t UINT64; typedef
152 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E,F,G,H)) << 32))
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefi.h72 typedef uint64_t UINT64; typedef
134 UINT64 efi_call0(void *func);
135 UINT64 efi_call1(void *func, UINT64 arg1);
136 UINT64 efi_call2(void *func, UINT64 arg1, UINT64 arg2);
137 UINT64 efi_call3(void *func, UINT64 arg1, UINT64 arg
[all...]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactypes.h67 #define ACPI_UINT64_MAX (UINT64)(~((UINT64) 0)) /* 0xFFFFFFFFFFFFFFFF */
84 * UINT64 64-bit (8 byte) unsigned value
131 typedef COMPILER_DEPENDENT_UINT64 UINT64; typedef
139 * only needs the thread ID as a unique thread identifier, we use a UINT64
142 * native thread ID type to a UINT64 (in AcpiOsGetThreadId).
144 #define ACPI_THREAD_ID UINT64
164 typedef UINT64 ACPI_SIZE;
165 typedef UINT64 ACPI_IO_ADDRESS;
166 typedef UINT64 ACPI_PHYSICAL_ADDRES
[all...]

Completed in 52 milliseconds