Searched refs:UINT16 (Results 126 - 150 of 172) sorted by relevance

1234567

/freebsd-11-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiBaseType.h73 UINT16 Year;
H A DUefiSpec.h2045 /// sizeof(UINT32) + sizeof(UINT16) + StrSize(Description) + FilePathListLength
2048 UINT16 FilePathListLength;
2156 UINT16 BootOption;
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Dprutils.c260 UINT16 MessageId,
H A Daslstubs.c284 UINT16 Timeout)
/freebsd-11-stable/sys/contrib/dev/acpica/components/events/
H A Devmisc.c285 Info->Notify.Value = (UINT16) NotifyValue;
/freebsd-11-stable/stand/efi/include/amd64/
H A Defibind.h99 typedef uint16_t UINT16; typedef
/freebsd-11-stable/stand/efi/include/i386/
H A Defibind.h99 typedef uint16_t UINT16; typedef
/freebsd-11-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmthdat.c180 UINT16 Opcode,
852 UINT16 Opcode,
H A Ddspkginit.c211 UINT16 ReferenceCount;
/freebsd-11-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfname.c408 UINT16 Valid = 0;
692 UINT16 Opcode;
/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexfield.c257 UINT16 AccessorType;
479 UINT16 AccessorType;
H A Dexcreate.c564 ObjDesc->PowerResource.ResourceOrder = (UINT16) Operand[2]->Integer.Value;
/freebsd-11-stable/stand/efi/libefi/
H A Denv.c525 printf("%u", *((uint16_t *)data)); /* UINT16 */
532 UINT16 *u16 = (UINT16 *)data;
535 for (i = 0; i < datasz / sizeof (UINT16); i++)
543 UINT16 filepathlistlen;
550 data += sizeof (UINT16);
/freebsd-11-stable/sys/dev/acpica/Osd/
H A DOsdSynch.c54 timeout2hz(UINT16 Timeout)
152 AcpiOsWaitSemaphore(ACPI_SEMAPHORE Handle, UINT32 Units, UINT16 Timeout)
360 AcpiOsAcquireMutex(ACPI_MUTEX Handle, UINT16 Timeout)
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacpixf.h955 UINT16 Timeout,
972 UINT16 Timeout))
1187 UINT16 AmlBufferLength,
/freebsd-11-stable/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c849 UINT16 Timeout)
983 UINT16 MsecTimeout)
/freebsd-11-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmcstyle.c168 UINT16 AslOpcode);
933 UINT16 AmlOpcode)
H A Ddmresrcl.c262 AcpiDmDumpInteger16 (ACPI_CAST_PTR (UINT16, Source)[i],
313 AcpiDmDumpInteger16 (ACPI_CAST_PTR (UINT16, Source)[i],
/freebsd-11-stable/stand/efi/boot1/
H A Dboot1.c396 UINT16 boot_current;
398 UINT16 boot_order[100];
/freebsd-11-stable/sys/contrib/dev/acpica/components/resources/
H A Drscreate.c178 UINT16 AmlBufferLength,
/freebsd-11-stable/sbin/hastd/
H A Dnv.c420 NV_DEFINE_ADD(uint16, UINT16)
445 NV_DEFINE_ADD_ARRAY(uint16, UINT16)
518 NV_DEFINE_GET(uint16, UINT16)
549 NV_DEFINE_GET_ARRAY(uint16, UINT16)
/freebsd-11-stable/crypto/openssh/
H A Dumac.c91 typedef u_int16_t UINT16; /* 2 byte */ typedef
858 t = t + ipkp[0] * (UINT64)(UINT16)(data >> 48);
859 t = t + ipkp[1] * (UINT64)(UINT16)(data >> 32);
860 t = t + ipkp[2] * (UINT64)(UINT16)(data >> 16);
861 t = t + ipkp[3] * (UINT64)(UINT16)(data);
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Ddmtable.c884 UINT16 Temp16;
1341 Temp16 = (UINT16) ((*Target) & 0x7F); /* Top bit can be zero or one */
H A Dadwalk.c170 UINT16 Opcode);
891 UINT16 Flags = 0;
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dcommon.h91 typedef UINT16 u16;
103 typedef UINT16 u16;

Completed in 360 milliseconds

1234567