bin/ksh/syn.c
484
if (c == IN)
bin/ksh/syn.c
598
if ((c = token(CONTIN|KEYWORD|ALIAS)) != IN) {
bin/ksh/syn.c
646
{ "in", IN, true },
distrib/special/more/curses.h
56
extern char AM, BS, CA, DA, EO, HC, IN, MI, MS, NC, NS, OS,
libexec/getty/subr.c
136
&ER, &KL, &IN, &QU, &XN, &XF, &ET, &BK,
libexec/snmpd/snmpd_metrics/mib.c
1391
agentx_varbind_counter64(vb, s.bcounters[IPV4][IN]);
libexec/snmpd/snmpd_metrics/mib.c
1395
agentx_varbind_counter64(vb, s.pcounters[IPV4][IN][PF_PASS]);
libexec/snmpd/snmpd_metrics/mib.c
1397
agentx_varbind_counter64(vb, s.pcounters[IPV4][IN][PF_DROP]);
libexec/snmpd/snmpd_metrics/mib.c
1403
agentx_varbind_counter64(vb, s.bcounters[IPV6][IN]);
libexec/snmpd/snmpd_metrics/mib.c
1407
agentx_varbind_counter64(vb, s.pcounters[IPV6][IN][PF_PASS]);
libexec/snmpd/snmpd_metrics/mib.c
1409
agentx_varbind_counter64(vb, s.pcounters[IPV6][IN][PF_DROP]);
libexec/snmpd/snmpd_metrics/mib.c
1587
agentx_varbind_counter64(vb, pif.pfik_packets[IPV4][IN][PASS]);
libexec/snmpd/snmpd_metrics/mib.c
1589
agentx_varbind_counter64(vb, pif.pfik_bytes[IPV4][IN][PASS]);
libexec/snmpd/snmpd_metrics/mib.c
1591
agentx_varbind_counter64(vb, pif.pfik_packets[IPV4][IN][BLOCK]);
libexec/snmpd/snmpd_metrics/mib.c
1593
agentx_varbind_counter64(vb, pif.pfik_bytes[IPV4][IN][BLOCK]);
libexec/snmpd/snmpd_metrics/mib.c
1603
agentx_varbind_counter64(vb, pif.pfik_packets[IPV6][IN][PASS]);
libexec/snmpd/snmpd_metrics/mib.c
1605
agentx_varbind_counter64(vb, pif.pfik_bytes[IPV6][IN][PASS]);
libexec/snmpd/snmpd_metrics/mib.c
1607
agentx_varbind_counter64(vb, pif.pfik_packets[IPV6][IN][BLOCK]);
libexec/snmpd/snmpd_metrics/mib.c
1609
agentx_varbind_counter64(vb, pif.pfik_bytes[IPV6][IN][BLOCK]);
libexec/snmpd/snmpd_metrics/mib.c
1679
agentx_varbind_counter64(vb, ts.pfrts_packets[IN][PFR_OP_PASS]);
libexec/snmpd/snmpd_metrics/mib.c
1681
agentx_varbind_counter64(vb, ts.pfrts_bytes[IN][PFR_OP_PASS]);
libexec/snmpd/snmpd_metrics/mib.c
1683
agentx_varbind_counter64(vb, ts.pfrts_packets[IN][PFR_OP_BLOCK]);
libexec/snmpd/snmpd_metrics/mib.c
1685
agentx_varbind_counter64(vb, ts.pfrts_bytes[IN][PFR_OP_BLOCK]);
libexec/snmpd/snmpd_metrics/mib.c
1687
agentx_varbind_counter64(vb, ts.pfrts_packets[IN][PFR_OP_XPASS]);
libexec/snmpd/snmpd_metrics/mib.c
1689
agentx_varbind_counter64(vb, ts.pfrts_bytes[IN][PFR_OP_XPASS]);
libexec/snmpd/snmpd_metrics/mib.c
1706
agentx_varbind_counter64(vb, ts.pfrts_packets[IN][PFR_OP_MATCH]);
libexec/snmpd/snmpd_metrics/mib.c
1708
agentx_varbind_counter64(vb, ts.pfrts_bytes[IN][PFR_OP_MATCH]);
libexec/snmpd/snmpd_metrics/mib.c
1776
agentx_varbind_counter64(vb, as.pfras_packets[IN][PFR_OP_BLOCK]);
libexec/snmpd/snmpd_metrics/mib.c
1778
agentx_varbind_counter64(vb, as.pfras_bytes[IN][PFR_OP_BLOCK]);
libexec/snmpd/snmpd_metrics/mib.c
1780
agentx_varbind_counter64(vb, as.pfras_packets[IN][PFR_OP_PASS]);
libexec/snmpd/snmpd_metrics/mib.c
1782
agentx_varbind_counter64(vb, as.pfras_bytes[IN][PFR_OP_PASS]);
libexec/snmpd/snmpd_metrics/mib.c
1792
agentx_varbind_counter64(vb, as.pfras_packets[IN][PFR_OP_MATCH]);
libexec/snmpd/snmpd_metrics/mib.c
1794
agentx_varbind_counter64(vb, as.pfras_bytes[IN][PFR_OP_MATCH]);
libexec/snmpd/snmpd_metrics/mib.c
1916
agentx_varbind_counter64(vb, r->packets[IN] + r->packets[OUT]);
libexec/snmpd/snmpd_metrics/mib.c
1918
agentx_varbind_counter64(vb, r->bytes[IN] + r->bytes[OUT]);
libexec/snmpd/snmpd_metrics/mib.c
1920
agentx_varbind_counter64(vb, r->packets[IN]);
libexec/snmpd/snmpd_metrics/mib.c
1922
agentx_varbind_counter64(vb, r->bytes[IN]);
regress/lib/libcrypto/aead/aeadtest.c
144
lengths[NONCE], bufs[IN], lengths[IN], bufs[AD], lengths[AD])) {
regress/lib/libcrypto/aead/aeadtest.c
165
if (!EVP_AEAD_CTX_open(ctx, out2, &out_len2, lengths[IN], bufs[NONCE],
regress/lib/libcrypto/aead/aeadtest.c
171
if (out_len2 != lengths[IN]) {
regress/lib/libcrypto/aead/aeadtest.c
177
if (memcmp(out2, bufs[IN], out_len2) != 0) {
regress/lib/libcrypto/aead/aeadtest.c
183
if (EVP_AEAD_CTX_open(ctx, out2, &out_len2, lengths[IN], bufs[NONCE],
regress/lib/libcrypto/aead/aeadtest.c
249
if (!EVP_EncryptUpdate(ctx, out, &len, bufs[IN], lengths[IN])) {
regress/lib/libcrypto/aead/aeadtest.c
370
if (out_len != lengths[IN]) {
regress/lib/libcrypto/aead/aeadtest.c
376
if (memcmp(out, bufs[IN], out_len) != 0) {
regress/lib/libcrypto/aead/aeadtest.c
53
#ifdef IN
sbin/iked/parse.y
446
%token FROM ESP AH IN PEER ON OUT TO SRCID DSTID PSK PORT
sbin/ipsecctl/parse.y
1069
{ "in", IN },
sbin/ipsecctl/parse.y
282
%token FLOW FROM ESP AH IN PEER ON OUT TO SRCID DSTID RSA PSK TCPMD5 SPI
sbin/ipsecctl/parse.y
479
| IN { $$ = IPSEC_IN; }
sbin/pfctl/parse.y
2837
| IN { $$ = PF_IN; }
sbin/pfctl/parse.y
530
%token PASS BLOCK MATCH SCRUB RETURN IN OS OUT LOG QUICK ON FROM TO FLAGS
sbin/pfctl/parse.y
5523
{ "in", IN},
sys/arch/amd64/stand/efiboot/efirng.c
40
IN struct _EFI_RNG_PROTOCOL *This,
sys/arch/amd64/stand/efiboot/efirng.c
41
IN OUT UINTN *RNGAlgorithmListSize,
sys/arch/amd64/stand/efiboot/efirng.c
48
IN struct _EFI_RNG_PROTOCOL *This,
sys/arch/amd64/stand/efiboot/efirng.c
49
IN EFI_RNG_ALGORITHM *RNGAlgorithm, OPTIONAL
sys/arch/amd64/stand/efiboot/efirng.c
50
IN UINTN RNGValueLength,
sys/arch/arm64/stand/efiboot/efidt.h
32
IN struct _EFI_DT_FIXUP_PROTOCOL *This,
sys/arch/arm64/stand/efiboot/efidt.h
33
IN VOID *Fdt,
sys/arch/arm64/stand/efiboot/efidt.h
34
IN OUT UINTN *BufferSize,
sys/arch/arm64/stand/efiboot/efidt.h
35
IN UINT32 Flags
sys/arch/arm64/stand/efiboot/efirng.c
40
IN struct _EFI_RNG_PROTOCOL *This,
sys/arch/arm64/stand/efiboot/efirng.c
41
IN OUT UINTN *RNGAlgorithmListSize,
sys/arch/arm64/stand/efiboot/efirng.c
48
IN struct _EFI_RNG_PROTOCOL *This,
sys/arch/arm64/stand/efiboot/efirng.c
49
IN EFI_RNG_ALGORITHM *RNGAlgorithm, OPTIONAL
sys/arch/arm64/stand/efiboot/efirng.c
50
IN UINTN RNGValueLength,
sys/arch/armv7/stand/efiboot/efidt.h
32
IN struct _EFI_DT_FIXUP_PROTOCOL *This,
sys/arch/armv7/stand/efiboot/efidt.h
33
IN VOID *Fdt,
sys/arch/armv7/stand/efiboot/efidt.h
34
IN OUT UINTN *BufferSize,
sys/arch/armv7/stand/efiboot/efidt.h
35
IN UINT32 Flags
sys/arch/riscv64/stand/efiboot/efidt.h
32
IN struct _EFI_DT_FIXUP_PROTOCOL *This,
sys/arch/riscv64/stand/efiboot/efidt.h
33
IN VOID *Fdt,
sys/arch/riscv64/stand/efiboot/efidt.h
34
IN OUT UINTN *BufferSize,
sys/arch/riscv64/stand/efiboot/efidt.h
35
IN UINT32 Flags
sys/arch/riscv64/stand/efiboot/efiriscv.c
40
IN struct _RISCV_EFI_BOOT_PROTOCOL *This,
sys/arch/riscv64/stand/efiboot/efirng.c
40
IN struct _EFI_RNG_PROTOCOL *This,
sys/arch/riscv64/stand/efiboot/efirng.c
41
IN OUT UINTN *RNGAlgorithmListSize,
sys/arch/riscv64/stand/efiboot/efirng.c
48
IN struct _EFI_RNG_PROTOCOL *This,
sys/arch/riscv64/stand/efiboot/efirng.c
49
IN EFI_RNG_ALGORITHM *RNGAlgorithm, OPTIONAL
sys/arch/riscv64/stand/efiboot/efirng.c
50
IN UINTN RNGValueLength,
sys/dev/usb/ugen.c
1198
sce = &sc->sc_endpoints[endpt][IN];
sys/dev/usb/ugen.c
1316
sce = &sc->sc_endpoints[UGENENDPOINT(dev)][IN];
sys/dev/usb/ugen.c
242
dir = UE_GET_DIR(endpt) == UE_DIR_IN ? IN : OUT;
sys/dev/usb/ugen.c
291
for (dir = OUT; dir <= IN; dir++) {
sys/dev/usb/ugen.c
301
for (dir = OUT; dir <= IN; dir++) {
sys/dev/usb/ugen.c
446
for (dir = OUT; dir <= IN; dir++) {
sys/dev/usb/ugen.c
484
struct ugen_endpoint *sce = &sc->sc_endpoints[endpt][IN];
sys/dev/usb/ugen.c
770
for (dir = OUT; dir <= IN; dir++) {
sys/dev/usb/ugen.c
781
wakeup(&sc->sc_endpoints[i][IN]);
sys/dev/usb/ugen.c
801
sce = &sc->sc_endpoints[endptno][IN];
sys/dev/usb/ugen.c
925
dir = UE_GET_DIR(endpt) == UE_DIR_IN ? IN : OUT;
sys/dev/usb/ugen.c
939
dir = UE_GET_DIR(endpt) == UE_DIR_IN ? IN : OUT;
sys/dev/usb/ugen.c
985
sce = &sc->sc_endpoints[endpt][IN];
sys/dev/usb/ugen.c
994
sce = &sc->sc_endpoints[endpt][IN];
sys/kern/sys_process.c
161
mode = IN;
sys/kern/sys_process.c
243
case IN:
sys/kern/sys_process.c
278
case IN:
sys/stand/efi/include/efiapi.h
109
IN UINTN DebugDisposition,
sys/stand/efi/include/efiapi.h
110
IN OUT VOID **Address
sys/stand/efi/include/efiapi.h
136
IN EFI_EVENT Event,
sys/stand/efi/include/efiapi.h
137
IN VOID *Context
sys/stand/efi/include/efiapi.h
143
IN UINT32 Type,
sys/stand/efi/include/efiapi.h
144
IN EFI_TPL NotifyTpl,
sys/stand/efi/include/efiapi.h
145
IN EFI_EVENT_NOTIFY NotifyFunction,
sys/stand/efi/include/efiapi.h
146
IN VOID *NotifyContext,
sys/stand/efi/include/efiapi.h
160
IN EFI_EVENT Event,
sys/stand/efi/include/efiapi.h
161
IN EFI_TIMER_DELAY Type,
sys/stand/efi/include/efiapi.h
162
IN UINT64 TriggerTime
sys/stand/efi/include/efiapi.h
168
IN EFI_EVENT Event
sys/stand/efi/include/efiapi.h
174
IN UINTN NumberOfEvents,
sys/stand/efi/include/efiapi.h
175
IN EFI_EVENT *Event,
sys/stand/efi/include/efiapi.h
182
IN EFI_EVENT Event
sys/stand/efi/include/efiapi.h
188
IN EFI_EVENT Event
sys/stand/efi/include/efiapi.h
203
IN EFI_TPL NewTpl
sys/stand/efi/include/efiapi.h
209
IN EFI_TPL OldTpl
sys/stand/efi/include/efiapi.h
231
IN CHAR16 *VariableName,
sys/stand/efi/include/efiapi.h
232
IN EFI_GUID *VendorGuid,
sys/stand/efi/include/efiapi.h
234
IN OUT UINTN *DataSize,
sys/stand/efi/include/efiapi.h
241
IN OUT UINTN *VariableNameSize,
sys/stand/efi/include/efiapi.h
242
IN OUT CHAR16 *VariableName,
sys/stand/efi/include/efiapi.h
243
IN OUT EFI_GUID *VendorGuid
sys/stand/efi/include/efiapi.h
250
IN CHAR16 *VariableName,
sys/stand/efi/include/efiapi.h
251
IN EFI_GUID *VendorGuid,
sys/stand/efi/include/efiapi.h
252
IN UINT32 Attributes,
sys/stand/efi/include/efiapi.h
253
IN UINTN DataSize,
sys/stand/efi/include/efiapi.h
254
IN VOID *Data
sys/stand/efi/include/efiapi.h
279
IN EFI_TIME *Time
sys/stand/efi/include/efiapi.h
293
IN BOOLEAN Enable,
sys/stand/efi/include/efiapi.h
294
IN EFI_TIME *Time OPTIONAL
sys/stand/efi/include/efiapi.h
326
IN EFI_HANDLE ImageHandle,
sys/stand/efi/include/efiapi.h
327
IN struct _EFI_SYSTEM_TABLE *SystemTable
sys/stand/efi/include/efiapi.h
333
IN BOOLEAN BootPolicy,
sys/stand/efi/include/efiapi.h
334
IN EFI_HANDLE ParentImageHandle,
sys/stand/efi/include/efiapi.h
335
IN EFI_DEVICE_PATH *FilePath,
sys/stand/efi/include/efiapi.h
336
IN VOID *SourceBuffer OPTIONAL,
sys/stand/efi/include/efiapi.h
337
IN UINTN SourceSize,
sys/stand/efi/include/efiapi.h
344
IN EFI_HANDLE ImageHandle,
sys/stand/efi/include/efiapi.h
352
IN EFI_HANDLE ImageHandle,
sys/stand/efi/include/efiapi.h
353
IN EFI_STATUS ExitStatus,
sys/stand/efi/include/efiapi.h
354
IN UINTN ExitDataSize,
sys/stand/efi/include/efiapi.h
355
IN CHAR16 *ExitData OPTIONAL
sys/stand/efi/include/efiapi.h
361
IN EFI_HANDLE ImageHandle
sys/stand/efi/include/efiapi.h
399
IN EFI_HANDLE ImageHandle,
sys/stand/efi/include/efiapi.h
400
IN UINTN MapKey
sys/stand/efi/include/efiapi.h
411
IN UINTN Microseconds
sys/stand/efi/include/efiapi.h
417
IN UINTN Timeout,
sys/stand/efi/include/efiapi.h
418
IN UINT64 WatchdogCode,
sys/stand/efi/include/efiapi.h
419
IN UINTN DataSize,
sys/stand/efi/include/efiapi.h
420
IN CHAR16 *WatchdogData OPTIONAL
sys/stand/efi/include/efiapi.h
433
IN EFI_RESET_TYPE ResetType,
sys/stand/efi/include/efiapi.h
434
IN EFI_STATUS ResetStatus,
sys/stand/efi/include/efiapi.h
435
IN UINTN DataSize,
sys/stand/efi/include/efiapi.h
436
IN CHAR16 *ResetData OPTIONAL
sys/stand/efi/include/efiapi.h
462
IN OUT EFI_HANDLE *Handle,
sys/stand/efi/include/efiapi.h
463
IN EFI_GUID *Protocol,
sys/stand/efi/include/efiapi.h
464
IN EFI_INTERFACE_TYPE InterfaceType,
sys/stand/efi/include/efiapi.h
465
IN VOID *Interface
sys/stand/efi/include/efiapi.h
471
IN EFI_HANDLE Handle,
sys/stand/efi/include/efiapi.h
472
IN EFI_GUID *Protocol,
sys/stand/efi/include/efiapi.h
473
IN VOID *OldInterface,
sys/stand/efi/include/efiapi.h
474
IN VOID *NewInterface
sys/stand/efi/include/efiapi.h
480
IN EFI_HANDLE Handle,
sys/stand/efi/include/efiapi.h
481
IN EFI_GUID *Protocol,
sys/stand/efi/include/efiapi.h
482
IN VOID *Interface
sys/stand/efi/include/efiapi.h
488
IN EFI_HANDLE Handle,
sys/stand/efi/include/efiapi.h
489
IN EFI_GUID *Protocol,
sys/stand/efi/include/efiapi.h
496
IN EFI_GUID *Protocol,
sys/stand/efi/include/efiapi.h
497
IN EFI_EVENT Event,
sys/stand/efi/include/efiapi.h
51
IN EFI_ALLOCATE_TYPE Type,
sys/stand/efi/include/efiapi.h
510
IN EFI_LOCATE_SEARCH_TYPE SearchType,
sys/stand/efi/include/efiapi.h
511
IN EFI_GUID *Protocol OPTIONAL,
sys/stand/efi/include/efiapi.h
512
IN VOID *SearchKey OPTIONAL,
sys/stand/efi/include/efiapi.h
513
IN OUT UINTN *BufferSize,
sys/stand/efi/include/efiapi.h
52
IN EFI_MEMORY_TYPE MemoryType,
sys/stand/efi/include/efiapi.h
520
IN EFI_GUID *Protocol,
sys/stand/efi/include/efiapi.h
521
IN OUT EFI_DEVICE_PATH **DevicePath,
sys/stand/efi/include/efiapi.h
528
IN EFI_GUID *Guid,
sys/stand/efi/include/efiapi.h
529
IN VOID *Table
sys/stand/efi/include/efiapi.h
53
IN UINTN NoPages,
sys/stand/efi/include/efiapi.h
540
IN EFI_HANDLE ControllerHandle,
sys/stand/efi/include/efiapi.h
541
IN EFI_HANDLE *DriverImageHandle OPTIONAL,
sys/stand/efi/include/efiapi.h
542
IN EFI_DEVICE_PATH *RemainingDevicePath OPTIONAL,
sys/stand/efi/include/efiapi.h
543
IN BOOLEAN Recursive
sys/stand/efi/include/efiapi.h
549
IN EFI_HANDLE ControllerHandle,
sys/stand/efi/include/efiapi.h
550
IN EFI_HANDLE DriverImageHandle, OPTIONAL
sys/stand/efi/include/efiapi.h
551
IN EFI_HANDLE ChildHandle OPTIONAL
sys/stand/efi/include/efiapi.h
564
IN EFI_HANDLE Handle,
sys/stand/efi/include/efiapi.h
565
IN EFI_GUID *Protocol,
sys/stand/efi/include/efiapi.h
567
IN EFI_HANDLE ImageHandle,
sys/stand/efi/include/efiapi.h
568
IN EFI_HANDLE ControllerHandle, OPTIONAL
sys/stand/efi/include/efiapi.h
569
IN UINT32 Attributes
sys/stand/efi/include/efiapi.h
575
IN EFI_HANDLE Handle,
sys/stand/efi/include/efiapi.h
576
IN EFI_GUID *Protocol,
sys/stand/efi/include/efiapi.h
577
IN EFI_HANDLE ImageHandle,
sys/stand/efi/include/efiapi.h
578
IN EFI_HANDLE DeviceHandle
sys/stand/efi/include/efiapi.h
591
IN EFI_HANDLE UserHandle,
sys/stand/efi/include/efiapi.h
592
IN EFI_GUID *Protocol,
sys/stand/efi/include/efiapi.h
593
IN EFI_OPEN_PROTOCOL_INFORMATION_ENTRY **EntryBuffer,
sys/stand/efi/include/efiapi.h
60
IN EFI_PHYSICAL_ADDRESS Memory,
sys/stand/efi/include/efiapi.h
600
IN EFI_HANDLE UserHandle,
sys/stand/efi/include/efiapi.h
608
IN EFI_LOCATE_SEARCH_TYPE SearchType,
sys/stand/efi/include/efiapi.h
609
IN EFI_GUID *Protocol OPTIONAL,
sys/stand/efi/include/efiapi.h
61
IN UINTN NoPages
sys/stand/efi/include/efiapi.h
610
IN VOID *SearchKey OPTIONAL,
sys/stand/efi/include/efiapi.h
611
IN OUT UINTN *NumberHandles,
sys/stand/efi/include/efiapi.h
626
IN OUT EFI_HANDLE *Handle,
sys/stand/efi/include/efiapi.h
633
IN EFI_HANDLE Handle,
sys/stand/efi/include/efiapi.h
640
IN VOID *Data,
sys/stand/efi/include/efiapi.h
641
IN UINTN DataSize,
sys/stand/efi/include/efiapi.h
648
IN VOID *Destination,
sys/stand/efi/include/efiapi.h
649
IN VOID *Source,
sys/stand/efi/include/efiapi.h
650
IN UINTN Length
sys/stand/efi/include/efiapi.h
656
IN VOID *Buffer,
sys/stand/efi/include/efiapi.h
657
IN UINTN Size,
sys/stand/efi/include/efiapi.h
658
IN UINT8 Value
sys/stand/efi/include/efiapi.h
67
IN OUT UINTN *MemoryMapSize,
sys/stand/efi/include/efiapi.h
68
IN OUT EFI_MEMORY_DESCRIPTOR *MemoryMap,
sys/stand/efi/include/efiapi.h
80
IN EFI_MEMORY_TYPE PoolType,
sys/stand/efi/include/efiapi.h
81
IN UINTN Size,
sys/stand/efi/include/efiapi.h
88
IN VOID *Buffer
sys/stand/efi/include/efiapi.h
94
IN UINTN MemoryMapSize,
sys/stand/efi/include/efiapi.h
95
IN UINTN DescriptorSize,
sys/stand/efi/include/efiapi.h
96
IN UINT32 DescriptorVersion,
sys/stand/efi/include/efiapi.h
97
IN EFI_MEMORY_DESCRIPTOR *VirtualMap
sys/stand/efi/include/eficon.h
116
IN struct _SIMPLE_TEXT_OUTPUT_INTERFACE *This
sys/stand/efi/include/eficon.h
122
IN struct _SIMPLE_TEXT_OUTPUT_INTERFACE *This,
sys/stand/efi/include/eficon.h
123
IN UINTN Column,
sys/stand/efi/include/eficon.h
124
IN UINTN Row
sys/stand/efi/include/eficon.h
130
IN struct _SIMPLE_TEXT_OUTPUT_INTERFACE *This,
sys/stand/efi/include/eficon.h
131
IN BOOLEAN Enable
sys/stand/efi/include/eficon.h
292
IN struct _SIMPLE_INPUT_INTERFACE *This,
sys/stand/efi/include/eficon.h
293
IN BOOLEAN ExtendedVerification
sys/stand/efi/include/eficon.h
299
IN struct _SIMPLE_INPUT_INTERFACE *This,
sys/stand/efi/include/eficon.h
42
IN struct _SIMPLE_TEXT_OUTPUT_INTERFACE *This,
sys/stand/efi/include/eficon.h
43
IN BOOLEAN ExtendedVerification
sys/stand/efi/include/eficon.h
49
IN struct _SIMPLE_TEXT_OUTPUT_INTERFACE *This,
sys/stand/efi/include/eficon.h
50
IN CHAR16 *String
sys/stand/efi/include/eficon.h
56
IN struct _SIMPLE_TEXT_OUTPUT_INTERFACE *This,
sys/stand/efi/include/eficon.h
57
IN CHAR16 *String
sys/stand/efi/include/eficon.h
63
IN struct _SIMPLE_TEXT_OUTPUT_INTERFACE *This,
sys/stand/efi/include/eficon.h
64
IN UINTN ModeNumber,
sys/stand/efi/include/eficon.h
72
IN struct _SIMPLE_TEXT_OUTPUT_INTERFACE *This,
sys/stand/efi/include/eficon.h
73
IN UINTN ModeNumber
sys/stand/efi/include/eficon.h
79
IN struct _SIMPLE_TEXT_OUTPUT_INTERFACE *This,
sys/stand/efi/include/eficon.h
80
IN UINTN Attribute
sys/stand/efi/include/eficonsctl.h
105
IN EFI_CONSOLE_CONTROL_PROTOCOL *This,
sys/stand/efi/include/eficonsctl.h
106
IN CHAR16 *Password
sys/stand/efi/include/eficonsctl.h
53
IN EFI_CONSOLE_CONTROL_PROTOCOL *This,
sys/stand/efi/include/eficonsctl.h
82
IN EFI_CONSOLE_CONTROL_PROTOCOL *This,
sys/stand/efi/include/eficonsctl.h
83
IN EFI_CONSOLE_CONTROL_SCREEN_MODE Mode
sys/stand/efi/include/efidef.h
62
#ifndef IN
sys/stand/efi/include/efidevp.h
436
IN struct _EFI_DEVICE_PATH *This,
sys/stand/efi/include/efidevp.h
437
IN BOOLEAN DisplayOnly,
sys/stand/efi/include/efidevp.h
438
IN BOOLEAN AllowShortCuts
sys/stand/efi/include/efidevp.h
444
IN struct _EFI_DEVICE_PATH *This,
sys/stand/efi/include/efidevp.h
445
IN BOOLEAN DisplayOnly,
sys/stand/efi/include/efidevp.h
446
IN BOOLEAN AllowShortCuts
sys/stand/efi/include/efifpswa.h
24
IN UINTN TrapType,
sys/stand/efi/include/efifpswa.h
25
IN OUT VOID *Bundle,
sys/stand/efi/include/efifpswa.h
26
IN OUT UINT64 *pipsr,
sys/stand/efi/include/efifpswa.h
27
IN OUT UINT64 *pfsr,
sys/stand/efi/include/efifpswa.h
28
IN OUT UINT64 *pisr,
sys/stand/efi/include/efifpswa.h
29
IN OUT UINT64 *ppreds,
sys/stand/efi/include/efifpswa.h
30
IN OUT UINT64 *pifs,
sys/stand/efi/include/efifpswa.h
31
IN OUT VOID *fp_state
sys/stand/efi/include/efigop.h
102
IN struct _EFI_GRAPHICS_OUTPUT *This,
sys/stand/efi/include/efigop.h
103
IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer,
sys/stand/efi/include/efigop.h
104
IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation,
sys/stand/efi/include/efigop.h
105
IN UINTN SourceX,
sys/stand/efi/include/efigop.h
106
IN UINTN SourceY,
sys/stand/efi/include/efigop.h
107
IN UINTN DestinationX,
sys/stand/efi/include/efigop.h
108
IN UINTN DestinationY,
sys/stand/efi/include/efigop.h
109
IN UINTN Width,
sys/stand/efi/include/efigop.h
110
IN UINTN Height,
sys/stand/efi/include/efigop.h
111
IN UINTN Delta
sys/stand/efi/include/efigop.h
71
IN struct _EFI_GRAPHICS_OUTPUT *This,
sys/stand/efi/include/efigop.h
72
IN UINT32 ModeNumber,
sys/stand/efi/include/efigop.h
80
IN struct _EFI_GRAPHICS_OUTPUT *This,
sys/stand/efi/include/efigop.h
81
IN UINT32 ModeNumber
sys/stand/efi/include/efinet.h
179
IN struct _EFI_SIMPLE_NETWORK *This
sys/stand/efi/include/efinet.h
188
IN struct _EFI_SIMPLE_NETWORK *This
sys/stand/efi/include/efinet.h
197
IN struct _EFI_SIMPLE_NETWORK *This,
sys/stand/efi/include/efinet.h
198
IN UINTN ExtraRxBufferSize OPTIONAL,
sys/stand/efi/include/efinet.h
199
IN UINTN ExtraTxBufferSize OPTIONAL
sys/stand/efi/include/efinet.h
208
IN struct _EFI_SIMPLE_NETWORK *This,
sys/stand/efi/include/efinet.h
209
IN BOOLEAN ExtendedVerification
sys/stand/efi/include/efinet.h
218
IN struct _EFI_SIMPLE_NETWORK *This
sys/stand/efi/include/efinet.h
227
IN struct _EFI_SIMPLE_NETWORK *This,
sys/stand/efi/include/efinet.h
228
IN UINT32 Enable,
sys/stand/efi/include/efinet.h
229
IN UINT32 Disable,
sys/stand/efi/include/efinet.h
230
IN BOOLEAN ResetMCastFilter,
sys/stand/efi/include/efinet.h
231
IN UINTN MCastFilterCnt OPTIONAL,
sys/stand/efi/include/efinet.h
232
IN EFI_MAC_ADDRESS *MCastFilter OPTIONAL
sys/stand/efi/include/efinet.h
241
IN struct _EFI_SIMPLE_NETWORK *This,
sys/stand/efi/include/efinet.h
242
IN BOOLEAN Reset,
sys/stand/efi/include/efinet.h
243
IN EFI_MAC_ADDRESS *New OPTIONAL
sys/stand/efi/include/efinet.h
252
IN struct _EFI_SIMPLE_NETWORK *This,
sys/stand/efi/include/efinet.h
253
IN BOOLEAN Reset,
sys/stand/efi/include/efinet.h
254
IN OUT UINTN *StatisticsSize OPTIONAL,
sys/stand/efi/include/efinet.h
264
IN struct _EFI_SIMPLE_NETWORK *This,
sys/stand/efi/include/efinet.h
265
IN BOOLEAN IPv6,
sys/stand/efi/include/efinet.h
266
IN EFI_IP_ADDRESS *IP,
sys/stand/efi/include/efinet.h
276
IN struct _EFI_SIMPLE_NETWORK *This,
sys/stand/efi/include/efinet.h
277
IN BOOLEAN ReadWrite,
sys/stand/efi/include/efinet.h
278
IN UINTN Offset,
sys/stand/efi/include/efinet.h
279
IN UINTN BufferSize,
sys/stand/efi/include/efinet.h
280
IN OUT VOID *Buffer
sys/stand/efi/include/efinet.h
289
IN struct _EFI_SIMPLE_NETWORK *This,
sys/stand/efi/include/efinet.h
300
IN struct _EFI_SIMPLE_NETWORK *This,
sys/stand/efi/include/efinet.h
301
IN UINTN HeaderSize,
sys/stand/efi/include/efinet.h
302
IN UINTN BufferSize,
sys/stand/efi/include/efinet.h
303
IN VOID *Buffer,
sys/stand/efi/include/efinet.h
304
IN EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
sys/stand/efi/include/efinet.h
305
IN EFI_MAC_ADDRESS *DestAddr OPTIONAL,
sys/stand/efi/include/efinet.h
306
IN UINT16 *Protocol OPTIONAL
sys/stand/efi/include/efinet.h
315
IN struct _EFI_SIMPLE_NETWORK *This,
sys/stand/efi/include/efinet.h
317
IN OUT UINTN *BufferSize,
sys/stand/efi/include/efiprot.h
127
IN struct _EFI_DISK_IO *This,
sys/stand/efi/include/efiprot.h
128
IN UINT32 MediaId,
sys/stand/efi/include/efiprot.h
129
IN UINT64 Offset,
sys/stand/efi/include/efiprot.h
130
IN UINTN BufferSize,
sys/stand/efi/include/efiprot.h
138
IN struct _EFI_DISK_IO *This,
sys/stand/efi/include/efiprot.h
139
IN UINT32 MediaId,
sys/stand/efi/include/efiprot.h
140
IN UINT64 Offset,
sys/stand/efi/include/efiprot.h
141
IN UINTN BufferSize,
sys/stand/efi/include/efiprot.h
142
IN VOID *Buffer
sys/stand/efi/include/efiprot.h
166
IN struct _EFI_FILE_IO_INTERFACE *This,
sys/stand/efi/include/efiprot.h
184
IN struct _EFI_FILE_HANDLE *File,
sys/stand/efi/include/efiprot.h
186
IN CHAR16 *FileName,
sys/stand/efi/include/efiprot.h
187
IN UINT64 OpenMode,
sys/stand/efi/include/efiprot.h
188
IN UINT64 Attributes
sys/stand/efi/include/efiprot.h
208
IN struct _EFI_FILE_HANDLE *File
sys/stand/efi/include/efiprot.h
214
IN struct _EFI_FILE_HANDLE *File
sys/stand/efi/include/efiprot.h
220
IN struct _EFI_FILE_HANDLE *File,
sys/stand/efi/include/efiprot.h
221
IN OUT UINTN *BufferSize,
sys/stand/efi/include/efiprot.h
228
IN struct _EFI_FILE_HANDLE *File,
sys/stand/efi/include/efiprot.h
229
IN OUT UINTN *BufferSize,
sys/stand/efi/include/efiprot.h
230
IN VOID *Buffer
sys/stand/efi/include/efiprot.h
236
IN struct _EFI_FILE_HANDLE *File,
sys/stand/efi/include/efiprot.h
237
IN UINT64 Position
sys/stand/efi/include/efiprot.h
243
IN struct _EFI_FILE_HANDLE *File,
sys/stand/efi/include/efiprot.h
250
IN struct _EFI_FILE_HANDLE *File,
sys/stand/efi/include/efiprot.h
251
IN EFI_GUID *InformationType,
sys/stand/efi/include/efiprot.h
252
IN OUT UINTN *BufferSize,
sys/stand/efi/include/efiprot.h
259
IN struct _EFI_FILE_HANDLE *File,
sys/stand/efi/include/efiprot.h
260
IN EFI_GUID *InformationType,
sys/stand/efi/include/efiprot.h
261
IN UINTN BufferSize,
sys/stand/efi/include/efiprot.h
262
IN VOID *Buffer
sys/stand/efi/include/efiprot.h
268
IN struct _EFI_FILE_HANDLE *File
sys/stand/efi/include/efiprot.h
361
IN struct _EFI_LOAD_FILE_INTERFACE *This,
sys/stand/efi/include/efiprot.h
362
IN EFI_DEVICE_PATH *FilePath,
sys/stand/efi/include/efiprot.h
363
IN BOOLEAN BootPolicy,
sys/stand/efi/include/efiprot.h
364
IN OUT UINTN *BufferSize,
sys/stand/efi/include/efiprot.h
365
IN VOID *Buffer OPTIONAL
sys/stand/efi/include/efiprot.h
402
IN struct _EFI_DEVICE_IO_INTERFACE *This,
sys/stand/efi/include/efiprot.h
403
IN EFI_IO_WIDTH Width,
sys/stand/efi/include/efiprot.h
404
IN UINT64 Address,
sys/stand/efi/include/efiprot.h
405
IN UINTN Count,
sys/stand/efi/include/efiprot.h
406
IN OUT VOID *Buffer
sys/stand/efi/include/efiprot.h
417
IN struct _EFI_DEVICE_IO_INTERFACE *This,
sys/stand/efi/include/efiprot.h
418
IN UINT64 Address,
sys/stand/efi/include/efiprot.h
419
IN OUT EFI_DEVICE_PATH **PciDevicePath
sys/stand/efi/include/efiprot.h
431
IN struct _EFI_DEVICE_IO_INTERFACE *This,
sys/stand/efi/include/efiprot.h
432
IN EFI_IO_OPERATION_TYPE Operation,
sys/stand/efi/include/efiprot.h
433
IN EFI_PHYSICAL_ADDRESS *HostAddress,
sys/stand/efi/include/efiprot.h
434
IN OUT UINTN *NumberOfBytes,
sys/stand/efi/include/efiprot.h
442
IN struct _EFI_DEVICE_IO_INTERFACE *This,
sys/stand/efi/include/efiprot.h
443
IN VOID *Mapping
sys/stand/efi/include/efiprot.h
449
IN struct _EFI_DEVICE_IO_INTERFACE *This,
sys/stand/efi/include/efiprot.h
450
IN EFI_ALLOCATE_TYPE Type,
sys/stand/efi/include/efiprot.h
451
IN EFI_MEMORY_TYPE MemoryType,
sys/stand/efi/include/efiprot.h
452
IN UINTN Pages,
sys/stand/efi/include/efiprot.h
453
IN OUT EFI_PHYSICAL_ADDRESS *HostAddress
sys/stand/efi/include/efiprot.h
459
IN struct _EFI_DEVICE_IO_INTERFACE *This
sys/stand/efi/include/efiprot.h
465
IN struct _EFI_DEVICE_IO_INTERFACE *This,
sys/stand/efi/include/efiprot.h
466
IN UINTN Pages,
sys/stand/efi/include/efiprot.h
467
IN EFI_PHYSICAL_ADDRESS HostAddress
sys/stand/efi/include/efiprot.h
497
IN struct _EFI_UNICODE_COLLATION_INTERFACE *This,
sys/stand/efi/include/efiprot.h
498
IN CHAR16 *s1,
sys/stand/efi/include/efiprot.h
499
IN CHAR16 *s2
sys/stand/efi/include/efiprot.h
505
IN struct _EFI_UNICODE_COLLATION_INTERFACE *This,
sys/stand/efi/include/efiprot.h
506
IN CHAR16 *String,
sys/stand/efi/include/efiprot.h
507
IN CHAR16 *Pattern
sys/stand/efi/include/efiprot.h
51
IN struct _EFI_BLOCK_IO *This,
sys/stand/efi/include/efiprot.h
513
IN struct _EFI_UNICODE_COLLATION_INTERFACE *This,
sys/stand/efi/include/efiprot.h
514
IN OUT CHAR16 *Str
sys/stand/efi/include/efiprot.h
52
IN BOOLEAN ExtendedVerification
sys/stand/efi/include/efiprot.h
520
IN struct _EFI_UNICODE_COLLATION_INTERFACE *This,
sys/stand/efi/include/efiprot.h
521
IN OUT CHAR16 *Str
sys/stand/efi/include/efiprot.h
527
IN struct _EFI_UNICODE_COLLATION_INTERFACE *This,
sys/stand/efi/include/efiprot.h
528
IN UINTN FatSize,
sys/stand/efi/include/efiprot.h
529
IN CHAR8 *Fat,
sys/stand/efi/include/efiprot.h
536
IN struct _EFI_UNICODE_COLLATION_INTERFACE *This,
sys/stand/efi/include/efiprot.h
537
IN CHAR16 *String,
sys/stand/efi/include/efiprot.h
538
IN UINTN FatSize,
sys/stand/efi/include/efiprot.h
58
IN struct _EFI_BLOCK_IO *This,
sys/stand/efi/include/efiprot.h
59
IN UINT32 MediaId,
sys/stand/efi/include/efiprot.h
60
IN EFI_LBA LBA,
sys/stand/efi/include/efiprot.h
61
IN UINTN BufferSize,
sys/stand/efi/include/efiprot.h
69
IN struct _EFI_BLOCK_IO *This,
sys/stand/efi/include/efiprot.h
70
IN UINT32 MediaId,
sys/stand/efi/include/efiprot.h
71
IN EFI_LBA LBA,
sys/stand/efi/include/efiprot.h
72
IN UINTN BufferSize,
sys/stand/efi/include/efiprot.h
73
IN VOID *Buffer
sys/stand/efi/include/efiprot.h
80
IN struct _EFI_BLOCK_IO *This
sys/stand/efi/include/efipxebc.h
275
IN struct _EFI_PXE_BASE_CODE *This,
sys/stand/efi/include/efipxebc.h
276
IN BOOLEAN UseIpv6
sys/stand/efi/include/efipxebc.h
282
IN struct _EFI_PXE_BASE_CODE *This
sys/stand/efi/include/efipxebc.h
288
IN struct _EFI_PXE_BASE_CODE *This,
sys/stand/efi/include/efipxebc.h
289
IN BOOLEAN SortOffers
sys/stand/efi/include/efipxebc.h
295
IN struct _EFI_PXE_BASE_CODE *This,
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
298
IN BOOLEAN UseBis,
sys/stand/efi/include/efipxebc.h
299
IN OUT EFI_PXE_BASE_CODE_DISCOVER_INFO *Info OPTIONAL
sys/stand/efi/include/efipxebc.h
305
IN struct _EFI_PXE_BASE_CODE *This,
sys/stand/efi/include/efipxebc.h
306
IN EFI_PXE_BASE_CODE_TFTP_OPCODE Operation,
sys/stand/efi/include/efipxebc.h
307
IN OUT VOID *BufferPtr OPTIONAL,
sys/stand/efi/include/efipxebc.h
308
IN BOOLEAN Overwrite,
sys/stand/efi/include/efipxebc.h
309
IN OUT UINT64 *BufferSize,
sys/stand/efi/include/efipxebc.h
310
IN UINTN *BlockSize OPTIONAL,
sys/stand/efi/include/efipxebc.h
311
IN EFI_IP_ADDRESS *ServerIp,
sys/stand/efi/include/efipxebc.h
312
IN UINT8 *Filename,
sys/stand/efi/include/efipxebc.h
313
IN EFI_PXE_BASE_CODE_MTFTP_INFO *Info OPTIONAL,
sys/stand/efi/include/efipxebc.h
314
IN BOOLEAN DontUseBuffer
sys/stand/efi/include/efipxebc.h
320
IN struct _EFI_PXE_BASE_CODE *This,
sys/stand/efi/include/efipxebc.h
321
IN UINT16 OpFlags,
sys/stand/efi/include/efipxebc.h
322
IN EFI_IP_ADDRESS *DestIp,
sys/stand/efi/include/efipxebc.h
323
IN EFI_PXE_BASE_CODE_UDP_PORT *DestPort,
sys/stand/efi/include/efipxebc.h
324
IN EFI_IP_ADDRESS *GatewayIp, OPTIONAL
sys/stand/efi/include/efipxebc.h
325
IN EFI_IP_ADDRESS *SrcIp, OPTIONAL
sys/stand/efi/include/efipxebc.h
326
IN OUT EFI_PXE_BASE_CODE_UDP_PORT *SrcPort, OPTIONAL
sys/stand/efi/include/efipxebc.h
327
IN UINTN *HeaderSize, OPTIONAL
sys/stand/efi/include/efipxebc.h
328
IN VOID *HeaderPtr, OPTIONAL
sys/stand/efi/include/efipxebc.h
329
IN UINTN *BufferSize,
sys/stand/efi/include/efipxebc.h
330
IN VOID *BufferPtr
sys/stand/efi/include/efipxebc.h
336
IN struct _EFI_PXE_BASE_CODE *This,
sys/stand/efi/include/efipxebc.h
337
IN UINT16 OpFlags,
sys/stand/efi/include/efipxebc.h
338
IN OUT EFI_IP_ADDRESS *DestIp, OPTIONAL
sys/stand/efi/include/efipxebc.h
339
IN OUT EFI_PXE_BASE_CODE_UDP_PORT *DestPort, OPTIONAL
sys/stand/efi/include/efipxebc.h
340
IN OUT EFI_IP_ADDRESS *SrcIp, OPTIONAL
sys/stand/efi/include/efipxebc.h
341
IN OUT EFI_PXE_BASE_CODE_UDP_PORT *SrcPort, OPTIONAL
sys/stand/efi/include/efipxebc.h
342
IN UINTN *HeaderSize, OPTIONAL
sys/stand/efi/include/efipxebc.h
343
IN VOID *HeaderPtr, OPTIONAL
sys/stand/efi/include/efipxebc.h
344
IN OUT UINTN *BufferSize,
sys/stand/efi/include/efipxebc.h
345
IN VOID *BufferPtr
sys/stand/efi/include/efipxebc.h
351
IN struct _EFI_PXE_BASE_CODE *This,
sys/stand/efi/include/efipxebc.h
352
IN EFI_PXE_BASE_CODE_IP_FILTER *NewFilter
sys/stand/efi/include/efipxebc.h
358
IN struct _EFI_PXE_BASE_CODE *This,
sys/stand/efi/include/efipxebc.h
359
IN EFI_IP_ADDRESS *IpAddr,
sys/stand/efi/include/efipxebc.h
360
IN EFI_MAC_ADDRESS *MacAddr OPTIONAL
sys/stand/efi/include/efipxebc.h
366
IN struct _EFI_PXE_BASE_CODE *This,
sys/stand/efi/include/efipxebc.h
367
IN BOOLEAN *NewAutoArp, OPTIONAL
sys/stand/efi/include/efipxebc.h
368
IN BOOLEAN *NewSendGUID, OPTIONAL
sys/stand/efi/include/efipxebc.h
369
IN UINT8 *NewTTL, OPTIONAL
sys/stand/efi/include/efipxebc.h
370
IN UINT8 *NewToS, OPTIONAL
sys/stand/efi/include/efipxebc.h
371
IN BOOLEAN *NewMakeCallback OPTIONAL
sys/stand/efi/include/efipxebc.h
377
IN struct _EFI_PXE_BASE_CODE *This,
sys/stand/efi/include/efipxebc.h
378
IN EFI_IP_ADDRESS *NewStationIp, OPTIONAL
sys/stand/efi/include/efipxebc.h
379
IN EFI_IP_ADDRESS *NewSubnetMask OPTIONAL
sys/stand/efi/include/efipxebc.h
385
IN struct _EFI_PXE_BASE_CODE *This,
sys/stand/efi/include/efipxebc.h
392
IN EFI_PXE_BASE_CODE_PACKET *NewDhcpDiscover, OPTIONAL
sys/stand/efi/include/efipxebc.h
393
IN EFI_PXE_BASE_CODE_PACKET *NewDhcpAck, OPTIONAL
sys/stand/efi/include/efipxebc.h
394
IN EFI_PXE_BASE_CODE_PACKET *NewProxyOffer, OPTIONAL
sys/stand/efi/include/efipxebc.h
395
IN EFI_PXE_BASE_CODE_PACKET *NewPxeDiscover, OPTIONAL
sys/stand/efi/include/efipxebc.h
396
IN EFI_PXE_BASE_CODE_PACKET *NewPxeReply, OPTIONAL
sys/stand/efi/include/efipxebc.h
397
IN EFI_PXE_BASE_CODE_PACKET *NewPxeBisReply OPTIONAL
sys/stand/efi/include/efipxebc.h
460
IN struct _EFI_PXE_BASE_CODE_CALLBACK *This,
sys/stand/efi/include/efipxebc.h
461
IN EFI_PXE_BASE_CODE_FUNCTION Function,
sys/stand/efi/include/efipxebc.h
462
IN BOOLEAN Received,
sys/stand/efi/include/efipxebc.h
463
IN UINT32 PacketLen,
sys/stand/efi/include/efipxebc.h
464
IN EFI_PXE_BASE_CODE_PACKET *Packet OPTIONAL
sys/stand/efi/include/efiser.h
100
IN struct _SERIAL_IO_INTERFACE *This,
sys/stand/efi/include/efiser.h
101
IN OUT UINTN *BufferSize,
sys/stand/efi/include/efiser.h
102
IN VOID *Buffer
sys/stand/efi/include/efiser.h
108
IN struct _SERIAL_IO_INTERFACE *This,
sys/stand/efi/include/efiser.h
109
IN OUT UINTN *BufferSize,
sys/stand/efi/include/efiser.h
68
IN struct _SERIAL_IO_INTERFACE *This
sys/stand/efi/include/efiser.h
74
IN struct _SERIAL_IO_INTERFACE *This,
sys/stand/efi/include/efiser.h
75
IN UINT64 BaudRate,
sys/stand/efi/include/efiser.h
76
IN UINT32 ReceiveFifoDepth,
sys/stand/efi/include/efiser.h
77
IN UINT32 Timeout,
sys/stand/efi/include/efiser.h
78
IN EFI_PARITY_TYPE Parity,
sys/stand/efi/include/efiser.h
79
IN UINT8 DataBits,
sys/stand/efi/include/efiser.h
80
IN EFI_STOP_BITS_TYPE StopBits
sys/stand/efi/include/efiser.h
86
IN struct _SERIAL_IO_INTERFACE *This,
sys/stand/efi/include/efiser.h
87
IN UINT32 Control
sys/stand/efi/include/efiser.h
93
IN struct _SERIAL_IO_INTERFACE *This,
usr.bin/awk/awkgram.y
130
| FOR '(' varname IN varname rparen {inloop++;} stmt
usr.bin/awk/awkgram.y
131
{ --inloop; $$ = stat3(IN, $3, makearr($5), $8); }
usr.bin/awk/awkgram.y
215
| ppattern IN varname { $$ = op2(INTEST, $1, makearr($3)); }
usr.bin/awk/awkgram.y
216
| '(' plist ')' IN varname { $$ = op2(INTEST, $2, makearr($5)); }
usr.bin/awk/awkgram.y
243
| pattern IN varname { $$ = op2(INTEST, $1, makearr($3)); }
usr.bin/awk/awkgram.y
244
| '(' plist ')' IN varname { $$ = op2(INTEST, $2, makearr($5)); }
usr.bin/awk/awkgram.y
55
%token <i> AND BOR APPEND EQ GE GT LE LT NE IN
usr.bin/awk/awkgram.y
83
%nonassoc APPEND EQ GE GT LE LT NE MATCHOP IN '|'
usr.bin/awk/lex.c
71
{ "in", IN, IN },
usr.bin/awk/maketab.c
96
{ IN, "instat", "instat" },
usr.sbin/bgpd/parse.y
1514
inout : IN { $$ = 1; }
usr.sbin/bgpd/parse.y
250
%token DUMP IN OUT SOCKET RESTRICTED
usr.sbin/bgpd/parse.y
3604
{ "in", IN },
usr.sbin/ldapd/parse.y
123
%token ANY CHILDREN OF ATTRIBUTE IN SUBTREE BY SELF
usr.sbin/ldapd/parse.y
453
{ "in", IN },