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)];
crypto/openssl/include/openssl/e_os2.h
225
typedef UINT8 uint8_t;
lib/libc/tests/gen/limits_test.c
54
CHECK_UTYPE(uint8_t, UINT8);
lib/libefivar/efivar-dp-format.c
1677
for (Index = 0; Index < sizeof (ISCSIDevPath->Lun) / sizeof (UINT8); Index++) {
lib/libefivar/efivar-dp-format.c
1678
UefiDevicePathLibCatPrint (Str, "%02x", ((UINT8 *)&ISCSIDevPath->Lun)[Index]);
lib/libefivar/efivar-dp-format.c
1780
UINT8 SSId[33];
lib/libefivar/efivar-dp-format.c
2372
UefiDevicePathLibCatPrint (Str, "%02x", ((UINT8 *)Node)[Index]);
lib/libefivar/efivar-dp-format.c
483
UINT8 HidStrIndex;
lib/libefivar/efivar-dp-format.c
484
UINT8 UidStrIndex;
lib/libefivar/efivar-dp-format.c
485
UINT8 CidStrIndex;
lib/libefivar/efivar-dp-format.c
486
UINT8 StrIndex;
lib/libefivar/efivar-dp-format.c
496
CurrentPos = (CHAR8 *)(((UINT8 *)AcpiEx) + sizeof (ACPI_EXTENDED_HID_DEVICE_PATH));
lib/libefivar/efivar-dp-format.c
865
UINT8 *Uuid;
lib/libefivar/efivar-dp-format.c
868
Uuid = (UINT8 *)&Nvme->NamespaceUuid;
lib/libefivar/efivar-dp-parse.c
1052
AsciiStr = (CHAR8 *)((UINT8 *)AcpiEx + sizeof (ACPI_EXTENDED_HID_DEVICE_PATH));
lib/libefivar/efivar-dp-parse.c
1182
Atapi->PrimarySecondary = (UINT8)Strtoi (PrimarySecondaryStr);
lib/libefivar/efivar-dp-parse.c
1190
Atapi->SlaveMaster = (UINT8)Strtoi (SlaveMasterStr);
lib/libefivar/efivar-dp-parse.c
1364
Usb->ParentPortNumber = (UINT8)Strtoi (PortStr);
lib/libefivar/efivar-dp-parse.c
1365
Usb->InterfaceNumber = (UINT8)Strtoi (InterfaceStr);
lib/libefivar/efivar-dp-parse.c
1837
UINT8 *Uuid;
lib/libefivar/efivar-dp-parse.c
1850
Uuid = (UINT8 *)&Nvme->NamespaceUuid;
lib/libefivar/efivar-dp-parse.c
1852
Index = sizeof (Nvme->NamespaceUuid) / sizeof (UINT8);
lib/libefivar/efivar-dp-parse.c
1854
Uuid[Index] = (UINT8)StrHexToUintn (SplitStr (&NamespaceUuidStr, '-'));
lib/libefivar/efivar-dp-parse.c
1888
Ufs->Pun = (UINT8)Strtoi (PunStr);
lib/libefivar/efivar-dp-parse.c
1889
Ufs->Lun = (UINT8)Strtoi (LunStr);
lib/libefivar/efivar-dp-parse.c
1920
Sd->SlotNumber = (UINT8)Strtoi (SlotNumberStr);
lib/libefivar/efivar-dp-parse.c
1951
Emmc->SlotNumber = (UINT8)Strtoi (SlotNumberStr);
lib/libefivar/efivar-dp-parse.c
2014
MACDevPath->IfType = (UINT8)Strtoi (IfTypeStr);
lib/libefivar/efivar-dp-parse.c
2164
IPv6->PrefixLength = (UINT8)Strtoi (PrefixLengthStr);
lib/libefivar/efivar-dp-parse.c
2216
Uart->DataBits = (UINT8)((StrCmp (DataBitsStr, "DEFAULT") == 0) ? 8 : Strtoi (DataBitsStr));
lib/libefivar/efivar-dp-parse.c
2243
Uart->Parity = (UINT8)Strtoi (ParityStr);
lib/libefivar/efivar-dp-parse.c
2248
Uart->StopBits = (UINT8)0;
lib/libefivar/efivar-dp-parse.c
2250
Uart->StopBits = (UINT8)1;
lib/libefivar/efivar-dp-parse.c
2252
Uart->StopBits = (UINT8)2;
lib/libefivar/efivar-dp-parse.c
2254
Uart->StopBits = (UINT8)3;
lib/libefivar/efivar-dp-parse.c
2256
Uart->StopBits = (UINT8)Strtoi (StopBitsStr);
lib/libefivar/efivar-dp-parse.c
2302
UsbClass->DeviceClass = (UINT8)Strtoi (ClassStr);
lib/libefivar/efivar-dp-parse.c
2313
UsbClass->DeviceSubClass = (UINT8)Strtoi (SubClassStr);
lib/libefivar/efivar-dp-parse.c
2336
UsbClass->DeviceProtocol = (UINT8)Strtoi (ProtocolStr);
lib/libefivar/efivar-dp-parse.c
2764
(UINT8 *)UsbWwid + sizeof (USB_WWID_DEVICE_PATH),
lib/libefivar/efivar-dp-parse.c
2798
LogicalUnit->Lun = (UINT8)Strtoi (LunStr);
lib/libefivar/efivar-dp-parse.c
3019
BluetoothLeDp->Address.Type = (UINT8)Strtoi (BluetoothLeAddrTypeStr);
lib/libefivar/efivar-dp-parse.c
3083
DnsDeviceNodeLength = (UINT16)(sizeof (EFI_DEVICE_PATH_PROTOCOL) + sizeof (UINT8) + DnsServerIpCount * sizeof (EFI_IP_ADDRESS));
lib/libefivar/efivar-dp-parse.c
3213
Hd->MBRType = (UINT8)0;
lib/libefivar/efivar-dp-parse.c
3227
Hd->SignatureType = (UINT8)Strtoi (TypeStr);
lib/libefivar/efivar-dp-parse.c
435
IN UINT8 Type,
lib/libefivar/efivar-dp-parse.c
455
(UINT8)Strtoi (SubtypeStr),
lib/libefivar/efivar-dp-parse.c
460
StrHexToBytes (DataStr, DataLength * 2, (UINT8 *)(Node + 1), DataLength);
lib/libefivar/efivar-dp-parse.c
484
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
563
Pccard->FunctionNumber = (UINT8)Strtoi (FunctionNumberStr);
lib/libefivar/efivar-dp-parse.c
621
IN UINT8 Type,
lib/libefivar/efivar-dp-parse.c
622
IN UINT8 SubType
lib/libefivar/efivar-dp-parse.c
647
StrHexToBytes (DataStr, Length * 2, (UINT8 *)(Vendor + 1), Length);
lib/libefivar/efivar-dp-parse.c
732
BmcDp->InterfaceType = (UINT8)Strtoi (InterfaceTypeStr);
lib/libefivar/efivar-dp-parse.c
994
AsciiStr = (CHAR8 *)((UINT8 *)AcpiEx + sizeof (ACPI_EXTENDED_HID_DEVICE_PATH));
lib/libefivar/uefi-dplib.h
107
UINT8 Class;
lib/libefivar/uefi-dplib.h
109
UINT8 SubClass;
lib/libefivar/uefi-dplib.h
138
UINT8 VendorDefinedData[1];
lib/libefivar/uefi-dplib.h
144
UINT8 VendorDefinedData[1];
lib/libefivar/uefi-dplib.h
150
UINT8 VendorDefinedData[1];
lib/libefivar/uefi-dplib.h
173
UINT8 VendorDefinedData[1];
lib/libefivar/uefi-dplib.h
373
IN UINT8 NodeType,
lib/libefivar/uefi-dplib.h
374
IN UINT8 NodeSubType,
lib/libefivar/uefi-dplib.h
90
UINT8 Type;
lib/libefivar/uefi-dplib.h
91
UINT8 SubType;
lib/libefivar/uefi-dplib.h
96
UINT8 Type;
lib/libefivar/uefi-dputil.c
141
(*(const CHAR16 *)((const UINT8 *) DevicePath + NodeLength - 2) != 0))
lib/libefivar/uefi-dputil.c
165
UINT8
lib/libefivar/uefi-dputil.c
187
UINT8
lib/libefivar/uefi-dputil.c
245
return (EFI_DEVICE_PATH_PROTOCOL *)(__DECONST(UINT8 *, Node) + DevicePathNodeLength (Node));
lib/libefivar/uefi-dputil.c
723
UINT8 Temp;
lib/libefivar/uefi-dputil.c
793
IN UINT8 NodeType,
lib/libefivar/uefi-dputil.c
794
IN UINT8 NodeSubType,
lib/libsecureboot/efi/efi_variables.c
119
((UINT8*)list + list->SignatureListSize)) {
lib/libsecureboot/efi/efi_variables.c
129
((UINT8*)list +
lib/libsecureboot/efi/efi_variables.c
171
UINT8 *database;
lib/libsecureboot/efi/efi_variables.c
201
((UINT8*)list + list->SignatureListSize)) {
lib/libsecureboot/efi/efi_variables.c
226
entry = (EFI_SIGNATURE_DATA*)((UINT8*)list + header_size);
lib/libsecureboot/efi/efi_variables.c
55
UINT8 SecureBoot;
lib/libsecureboot/efi/efi_variables.c
56
UINT8 SetupMode;
lib/libsecureboot/efi/efi_variables.c
88
UINT8 *database;
sbin/hastd/nv.c
411
NV_DEFINE_ADD(uint8, UINT8)
sbin/hastd/nv.c
436
NV_DEFINE_ADD_ARRAY(uint8, UINT8)
sbin/hastd/nv.c
509
NV_DEFINE_GET(uint8, UINT8)
sbin/hastd/nv.c
540
NV_DEFINE_GET_ARRAY(uint8, UINT8)
stand/efi/include/amd64/pe.h
124
UINT8 MajorLinkerVersion;
stand/efi/include/amd64/pe.h
125
UINT8 MinorLinkerVersion;
stand/efi/include/amd64/pe.h
163
UINT8 MajorLinkerVersion;
stand/efi/include/amd64/pe.h
164
UINT8 MinorLinkerVersion;
stand/efi/include/amd64/pe.h
233
UINT8 Name[IMAGE_SIZEOF_SHORT_NAME];
stand/efi/include/amd64/pe.h
38
UINT8 ne_ver; // Version number
stand/efi/include/amd64/pe.h
39
UINT8 ne_rev; // Revision number
stand/efi/include/amd64/pe.h
528
UINT8 Name[16]; // File member name - `/' terminated.
stand/efi/include/amd64/pe.h
529
UINT8 Date[12]; // File member date - decimal.
stand/efi/include/amd64/pe.h
530
UINT8 UserID[6]; // File member user id - decimal.
stand/efi/include/amd64/pe.h
531
UINT8 GroupID[6]; // File member group id - decimal.
stand/efi/include/amd64/pe.h
532
UINT8 Mode[8]; // File member mode - octal.
stand/efi/include/amd64/pe.h
533
UINT8 Size[10]; // File member size - decimal.
stand/efi/include/amd64/pe.h
534
UINT8 EndHeader[2]; // String to end header.
stand/efi/include/amd64/pe.h
567
UINT8 Name[1];
stand/efi/include/amd64/pe.h
61
UINT8 ne_exetyp; // Target Operating system
stand/efi/include/amd64/pe.h
62
UINT8 ne_flagsothers; // Other .EXE flags
stand/efi/include/efi.h
69
#define NextDevicePathNode(a) ( (EFI_DEVICE_PATH *) ( ((UINT8 *) (a)) + DevicePathNodeLength(a)))
stand/efi/include/efi.h
78
(a)->Length[0] = (UINT8) (l); \
stand/efi/include/efi.h
79
(a)->Length[1] = (UINT8) ((l) >> 8); \
stand/efi/include/efi.h
89
#define NextMemoryDescriptor(Ptr,Size) ((EFI_MEMORY_DESCRIPTOR *) (((UINT8 *) Ptr) + Size))
stand/efi/include/efi_nii.h
72
UINT8 Type;
stand/efi/include/efi_nii.h
73
UINT8 MajorVer;
stand/efi/include/efi_nii.h
74
UINT8 MinorVer;
stand/efi/include/efi_nii.h
79
UINT8 IfNum; // interface number to be used with pxeid structure
stand/efi/include/efipciio.h
157
IN UINT8 BarIndex,
stand/efi/include/efipciio.h
190
IN UINT8 BarIndex,
stand/efi/include/efipciio.h
278
IN UINT8 DestBarIndex,
stand/efi/include/efipciio.h
280
IN UINT8 SrcBarIndex,
stand/efi/include/efipciio.h
477
IN UINT8 BarIndex,
stand/efi/include/efipciio.h
511
IN UINT8 BarIndex,
stand/efi/include/i386/pe.h
124
UINT8 MajorLinkerVersion;
stand/efi/include/i386/pe.h
125
UINT8 MinorLinkerVersion;
stand/efi/include/i386/pe.h
163
UINT8 MajorLinkerVersion;
stand/efi/include/i386/pe.h
164
UINT8 MinorLinkerVersion;
stand/efi/include/i386/pe.h
233
UINT8 Name[IMAGE_SIZEOF_SHORT_NAME];
stand/efi/include/i386/pe.h
38
UINT8 ne_ver; // Version number
stand/efi/include/i386/pe.h
39
UINT8 ne_rev; // Revision number
stand/efi/include/i386/pe.h
528
UINT8 Name[16]; // File member name - `/' terminated.
stand/efi/include/i386/pe.h
529
UINT8 Date[12]; // File member date - decimal.
stand/efi/include/i386/pe.h
530
UINT8 UserID[6]; // File member user id - decimal.
stand/efi/include/i386/pe.h
531
UINT8 GroupID[6]; // File member group id - decimal.
stand/efi/include/i386/pe.h
532
UINT8 Mode[8]; // File member mode - octal.
stand/efi/include/i386/pe.h
533
UINT8 Size[10]; // File member size - decimal.
stand/efi/include/i386/pe.h
534
UINT8 EndHeader[2]; // String to end header.
stand/efi/include/i386/pe.h
567
UINT8 Name[1];
stand/efi/include/i386/pe.h
61
UINT8 ne_exetyp; // Target Operating system
stand/efi/include/i386/pe.h
62
UINT8 ne_flagsothers; // Other .EXE flags
stand/efi/libefi/devpath.c
602
prefix = (UINT8 *)node - (UINT8 *)devpath;
stand/efi/libefi/devpath.c
609
node = (EFI_DEVICE_PATH *)((UINT8 *)copy + prefix);
stand/efi/libefi/devpath.c
95
UINT8 VendorDefinedData[1];
stand/efi/loader/main.c
1550
status = rng->GetRNG(rng, NULL, size_efi, (UINT8 *)buf_efi);
stand/efi/loader/main.c
839
acpi_uart_type(UINT8 t)
stand/efi/loader/main.c
857
acpi_uart_baud(UINT8 b)
stand/efi/loader/main.c
867
acpi_uart_regionwidth(UINT8 rw)
stand/efi/loader/main.c
877
acpi_uart_parity(UINT8 p)
sys/amd64/acpica/acpi_machdep.c
199
if (AcpiUtChecksum((UINT8 *)rsdp, ACPI_RSDP_XCHECKSUM_LENGTH)) {
sys/amd64/vmm/amd/ivrs_drv.c
117
ivrs_is_ivhd(UINT8 type)
sys/arm64/acpica/acpi_iort.c
81
UINT8 MemoryAddressLimit;
sys/arm64/acpica/acpi_machdep.c
172
if (AcpiUtChecksum((UINT8 *)rsdp, ACPI_RSDP_XCHECKSUM_LENGTH)) {
sys/compat/linuxkpi/common/include/acpi/acpi.h
83
UINT8 *pointer;
sys/dev/acpi_support/acpi_hp.c
1074
static __inline int acpi_hp_hex_to_int(const UINT8 *hexin, UINT8 *byteout)
sys/dev/acpi_support/acpi_hp.c
1107
UINT8 *uin;
sys/dev/acpi_support/acpi_hp.c
1108
UINT8 uout;
sys/dev/acpi_support/acpi_hp.c
1203
UINT8 instance;
sys/dev/acpi_support/acpi_hp.c
1204
UINT8 maxInstance;
sys/dev/acpi_support/acpi_hp.c
139
UINT8 instance; /* object instance on guid */
sys/dev/acpi_support/acpi_hp.c
318
UINT8 instance, char* outbuf, size_t outsize,
sys/dev/acpi_support/acpi_hp.c
869
switch (*((UINT8 *) obj->Buffer.Pointer)) {
sys/dev/acpi_support/acpi_hp.c
876
*((UINT8 *) obj->Buffer.Pointer));
sys/dev/acpi_support/acpi_hp.c
951
acpi_hp_get_cmi_block(device_t wmi_dev, const char* guid, UINT8 instance,
sys/dev/acpi_support/acpi_wmi.c
1028
(UINT8)winfo->ginfo.oid[0],
sys/dev/acpi_support/acpi_wmi.c
120
const char *guid_string, UINT8 instance,
sys/dev/acpi_support/acpi_wmi.c
132
UINT8 instance, ACPI_BUFFER *out);
sys/dev/acpi_support/acpi_wmi.c
135
UINT8 instance, const ACPI_BUFFER *in);
sys/dev/acpi_support/acpi_wmi.c
149
static int acpi_wmi_guid_string_to_guid(const UINT8 *guid_string,
sys/dev/acpi_support/acpi_wmi.c
150
UINT8 *guid);
sys/dev/acpi_support/acpi_wmi.c
380
UINT8 instance, UINT32 method_id, const ACPI_BUFFER *in, ACPI_BUFFER *out)
sys/dev/acpi_support/acpi_wmi.c
513
((UINT8) winfo->ginfo.oid[0] == event_id)) {
sys/dev/acpi_support/acpi_wmi.c
533
acpi_wmi_get_block_method(device_t dev, const char *guid_string, UINT8 instance,
sys/dev/acpi_support/acpi_wmi.c
613
acpi_wmi_set_block_method(device_t dev, const char *guid_string, UINT8 instance,
sys/dev/acpi_support/acpi_wmi.c
675
((UINT8) winfo->ginfo.oid[0] == notify)) {
sys/dev/acpi_support/acpi_wmi.c
701
UINT8 ec_addr;
sys/dev/acpi_support/acpi_wmi.c
726
ec_data = (UINT8)((*value) >> i);
sys/dev/acpi_support/acpi_wmi.c
811
UINT8 hi = ((UINT8) winfo->ginfo.oid[0]) >> 4;
sys/dev/acpi_support/acpi_wmi.c
812
UINT8 lo = ((UINT8) winfo->ginfo.oid[0]) & 0xf;
sys/dev/acpi_support/acpi_wmi.c
826
static __inline int acpi_wmi_hex_to_int(const UINT8 *hexin, UINT8 *byteout)
sys/dev/acpi_support/acpi_wmi.c
864
acpi_wmi_guid_string_to_guid(const UINT8 *guid_string, UINT8 *guid)
sys/dev/acpi_support/acpi_wmi.c
88
UINT8 max_instance; /* highest instance known for this GUID */
sys/dev/acpi_support/acpi_wmi.c
89
UINT8 flags; /* ACPI_WMI_REGFLAG_%s */
sys/dev/acpi_support/acpi_wmi.c
982
UINT8* guid;
sys/dev/acpi_support/acpi_wmi.c
998
guid = (UINT8*)winfo->ginfo.guid;
sys/dev/acpica/Osd/OsdHardware.c
43
AcpiOsEnterSleep(UINT8 SleepState, UINT32 RegaValue, UINT32 RegbValue)
sys/dev/acpica/acpi.c
2623
acpi_EnterSleepStatePrep(device_t acpi_dev, UINT8 SleepState)
sys/dev/acpica/acpi.c
2956
UINT8 *val;
sys/dev/acpica/acpi.c
4544
UINT8 state;
sys/dev/acpica/acpi.c
645
UINT8 TypeA, TypeB;
sys/dev/acpica/acpi_ec.c
1008
EcWrite(struct acpi_ec_softc *sc, UINT8 Address, UINT8 Data)
sys/dev/acpica/acpi_ec.c
139
UINT8 ec_gpebit;
sys/dev/acpica/acpi_ec.c
228
static ACPI_STATUS EcRead(struct acpi_ec_softc *sc, UINT8 Address,
sys/dev/acpica/acpi_ec.c
229
UINT8 *Data);
sys/dev/acpica/acpi_ec.c
230
static ACPI_STATUS EcWrite(struct acpi_ec_softc *sc, UINT8 Address,
sys/dev/acpica/acpi_ec.c
231
UINT8 Data);
sys/dev/acpica/acpi_ec.c
57
typedef UINT8 EC_COMMAND;
sys/dev/acpica/acpi_ec.c
629
UINT8 Data;
sys/dev/acpica/acpi_ec.c
777
UINT8 *EcData;
sys/dev/acpica/acpi_ec.c
817
EcData = (UINT8 *)Value;
sys/dev/acpica/acpi_ec.c
86
typedef UINT8 EC_STATUS;
sys/dev/acpica/acpi_ec.c
97
typedef UINT8 EC_EVENT;
sys/dev/acpica/acpi_ec.c
978
EcRead(struct acpi_ec_softc *sc, UINT8 Address, UINT8 *Data)
sys/dev/acpica/acpi_pci_link.c
276
UINT8 *irqs = NULL;
sys/dev/acpica/acpi_resource.c
229
acpi_address_range_name(UINT8 ResourceType)
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
203
BHND_NVRAM_VAL_FMT_NATIVE(uint8, UINT8);
sys/dev/iicbus/acpi_iicbus.c
62
UINT8 status;
sys/dev/iicbus/acpi_iicbus.c
63
UINT8 len;
sys/dev/iicbus/acpi_iicbus.c
64
UINT8 data[];
sys/dev/nvdimm/nvdimm.c
124
params_buf.Buffer.Pointer = (UINT8 *)params;
sys/i386/acpica/acpi_machdep.c
218
if (AcpiUtChecksum((UINT8 *)rsdp, ACPI_RSDP_XCHECKSUM_LENGTH)) {
sys/sys/efi-edk2.h
37
typedef UINT8 BOOLEAN;
sys/x86/acpica/madt.c
463
interrupt_polarity(UINT16 IntiFlags, UINT8 Source)
sys/x86/acpica/madt.c
483
interrupt_trigger(UINT16 IntiFlags, UINT8 Source)
sys/x86/acpica/madt.c
685
madt_handle_local_nmi(u_int acpi_id, UINT8 Lint, UINT16 IntiFlags)
sys/x86/acpica/madt.c
69
static enum intr_polarity interrupt_polarity(UINT16 IntiFlags, UINT8 Source);
sys/x86/acpica/madt.c
70
static enum intr_trigger interrupt_trigger(UINT16 IntiFlags, UINT8 Source);
usr.sbin/acpi/acpidb/acpidb.c
135
aml_simulate_regcontent_add(int regtype, ACPI_PHYSICAL_ADDRESS addr, UINT8 value)
usr.sbin/acpi/acpidb/acpidb.c
152
aml_simulate_regcontent_read(int regtype, ACPI_PHYSICAL_ADDRESS addr, UINT8 *valuep)
usr.sbin/acpi/acpidb/acpidb.c
171
aml_simulate_regcontent_write(int regtype, ACPI_PHYSICAL_ADDRESS addr, UINT8 *valuep)
usr.sbin/acpi/acpidb/acpidb.c
302
UINT8 val;
usr.sbin/acpi/acpidb/acpidb.c
69
UINT8 value;
usr.sbin/acpi/acpidb/acpidb.c
84
UINT8 value);
usr.sbin/acpi/acpidb/acpidb.c
87
UINT8 *valuep);
usr.sbin/acpi/acpidb/acpidb.c
90
UINT8 *valuep);
usr.sbin/acpi/acpidump/acpi.c
1845
acpi_handle_ivrs_ivhd_dte(UINT8 dte)
usr.sbin/acpi/acpidump/acpi.c
1876
acpi_handle_ivrs_ivhd_variety(UINT8 v)
usr.sbin/acpi/acpidump/acpi.c
627
einj_action(UINT8 Action)
usr.sbin/acpi/acpidump/acpi.c
661
einj_instruction(UINT8 Instruction)
usr.sbin/acpi/acpidump/acpi.c
733
erst_action(UINT8 Action)
usr.sbin/acpi/acpidump/acpi.c
767
erst_instruction(UINT8 Instruction)
usr.sbin/bhyve/acpi_device.c
121
const UINT8 write_protected, const UINT32 address, const UINT32 length)
usr.sbin/bhyve/acpi_device.c
99
const UINT16 port, const UINT8 length)
usr.sbin/bhyve/acpi_device.h
52
UINT8 length);
usr.sbin/bhyve/acpi_device.h
54
UINT8 write_protected, UINT32 address, UINT32 length);