Home
last modified time | relevance | path

Searched refs:UINT8 (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/src/sys/stand/efi/include/
Defipart.h40 UINT8 BootIndicator;
41 UINT8 StartHead;
42 UINT8 StartSector;
43 UINT8 StartTrack;
44 UINT8 OSIndicator;
45 UINT8 EndHead;
46 UINT8 EndSector;
47 UINT8 EndTrack;
48 UINT8 StartingLBA[4];
49 UINT8 SizeInLBA[4];
[all …]
Defidef.h32 typedef UINT8 CHAR8;
34 typedef UINT8 BOOLEAN;
77 UINT8 Data4[8];
87 UINT8 Month; // 1 - 12
88 UINT8 Day; // 1 - 31
89 UINT8 Hour; // 0 - 23
90 UINT8 Minute; // 0 - 59
91 UINT8 Second; // 0 - 59
92 UINT8 Pad1;
95 UINT8 Daylight;
[all …]
Defidevp.h35 UINT8 Type;
36 UINT8 SubType;
37 UINT8 Length[2];
56 #define NextDevicePathNode(a) ( (EFI_DEVICE_PATH *) ( ((UINT8 *) (a)) + DevicePathNodeLength(…
65 (a)->Length[0] = (UINT8) (l); \
66 (a)->Length[1] = (UINT8) ((l) >> 8); \
84 UINT8 Function;
85 UINT8 Device;
91 UINT8 FunctionNumber;
113 UINT8 LegacyDriveLetter;
[all …]
Defipxebc.h58 UINT8 BootpOpcode;
59 UINT8 BootpHwType;
60 UINT8 BootpHwAddrLen;
61 UINT8 BootpGateHops;
65 UINT8 BootpCiAddr[4];
66 UINT8 BootpYiAddr[4];
67 UINT8 BootpSiAddr[4];
68 UINT8 BootpGiAddr[4];
69 UINT8 BootpHwAddr[16];
70 UINT8 BootpSrvName[64];
[all …]
Defi_nii.h73 UINT8 Type;
74 UINT8 MajorVer;
75 UINT8 MinorVer;
80 UINT8 IfNum; // interface number to be used with pxeid structure
Defigop.h85 UINT8 Blue;
86 UINT8 Green;
87 UINT8 Red;
88 UINT8 Reserved;
Defiser.h79 IN UINT8 DataBits,
Definet.h166 UINT8 IfType;
Defiapi.h74 #define NextMemoryDescriptor(Ptr,Size) ((EFI_MEMORY_DESCRIPTOR *) (((UINT8 *) Ptr) + Size))
658 IN UINT8 Value
/openbsd/src/usr.bin/ssh/
Dumac.c85 typedef u_int8_t UINT8; /* 1 byte */ typedef
167 typedef UINT8 aes_int_key[AES_ROUNDS+1][4][4]; /* AES internal */
181 static void kdf(void *buffer_ptr, aes_int_key key, UINT8 ndx, int nbytes) in kdf()
183 UINT8 in_buf[AES_BLOCK_LEN] = {0}; in kdf()
184 UINT8 out_buf[AES_BLOCK_LEN]; in kdf()
185 UINT8 *dst_buf = (UINT8 *)buffer_ptr; in kdf()
214 UINT8 cache[AES_BLOCK_LEN]; /* Previous AES output is saved */
215 UINT8 nonce[AES_BLOCK_LEN]; /* The AES input making above cache */
221 UINT8 buf[UMAC_KEY_LEN]; in pdf_init()
232 static void pdf_gen_xor(pdf_ctx *pc, const UINT8 nonce[8], in pdf_gen_xor()
[all …]
/openbsd/src/sys/arch/arm64/stand/efiboot/
Defirng.c51 OUT UINT8 *RNGValue
66 UINT8 *random; in fwrandom()
Defipxe.c45 static UINT8 boothw[16];
/openbsd/src/sys/arch/amd64/stand/efiboot/
Defirng.c51 OUT UINT8 *RNGValue
66 UINT8 *random; in fwrandom()
Defipxe.c35 static UINT8 boothw[16];
/openbsd/src/sys/arch/riscv64/stand/efiboot/
Defirng.c51 OUT UINT8 *RNGValue
66 UINT8 *random; in fwrandom()
Defipxe.c45 static UINT8 boothw[16];
/openbsd/src/sys/stand/efi/include/arm/
Defibind.h6 typedef uint8_t UINT8; typedef
/openbsd/src/sys/stand/efi/include/arm64/
Defibind.h6 typedef uint8_t UINT8; typedef
/openbsd/src/sys/stand/efi/include/riscv64/
Defibind.h6 typedef uint8_t UINT8; typedef
/openbsd/src/sys/stand/efi/include/amd64/
Defibind.h6 typedef uint8_t UINT8; typedef
/openbsd/src/gnu/usr.bin/binutils/gdb/vx-share/
DvxTypes.h32 typedef unsigned char UINT8; typedef
/openbsd/src/sys/stand/efi/include/i386/
Defibind.h6 typedef uint8_t UINT8; typedef
/openbsd/src/bin/ps/
Dps.h37 INT8, UINT8, INT16, UINT16, INT32, UINT32, INT64, UINT64 enumerator
Dkeyword.c186 {"upr", "UPR", NULL, 0, pvar, 3, 0, POFF(p_usrpri), UINT8, "d"},
/openbsd/src/sys/arch/armv7/stand/efiboot/
Defipxe.c45 static UINT8 boothw[16];

12