Symbol: UINT16
bin/ps/keyword.c
190
{"xstat", "XSTAT", NULL, 0, pvar, 4, 0, POFF(p_xstat), UINT16, "x"},
bin/ps/print.c
801
case UINT16:
sys/arch/amd64/stand/efiboot/efiboot.c
1117
UINT16 idle_secs;
sys/dev/efi/efi.h
126
UINT16 Year;
sys/dev/efi/efi.h
39
UINT16 Data2;
sys/dev/efi/efi.h
40
UINT16 Data3;
sys/stand/efi/include/eficon.h
248
UINT16 ScanCode;
sys/stand/efi/include/efidef.h
31
typedef UINT16 CHAR16;
sys/stand/efi/include/efidef.h
75
UINT16 Data2;
sys/stand/efi/include/efidef.h
76
UINT16 Data3;
sys/stand/efi/include/efidef.h
86
UINT16 Year; // 1998 - 20XX
sys/stand/efi/include/efidevp.h
166
UINT16 Lun;
sys/stand/efi/include/efidevp.h
172
UINT16 Pun;
sys/stand/efi/include/efidevp.h
173
UINT16 Lun;
sys/stand/efi/include/efidevp.h
201
UINT16 VendorId;
sys/stand/efi/include/efidevp.h
202
UINT16 ProductId;
sys/stand/efi/include/efidevp.h
226
UINT16 LocalPort;
sys/stand/efi/include/efidevp.h
227
UINT16 RemotePort;
sys/stand/efi/include/efidevp.h
228
UINT16 Protocol;
sys/stand/efi/include/efidevp.h
237
UINT16 LocalPort;
sys/stand/efi/include/efidevp.h
238
UINT16 RemotePort;
sys/stand/efi/include/efidevp.h
239
UINT16 Protocol;
sys/stand/efi/include/efidevp.h
287
UINT16 HBAPortNumber;
sys/stand/efi/include/efidevp.h
288
UINT16 PortMultiplierPortNumber;
sys/stand/efi/include/efidevp.h
289
UINT16 Lun;
sys/stand/efi/include/efidevp.h
341
UINT16 DeviceType;
sys/stand/efi/include/efidevp.h
342
UINT16 StatusFlag;
sys/stand/efi/include/efinet.h
306
IN UINT16 *Protocol OPTIONAL
sys/stand/efi/include/efinet.h
321
OUT UINT16 *Protocol OPTIONAL
sys/stand/efi/include/efipart.h
64
UINT16 Signature;
sys/stand/efi/include/efipxebc.h
115
UINT16 reserved;
sys/stand/efi/include/efipxebc.h
184
UINT16 Type;
sys/stand/efi/include/efipxebc.h
196
UINT16 IpCnt;
sys/stand/efi/include/efipxebc.h
220
UINT16 ListenTimeout;
sys/stand/efi/include/efipxebc.h
221
UINT16 TransmitTimeout;
sys/stand/efi/include/efipxebc.h
296
IN UINT16 Type,
sys/stand/efi/include/efipxebc.h
297
IN UINT16 *Layer,
sys/stand/efi/include/efipxebc.h
321
IN UINT16 OpFlags,
sys/stand/efi/include/efipxebc.h
337
IN UINT16 OpFlags,
sys/stand/efi/include/efipxebc.h
51
typedef UINT16 EFI_PXE_BASE_CODE_UDP_PORT;
sys/stand/efi/include/efipxebc.h
63
UINT16 BootpSeconds;
sys/stand/efi/include/efipxebc.h
64
UINT16 BootpFlags;
sys/stand/efi/include/efipxebc.h
90
UINT16 Checksum;
sys/stand/efi/include/efipxebc.h
96
UINT16 Identifier;
sys/stand/efi/include/efipxebc.h
97
UINT16 Sequence;
usr.bin/ssh/umac.c
857
t = t + ipkp[0] * (UINT64)(UINT16)(data >> 48);
usr.bin/ssh/umac.c
858
t = t + ipkp[1] * (UINT64)(UINT16)(data >> 32);
usr.bin/ssh/umac.c
859
t = t + ipkp[2] * (UINT64)(UINT16)(data >> 16);
usr.bin/ssh/umac.c
860
t = t + ipkp[3] * (UINT64)(UINT16)(data);
usr.sbin/installboot/efi_bootmgr.c
93
UINT16 FilePathListLength;