Searched refs:UINT16 (Results 1 - 25 of 171) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/include/
H A Damlcode.h51 #define AML_NULL_CHAR (UINT16) 0x00
53 #define AML_ZERO_OP (UINT16) 0x00
54 #define AML_ONE_OP (UINT16) 0x01
55 #define AML_UNASSIGNED (UINT16) 0x02
56 #define AML_ALIAS_OP (UINT16) 0x06
57 #define AML_NAME_OP (UINT16) 0x08
58 #define AML_BYTE_OP (UINT16) 0x0a
59 #define AML_WORD_OP (UINT16) 0x0b
60 #define AML_DWORD_OP (UINT16) 0x0c
61 #define AML_STRING_OP (UINT16)
[all...]
H A Dactbl2.h129 UINT16 Length;
157 UINT16 SystemId;
206 UINT16 Reserved2;
229 UINT16 Parameter;
230 UINT16 BootOptions;
231 UINT16 OemParameters;
312 UINT16 Type;
313 UINT16 Length;
335 UINT16 Reserved;
372 UINT16 Segmen
[all...]
H A Damlresrc.h136 UINT16 IrqMask;
145 UINT16 IrqMask;
185 UINT16 Minimum;
186 UINT16 Maximum;
196 UINT16 Address;
222 UINT16 ResourceLength;
241 UINT16 Minimum;
242 UINT16 Maximum;
243 UINT16 Alignment;
244 UINT16 AddressLengt
[all...]
H A Dacrestyp.h51 typedef UINT16 ACPI_RS_LENGTH; /* Resource Length field is fixed at 16 bits */
200 UINT16 Minimum;
201 UINT16 Maximum;
207 UINT16 Address;
214 UINT16 ByteLength;
223 UINT16 ByteLength;
239 UINT16 Minimum;
240 UINT16 Maximum;
241 UINT16 Alignment;
242 UINT16 AddressLengt
[all...]
H A Dactbl1.h414 UINT16 Signature; /* Should be "ER" */
439 UINT16 Type;
440 UINT16 SourceId;
490 UINT16 Reserved1;
496 UINT16 Device;
497 UINT16 Function;
498 UINT16 DeviceControl;
499 UINT16 Reserved2;
519 UINT16 ConfigWriteEnable;
560 UINT16 Reserved
[all...]
H A Dacparser.h136 UINT16 Opcode);
140 UINT16 Opcode);
158 UINT16
229 UINT16 Opcode,
283 UINT16 opcode);
287 UINT16 opcode);
H A Dactbl.h254 UINT16 SciInterrupt; /* System vector of SCI interrupt */
276 UINT16 C2Latency; /* Worst case HW latency to enter/exit C2 state */
277 UINT16 C3Latency; /* Worst case HW latency to enter/exit C3 state */
278 UINT16 FlushSize; /* Processor's memory cache line width, in bytes */
279 UINT16 FlushStride; /* Number of flush strides that need to be read */
285 UINT16 BootFlags; /* IA-PC Boot Architecture Flags (see below for individual flags) */
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_tsp.h28 * [UINT16 pub_data_size0 ] yes
29 * [UINT16 blob_size0 ] yes
31 * [UINT16 cache_flags0 ] yes
53 UINT16 pub_data_size;
54 UINT16 blob_size;
55 UINT16 flags;
72 #define TSSPS_BLOB_SIZE_OFFSET(c) ((c)->offset + (2 * sizeof(TSS_UUID)) + sizeof(UINT16))
73 #define TSSPS_VENDOR_SIZE_OFFSET(c) ((c)->offset + (2 * sizeof(TSS_UUID)) + (2 * sizeof(UINT16)))
74 #define TSSPS_CACHE_FLAGS_OFFSET(c) ((c)->offset + (2 * sizeof(TSS_UUID)) + (2 * sizeof(UINT16)) + sizeof(UINT32))
75 #define TSSPS_PUB_DATA_OFFSET(c) ((c)->offset + (2 * sizeof(TSS_UUID)) + (3 * sizeof(UINT16))
[all...]
H A Dtcsps.h29 TSS_RESULT cache_key(UINT32, UINT16, TSS_UUID *, TSS_UUID *, UINT16, UINT32, UINT32);
30 TSS_RESULT UnloadBlob_KEY_PS(UINT16 *, BYTE *, TSS_KEY *);
33 TSS_RESULT psfile_get_key_by_uuid(int, TSS_UUID *, BYTE *, UINT16 *);
34 TSS_RESULT psfile_get_key_by_cache_entry(int, struct key_disk_cache *, BYTE *, UINT16 *);
39 TSS_RESULT psfile_write_key(int, TSS_UUID *, TSS_UUID *, UINT32 *, BYTE *, UINT32, BYTE *, UINT16);
53 TSS_RESULT ps_get_key_by_uuid(TSS_UUID *, BYTE *, UINT16 *);
54 TSS_RESULT ps_get_key_by_cache_entry(struct key_disk_cache *, BYTE *, UINT16 *);
H A Dtcs_key_ps.h22 TSS_RESULT ps_get_key_by_uuid(TSS_UUID *, BYTE *, UINT16 *);
23 TSS_RESULT ps_get_key_by_cache_entry(struct key_disk_cache *, BYTE *, UINT16 *);
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/efi/include/ia64/
H A Dpe.h33 UINT16 e_magic; // Magic number
34 UINT16 e_cblp; // Bytes on last page of file
35 UINT16 e_cp; // Pages in file
36 UINT16 e_crlc; // Relocations
37 UINT16 e_cparhdr; // Size of header in paragraphs
38 UINT16 e_minalloc; // Minimum extra paragraphs needed
39 UINT16 e_maxalloc; // Maximum extra paragraphs needed
40 UINT16 e_ss; // Initial (relative) SS value
41 UINT16 e_sp; // Initial SP value
42 UINT16 e_csu
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/compiler/
H A Dasldefine.h98 #define AML_RAW_DATA_BYTE (UINT16) 0xAA01 /* write one raw byte */
99 #define AML_RAW_DATA_WORD (UINT16) 0xAA02 /* write 2 raw bytes */
100 #define AML_RAW_DATA_DWORD (UINT16) 0xAA04 /* write 4 raw bytes */
101 #define AML_RAW_DATA_QWORD (UINT16) 0xAA08 /* write 8 raw bytes */
102 #define AML_RAW_DATA_BUFFER (UINT16) 0xAA0B /* raw buffer with length */
103 #define AML_RAW_DATA_CHAIN (UINT16) 0xAA0C /* chain of raw buffers */
104 #define AML_PACKAGE_LENGTH (UINT16) 0xAA10
105 #define AML_UNASSIGNED_OPCODE (UINT16) 0xEEEE
106 #define AML_DEFAULT_ARG_OP (UINT16) 0xDDDD
H A Daslrestype2w.c87 UINT16 StringLength = 0;
108 Descriptor->Address16.ResourceLength = (UINT16)
153 Descriptor->Address16.Granularity = (UINT16) InitializerOp->Asl.Value.Integer;
161 Descriptor->Address16.Minimum = (UINT16) InitializerOp->Asl.Value.Integer;
169 Descriptor->Address16.Maximum = (UINT16) InitializerOp->Asl.Value.Integer;
177 Descriptor->Address16.TranslationOffset = (UINT16) InitializerOp->Asl.Value.Integer;
184 Descriptor->Address16.AddressLength = (UINT16) InitializerOp->Asl.Value.Integer;
208 Descriptor->Address16.ResourceLength = (UINT16)
309 UINT16 StringLength = 0;
330 Descriptor->Address16.ResourceLength = (UINT16)
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtpm.h25 * given a name (typedeffed to UINT16 or UINT32 as appropriate) and masks
93 typedef UINT16 TPM_STRUCTURE_TAG;
94 #define TPM_TAG_CONTEXTBLOB ((UINT16)0x0001)
95 #define TPM_TAG_CONTEXT_SENSITIVE ((UINT16)0x0002)
96 #define TPM_TAG_CONTEXTPOINTER ((UINT16)0x0003)
97 #define TPM_TAG_CONTEXTLIST ((UINT16)0x0004)
98 #define TPM_TAG_SIGNINFO ((UINT16)0x0005)
99 #define TPM_TAG_PCR_INFO_LONG ((UINT16)0x0006)
100 #define TPM_TAG_PERSISTENT_FLAGS ((UINT16)0x0007)
101 #define TPM_TAG_VOLATILE_FLAGS ((UINT16)
[all...]
H A Dplatform.h19 typedef uint16_t UINT16; typedef
31 // basetsd.h provides definitions of UINT16, UINT32 and UINT64.
32 typedef unsigned short UINT16; typedef
H A Dtss_typedef.h37 typedef UINT16 TSS_MIGRATE_SCHEME;
40 typedef UINT16 TSS_KEY_ENC_SCHEME;
41 typedef UINT16 TSS_KEY_SIG_SCHEME;
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/debugger/
H A Ddbhistry.c69 static UINT16 AcpiGbl_LoHistory = 0;
70 static UINT16 AcpiGbl_NumHistory = 0;
71 static UINT16 AcpiGbl_NextHistoryIndex = 0;
142 UINT16 HistoryIndex;
181 UINT16 HistoryIndex;
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/tools/
H A Dps_convert.c32 * [UINT16 pub_data_size0 ]
33 * [UINT16 blob_size0 ]
34 * [UINT16 cache_flags0 ]
45 * [UINT16 pub_data_size0 ]
46 * [UINT16 blob_size0 ]
48 * [UINT16 cache_flags0 ]
105 UINT16 pub_data_size, blob_size, cache_flags;
113 pub_data_size = *(UINT16 *)&buf[(2 * sizeof(TSS_UUID))];
114 blob_size = *(UINT16 *)&buf[(2 * sizeof(TSS_UUID)) + sizeof(UINT16)];
[all...]
H A Dps_inspect.c33 * [UINT16 pub_data_size0 ]
34 * [UINT16 blob_size0 ]
35 * [UINT16 cache_flags0 ]
46 * [UINT16 pub_data_size0 ]
47 * [UINT16 blob_size0 ]
49 * [UINT16 cache_flags0 ]
108 UINT16 pub_data_size, blob_size, cache_flags;
117 pub_data_size = *(UINT16 *)&buf[(2 * sizeof(TSS_UUID))];
118 blob_size = *(UINT16 *)&buf[(2 * sizeof(TSS_UUID)) + sizeof(UINT16)];
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/
H A Dobj_nv.c207 UINT16 pcrread_sizeOfSelect;
208 UINT16 pcrwrite_sizeOfSelect;
223 offset = offset + sizeof(UINT16) + pcrread_sizeOfSelect
228 offset = offset + sizeof(UINT16) + pcrwrite_sizeOfSelect
380 UINT16 pcrread_sizeOfSelect;
400 offset = offset + sizeof(UINT16) + pcrread_sizeOfSelect + sizeof(TPM_LOCALITY_SELECTION);
412 UINT16 pcrread_sizeOfSelect;
425 *size = sizeof(UINT16) + pcrread_sizeOfSelect;
444 UINT16 pcrread_sizeOfSelect;
445 UINT16 pcrwrite_sizeOfSelec
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/tools/acpihelp/
H A Dacpihelp.h77 UINT16 OpcodeRangeStart;
78 UINT16 OpcodeRangeEnd;
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/efi/include/
H A Defidef.h26 typedef UINT16 CHAR16;
68 UINT16 Data2;
69 UINT16 Data3;
79 UINT16 Year; /* 1998 - 20XX */
H A Defipxebc.h47 typedef UINT16 EFI_PXE_BASE_CODE_UDP_PORT;
59 UINT16 BootpSeconds;
60 UINT16 BootpFlags;
80 UINT16 Checksum;
86 UINT16 Identifier;
87 UINT16 Sequence;
105 UINT16 reserved;
173 UINT16 Type;
185 UINT16 IpCnt;
209 UINT16 ListenTimeou
[all...]
H A Defidevp.h152 UINT16 Lun;
158 UINT16 Pun;
159 UINT16 Lun;
187 UINT16 VendorId;
188 UINT16 ProductId;
212 UINT16 LocalPort;
213 UINT16 RemotePort;
214 UINT16 Protocol;
223 UINT16 LocalPort;
224 UINT16 RemotePor
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/executer/
H A Dexsystem.c73 UINT16 Timeout)
126 UINT16 Timeout)
312 (UINT16) TimeDesc->Integer.Value);

Completed in 139 milliseconds

1234567