Symbol: UINT8
crypto/openssh/umac.c
1054
UINT8 *nh_result = (UINT8 *)&result_buf;
crypto/openssh/umac.c
1057
nh_update(&ctx->hash, (const UINT8 *)input, len);
crypto/openssh/umac.c
1072
nh_update(&ctx->hash, (const UINT8 *)input, bytes_remaining);
crypto/openssh/umac.c
1082
nh(&ctx->hash, (const UINT8 *)input, L1_KEY_LEN,
crypto/openssh/umac.c
1093
nh_update(&ctx->hash, (const UINT8 *)input, len);
crypto/openssh/umac.c
1107
UINT8 *nh_result = (UINT8 *)&result_buf;
crypto/openssh/umac.c
1130
UINT8 nh_result[STREAMS*sizeof(UINT64)];
crypto/openssh/umac.c
1143
zero_pad((UINT8 *)msg + len, extra_zeroes_needed);
crypto/openssh/umac.c
1144
nh(&ahc->hash, (UINT8 *)msg, nh_len, len, nh_result);
crypto/openssh/umac.c
1151
nh(&ahc->hash, (UINT8 *)msg, L1_KEY_LEN, L1_KEY_LEN, nh_result);
crypto/openssh/umac.c
1159
zero_pad((UINT8 *)msg + len, extra_zeroes_needed);
crypto/openssh/umac.c
1160
nh(&ahc->hash, (UINT8 *)msg, nh_len, len, nh_result);
crypto/openssh/umac.c
1248
pdf_gen_xor(&ctx->pdf, (const UINT8 *)nonce, (UINT8 *)tag);
crypto/openssh/umac.c
1273
pdf_gen_xor(&ctx->pdf, (UINT8 *)nonce, (UINT8 *)tag);
crypto/openssh/umac.c
171
typedef UINT8 aes_int_key[AES_ROUNDS+1][4][4]; /* AES internal */
crypto/openssh/umac.c
185
static void kdf(void *bufp, aes_int_key key, UINT8 ndx, int nbytes)
crypto/openssh/umac.c
187
UINT8 in_buf[AES_BLOCK_LEN] = {0};
crypto/openssh/umac.c
188
UINT8 out_buf[AES_BLOCK_LEN];
crypto/openssh/umac.c
189
UINT8 *dst_buf = (UINT8 *)bufp;
crypto/openssh/umac.c
218
UINT8 cache[AES_BLOCK_LEN]; /* Previous AES output is saved */
crypto/openssh/umac.c
219
UINT8 nonce[AES_BLOCK_LEN]; /* The AES input making above cache */
crypto/openssh/umac.c
225
UINT8 buf[UMAC_KEY_LEN];
crypto/openssh/umac.c
236
static void pdf_gen_xor(pdf_ctx *pc, const UINT8 nonce[8],
crypto/openssh/umac.c
237
UINT8 buf[UMAC_OUTPUT_LEN])
crypto/openssh/umac.c
252
UINT8 tmp_nonce_lo[4];
crypto/openssh/umac.c
322
UINT8 nh_key [L1_KEY_LEN + L1_KEY_SHIFT * (STREAMS - 1)]; /* NH Key */
crypto/openssh/umac.c
323
UINT8 data [HASH_BUF_BYTES]; /* Incoming data buffer */
crypto/openssh/umac.c
538
static void nh_transform(nh_ctx *hc, const UINT8 *buf, UINT32 nbytes)
crypto/openssh/umac.c
545
UINT8 *key;
crypto/openssh/umac.c
613
static void nh_update(nh_ctx *hc, const UINT8 *buf, UINT32 nbytes)
crypto/openssh/umac.c
644
static void zero_pad(UINT8 *p, int nbytes)
crypto/openssh/umac.c
668
static void nh_final(nh_ctx *hc, UINT8 *result)
crypto/openssh/umac.c
708
static void nh(nh_ctx *hc, const UINT8 *buf, UINT32 padded_len,
crypto/openssh/umac.c
709
UINT32 unpadded_len, UINT8 *result)
crypto/openssh/umac.c
889
static void ip_short(uhash_ctx_t ahc, UINT8 *nh_res, u_char *res)
crypto/openssh/umac.c
962
UINT8 buf[(8*STREAMS+4)*sizeof(UINT64)];
lib/libefivar/efi-osdep.h
60
typedef UINT8 BOOLEAN;
lib/libefivar/efivar-dp-format.c
1713
UINT8 SSId[33];
lib/libefivar/efivar-dp-format.c
2215
UefiDevicePathLibCatPrint (Str, "%02x", ((UINT8 *) Node)[Index]);
lib/libefivar/efivar-dp-format.c
491
HIDStr = (CHAR8 *) (((UINT8 *) AcpiEx) + sizeof (ACPI_EXTENDED_HID_DEVICE_PATH));
lib/libefivar/efivar-dp-format.c
817
UINT8 *Uuid;
lib/libefivar/efivar-dp-format.c
820
Uuid = (UINT8 *) &Nvme->NamespaceUuid;
lib/libefivar/efivar-dp-parse.c
1020
AsciiStr = (CHAR8 *) ((UINT8 *)AcpiEx + sizeof (ACPI_EXTENDED_HID_DEVICE_PATH));
lib/libefivar/efivar-dp-parse.c
1137
Atapi->PrimarySecondary = (UINT8) Strtoi (PrimarySecondaryStr);
lib/libefivar/efivar-dp-parse.c
1144
Atapi->SlaveMaster = (UINT8) Strtoi (SlaveMasterStr);
lib/libefivar/efivar-dp-parse.c
1309
Usb->ParentPortNumber = (UINT8) Strtoi (PortStr);
lib/libefivar/efivar-dp-parse.c
1310
Usb->InterfaceNumber = (UINT8) Strtoi (InterfaceStr);
lib/libefivar/efivar-dp-parse.c
1753
UINT8 *Uuid;
lib/libefivar/efivar-dp-parse.c
1765
Uuid = (UINT8 *) &Nvme->NamespaceUuid;
lib/libefivar/efivar-dp-parse.c
1767
Index = sizeof (Nvme->NamespaceUuid) / sizeof (UINT8);
lib/libefivar/efivar-dp-parse.c
1769
Uuid[Index] = (UINT8) StrHexToUintn (SplitStr (&NamespaceUuidStr, '-'));
lib/libefivar/efivar-dp-parse.c
1801
Ufs->Pun = (UINT8) Strtoi (PunStr);
lib/libefivar/efivar-dp-parse.c
1802
Ufs->Lun = (UINT8) Strtoi (LunStr);
lib/libefivar/efivar-dp-parse.c
1831
Sd->SlotNumber = (UINT8) Strtoi (SlotNumberStr);
lib/libefivar/efivar-dp-parse.c
1860
Emmc->SlotNumber = (UINT8) Strtoi (SlotNumberStr);
lib/libefivar/efivar-dp-parse.c
1919
MACDevPath->IfType = (UINT8) Strtoi (IfTypeStr);
lib/libefivar/efivar-dp-parse.c
2058
IPv6->PrefixLength = (UINT8) Strtoi (PrefixLengthStr);
lib/libefivar/efivar-dp-parse.c
2105
Uart->DataBits = (UINT8) ((StrCmp (DataBitsStr, "DEFAULT") == 0) ? 8 : Strtoi (DataBitsStr));
lib/libefivar/efivar-dp-parse.c
2132
Uart->Parity = (UINT8) Strtoi (ParityStr);
lib/libefivar/efivar-dp-parse.c
2137
Uart->StopBits = (UINT8) 0;
lib/libefivar/efivar-dp-parse.c
2139
Uart->StopBits = (UINT8) 1;
lib/libefivar/efivar-dp-parse.c
2141
Uart->StopBits = (UINT8) 2;
lib/libefivar/efivar-dp-parse.c
2143
Uart->StopBits = (UINT8) 3;
lib/libefivar/efivar-dp-parse.c
2145
Uart->StopBits = (UINT8) Strtoi (StopBitsStr);
lib/libefivar/efivar-dp-parse.c
2184
UsbClass->DeviceClass = (UINT8) Strtoi (ClassStr);
lib/libefivar/efivar-dp-parse.c
2190
UsbClass->DeviceSubClass = (UINT8) Strtoi (SubClassStr);
lib/libefivar/efivar-dp-parse.c
2199
UsbClass->DeviceProtocol = (UINT8) Strtoi (ProtocolStr);
lib/libefivar/efivar-dp-parse.c
2623
(UINT8 *) UsbWwid + sizeof (USB_WWID_DEVICE_PATH),
lib/libefivar/efivar-dp-parse.c
2655
LogicalUnit->Lun = (UINT8) Strtoi (LunStr);
lib/libefivar/efivar-dp-parse.c
2795
BluetoothDp->BD_ADDR.Address[Index] = (UINT8)Strtoi (TempNumBuffer);
lib/libefivar/efivar-dp-parse.c
2930
Hd->MBRType = (UINT8) 0;
lib/libefivar/efivar-dp-parse.c
2944
Hd->SignatureType = (UINT8) Strtoi (TypeStr);
lib/libefivar/efivar-dp-parse.c
440
IN UINT8 Type,
lib/libefivar/efivar-dp-parse.c
459
(UINT8) Strtoi (SubtypeStr),
lib/libefivar/efivar-dp-parse.c
463
StrHexToBytes (DataStr, DataLength * 2, (UINT8 *) (Node + 1), DataLength);
lib/libefivar/efivar-dp-parse.c
485
return DevPathFromTextGenericPath ((UINT8) Strtoi (TypeStr), TextDeviceNode);
lib/libefivar/efivar-dp-parse.c
531
Pci->Function = (UINT8) Strtoi (FunctionStr);
lib/libefivar/efivar-dp-parse.c
532
Pci->Device = (UINT8) Strtoi (DeviceStr);
lib/libefivar/efivar-dp-parse.c
561
Pccard->FunctionNumber = (UINT8) Strtoi (FunctionNumberStr);
lib/libefivar/efivar-dp-parse.c
616
IN UINT8 Type,
lib/libefivar/efivar-dp-parse.c
617
IN UINT8 SubType
lib/libefivar/efivar-dp-parse.c
641
StrHexToBytes (DataStr, Length * 2, (UINT8 *) (Vendor + 1), Length);
lib/libefivar/efivar-dp-parse.c
721
BmcDp->InterfaceType = (UINT8) Strtoi (InterfaceTypeStr);
lib/libefivar/efivar-dp-parse.c
977
AsciiStr = (CHAR8 *) ((UINT8 *)AcpiEx + sizeof (ACPI_EXTENDED_HID_DEVICE_PATH));
lib/libefivar/uefi-dplib.h
100
UINT8 Type;
lib/libefivar/uefi-dplib.h
101
UINT8 SubType;
lib/libefivar/uefi-dplib.h
106
UINT8 Type;
lib/libefivar/uefi-dplib.h
117
UINT8 Class;
lib/libefivar/uefi-dplib.h
119
UINT8 SubClass;
lib/libefivar/uefi-dplib.h
148
UINT8 VendorDefinedData[1];
lib/libefivar/uefi-dplib.h
154
UINT8 VendorDefinedData[1];
lib/libefivar/uefi-dplib.h
160
UINT8 VendorDefinedData[1];
lib/libefivar/uefi-dplib.h
183
UINT8 VendorDefinedData[1];
lib/libefivar/uefi-dplib.h
384
IN UINT8 NodeType,
lib/libefivar/uefi-dplib.h
385
IN UINT8 NodeSubType,
lib/libefivar/uefi-dputil.c
210
UINT8
lib/libefivar/uefi-dputil.c
233
UINT8
lib/libefivar/uefi-dputil.c
290
return ((EFI_DEVICE_PATH_PROTOCOL *)(__DECONST(UINT8 *, Node) + DevicePathNodeLength(Node)));
lib/libefivar/uefi-dputil.c
430
IN UINT8 NodeType,
lib/libefivar/uefi-dputil.c
431
IN UINT8 NodeSubType,
stand/boot/efi/include/efi.h
54
#define NextDevicePathNode(a) ((EFI_DEVICE_PATH *)(((UINT8 *)(a)) + DevicePathNodeLength(a)))
stand/boot/efi/include/efi.h
67
#define NextMemoryDescriptor(Ptr,Size) ((EFI_MEMORY_DESCRIPTOR *)(((UINT8 *)Ptr) + Size))
sys/bus/gpio/gpio_acpi/gpio_acpi.c
226
UINT8 action = Function & ACPI_IO_MASK;
sys/bus/smbus/smbacpi/smbacpi.c
131
UINT8 action = Function & ACPI_IO_MASK;
sys/bus/smbus/smbacpi/smbacpi.c
55
UINT8 status;
sys/bus/smbus/smbacpi/smbacpi.c
56
UINT8 len;
sys/bus/smbus/smbacpi/smbacpi.c
57
UINT8 data[];
sys/dev/acpica/Osd/OsdHardware.c
130
UINT8 SleepState,
sys/dev/acpica/acpi.c
171
static void acpi_call_fixup_pointers(ACPI_OBJECT *p, UINT8 *orig);
sys/dev/acpica/acpi.c
2210
UINT8 *val;
sys/dev/acpica/acpi.c
2560
UINT8 TypeA;
sys/dev/acpica/acpi.c
2561
UINT8 TypeB;
sys/dev/acpica/acpi.c
3381
acpi_call_fixup_pointers(ACPI_OBJECT *p, UINT8 *dest)
sys/dev/acpica/acpi.c
3385
p->String.Pointer += dest - (UINT8 *)p;
sys/dev/acpica/acpi.c
3388
p->Buffer.Pointer += dest - (UINT8 *)p;
sys/dev/acpica/acpi.c
3481
UINT8 state, TypeA, TypeB;
sys/dev/acpica/acpi.c
495
UINT8 TypeA, TypeB;
sys/dev/acpica/acpi_ec.c
1017
EcRead(struct acpi_ec_softc *sc, UINT8 Address, UINT8 *Data)
sys/dev/acpica/acpi_ec.c
1049
EcWrite(struct acpi_ec_softc *sc, UINT8 Address, UINT8 Data)
sys/dev/acpica/acpi_ec.c
138
UINT8 ec_gpebit;
sys/dev/acpica/acpi_ec.c
231
"ec read from %#hhx", UINT8 Address);
sys/dev/acpica/acpi_ec.c
237
"ec write to %#hhx, data %#hhx", UINT8 Address, UINT8 Data);
sys/dev/acpica/acpi_ec.c
274
static ACPI_STATUS EcRead(struct acpi_ec_softc *sc, UINT8 Address,
sys/dev/acpica/acpi_ec.c
275
UINT8 *Data);
sys/dev/acpica/acpi_ec.c
276
static ACPI_STATUS EcWrite(struct acpi_ec_softc *sc, UINT8 Address,
sys/dev/acpica/acpi_ec.c
277
UINT8 Data);
sys/dev/acpica/acpi_ec.c
56
typedef UINT8 EC_COMMAND;
sys/dev/acpica/acpi_ec.c
670
UINT8 Data;
sys/dev/acpica/acpi_ec.c
811
UINT8 *EcData;
sys/dev/acpica/acpi_ec.c
85
typedef UINT8 EC_STATUS;
sys/dev/acpica/acpi_ec.c
850
EcData = (UINT8 *)Value;
sys/dev/acpica/acpi_ec.c
96
typedef UINT8 EC_EVENT;
sys/dev/acpica/acpi_hp/acpi_hp.c
1012
static __inline int acpi_hp_hex_to_int(const UINT8 *hexin, UINT8 *byteout)
sys/dev/acpica/acpi_hp/acpi_hp.c
1046
UINT8 *uin;
sys/dev/acpica/acpi_hp/acpi_hp.c
1047
UINT8 uout;
sys/dev/acpica/acpi_hp/acpi_hp.c
114
UINT8 instance; /* object instance on guid */
sys/dev/acpica/acpi_hp/acpi_hp.c
1145
UINT8 instance;
sys/dev/acpica/acpi_hp/acpi_hp.c
1146
UINT8 maxInstance;
sys/dev/acpica/acpi_hp/acpi_hp.c
305
UINT8 instance, char* outbuf, size_t outsize,
sys/dev/acpica/acpi_hp/acpi_hp.c
821
if (*((UINT8 *) obj->Buffer.Pointer) == 0x5) {
sys/dev/acpica/acpi_hp/acpi_hp.c
899
acpi_hp_get_cmi_block(device_t wmi_dev, const char* guid, UINT8 instance,
sys/dev/acpica/acpi_pci_link.c
275
UINT8 *irqs = NULL;
sys/dev/acpica/acpi_resource.c
171
acpi_address_range_name(UINT8 ResourceType)
sys/dev/acpica/acpi_wmi/acpi_wmi.c
121
const char *guid_string, UINT8 instance,
sys/dev/acpica/acpi_wmi/acpi_wmi.c
133
UINT8 instance, ACPI_BUFFER *out);
sys/dev/acpica/acpi_wmi/acpi_wmi.c
136
UINT8 instance, const ACPI_BUFFER *in);
sys/dev/acpica/acpi_wmi/acpi_wmi.c
150
static int acpi_wmi_guid_string_to_guid(const UINT8 *guid_string,
sys/dev/acpica/acpi_wmi/acpi_wmi.c
151
UINT8 *guid);
sys/dev/acpica/acpi_wmi/acpi_wmi.c
356
UINT8 instance, UINT32 method_id, const ACPI_BUFFER *in, ACPI_BUFFER *out)
sys/dev/acpica/acpi_wmi/acpi_wmi.c
489
((UINT8) winfo->ginfo.oid[0] == event_id)) {
sys/dev/acpica/acpi_wmi/acpi_wmi.c
509
acpi_wmi_get_block_method(device_t dev, const char *guid_string, UINT8 instance,
sys/dev/acpica/acpi_wmi/acpi_wmi.c
579
acpi_wmi_set_block_method(device_t dev, const char *guid_string, UINT8 instance,
sys/dev/acpica/acpi_wmi/acpi_wmi.c
641
((UINT8) winfo->ginfo.oid[0] == notify)) {
sys/dev/acpica/acpi_wmi/acpi_wmi.c
667
UINT8 ec_addr;
sys/dev/acpica/acpi_wmi/acpi_wmi.c
690
ec_data = (UINT8)((*value) >> i);
sys/dev/acpica/acpi_wmi/acpi_wmi.c
775
UINT8 hi = ((UINT8) winfo->ginfo.oid[0]) >> 4;
sys/dev/acpica/acpi_wmi/acpi_wmi.c
776
UINT8 lo = ((UINT8) winfo->ginfo.oid[0]) & 0xf;
sys/dev/acpica/acpi_wmi/acpi_wmi.c
790
static __inline int acpi_wmi_hex_to_int(const UINT8 *hexin, UINT8 *byteout)
sys/dev/acpica/acpi_wmi/acpi_wmi.c
828
acpi_wmi_guid_string_to_guid(const UINT8 *guid_string, UINT8 *guid)
sys/dev/acpica/acpi_wmi/acpi_wmi.c
87
UINT8 max_instance; /* highest instance known for this GUID */
sys/dev/acpica/acpi_wmi/acpi_wmi.c
88
UINT8 flags; /* ACPI_WMI_REGFLAG_%s */
sys/dev/acpica/acpi_wmi/acpi_wmi.c
950
UINT8* guid;
sys/dev/acpica/acpi_wmi/acpi_wmi.c
967
guid = (UINT8*)winfo->ginfo.guid;
sys/dev/acpica/acpi_wmi/acpi_wmi.c
997
(UINT8)winfo->ginfo.oid[0],
usr.sbin/acpi/acpicall/acpicall.c
287
printf("%02x", ((UINT8 *)(buf->Pointer))[i]);