OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UINT16
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/gnu-efi/dist/inc/riscv64/
efibind.h
36
typedef uint16_t
UINT16
;
/src/sys/external/bsd/gnu-efi/dist/inc/aarch64/
efibind.h
55
typedef uint16_t
UINT16
;
/src/sys/external/bsd/gnu-efi/dist/inc/arm/
efibind.h
63
typedef uint16_t
UINT16
;
/src/sys/external/bsd/gnu-efi/dist/inc/ia32/
efibind.h
105
typedef uint16_t
UINT16
;
/src/sys/external/bsd/gnu-efi/dist/inc/ia64/
efibind.h
87
typedef uint16_t
UINT16
;
/src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
efibind.h
55
typedef uint16_t
UINT16
;
/src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
efibind.h
116
typedef uint16_t
UINT16
;
/src/usr.bin/rump_dhcpclient/
dhcp.c
40
#define
UINT16
(1 << 2)
86
{ 13,
UINT16
, "boot_size" },
96
{ 23,
UINT16
, "default_ip_ttl" },
98
{ 25,
UINT16
| ARRAY, "path_mtu_plateau_table" },
99
{ 26,
UINT16
, "interface_mtu" },
108
{ 36,
UINT16
, "ieee802_3_encapsulation" },
129
{ 57,
UINT16
, "dhcp_max_message_size" },
187
if (opt->type &
UINT16
)
/src/sys/external/bsd/acpica/dist/include/
actypes.h
173
#define ACPI_UINT16_MAX (
UINT16
)(~((
UINT16
) 0)) /* 0xFFFF */
190
*
UINT16
16-bit (2 byte) unsigned value
237
typedef unsigned short
UINT16
;
595
typedef
UINT16
ACPI_OWNER_ID;
610
#define ACPI_WAIT_FOREVER 0xFFFF /*
UINT16
, as per ACPI spec */
635
#define ACPI_LOBYTE(Integer) ((UINT8) (
UINT16
)(Integer))
636
#define ACPI_HIBYTE(Integer) ((UINT8) (((
UINT16
)(Integer)) >> 8))
637
#define ACPI_LOWORD(Integer) ((
UINT16
) (UINT32)(Integer))
638
#define ACPI_HIWORD(Integer) ((
UINT16
)(((UINT32)(Integer)) >> 16)
[
all
...]
Completed in 17 milliseconds
Indexes created Thu Sep 25 08:09:54 GMT 2025