Home
last modified time | relevance | path

Searched refs:OUT (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/dragonfly/stand/contrib/edk2/MdePkg/Include/Uefi/
H A DUefiSpec.h470 OUT EFI_EVENT *Event
500 OUT EFI_EVENT *Event
578 OUT UINTN *Index
802 OUT EFI_TIME *Time,
842 OUT EFI_TIME *Time
1067 OUT UINT64 *Count
1083 OUT UINT32 *HighCount
1199 IN OUT EFI_HANDLE *Handle,
1430 OUT EFI_GUID ***ProtocolBuffer,
1603 OUT VOID **Interface
[all …]
/dragonfly/stand/contrib/edk2/MdePkg/Include/Library/
H A DBaseLib.h482 OUT UINTN *Data
533 OUT UINT64 *Data
589 OUT UINTN *Data
645 OUT UINT64 *Data
879 OUT UINTN *Data
981 OUT UINTN *Data
2493 IN OUT CHAR16 *Path
3512 OUT UINT16 *Buffer,
3553 OUT UINT32 *Buffer,
3594 OUT UINT32 *Buffer,
[all …]
H A DPrintLib.h243 OUT CHAR16 *StartOfBuffer,
290 OUT CHAR16 *StartOfBuffer,
339 OUT CHAR16 *StartOfBuffer,
387 OUT CHAR16 *StartOfBuffer,
433 OUT CHAR16 *StartOfBuffer,
482 OUT CHAR16 *StartOfBuffer,
542 IN OUT CHAR16 *Buffer,
589 OUT CHAR8 *StartOfBuffer,
633 OUT CHAR8 *StartOfBuffer,
680 OUT CHAR8 *StartOfBuffer,
[all …]
H A DBaseMemoryLib.h36 OUT VOID *DestinationBuffer,
58 OUT VOID *Buffer,
85 OUT VOID *Buffer,
112 OUT VOID *Buffer,
139 OUT VOID *Buffer,
166 OUT VOID *Buffer,
188 OUT VOID *Buffer,
383 OUT GUID *DestinationGuid,
H A DPcdLib.h1171 IN OUT UINTN *SizeOfBuffer,
1317 IN OUT UINTN *SizeOfBuffer,
1486 OUT VOID *PatchVariable,
1488 IN OUT UINTN *SizeOfBuffer,
1518 OUT VOID *PatchVariable,
1520 IN OUT UINTN *SizeOfBuffer,
1555 IN OUT UINTN *SizeOfBuffer,
1587 OUT VOID *PatchVariable,
1590 IN OUT UINTN *SizeOfBuffer,
1639 OUT PCD_INFO *PcdInfo
[all …]
H A DDevicePathLib.h202 IN OUT VOID *Node,
225 OUT VOID *Node
387 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath,
388 OUT UINTN *Size
/dragonfly/stand/contrib/edk2/MdePkg/Include/Protocol/
H A DPciIo.h155 OUT UINT64 *Result
186 IN OUT VOID *Buffer
225 IN OUT VOID *Buffer
306 OUT VOID **Mapping
353 OUT VOID **HostAddress,
411 OUT UINTN *SegmentNumber,
412 OUT UINTN *BusNumber,
413 OUT UINTN *DeviceNumber,
414 OUT UINTN *FunctionNumber
505 IN OUT UINT64 *Offset,
[all …]
H A DSimpleNetwork.h445 OUT EFI_NETWORK_STATISTICS *StatisticsTable OPTIONAL
475 OUT EFI_MAC_ADDRESS *MAC
505 IN OUT VOID *Buffer
537 OUT UINT32 *InterruptStatus OPTIONAL,
538 OUT VOID **TxBuf OPTIONAL
622 OUT UINTN *HeaderSize OPTIONAL,
623 IN OUT UINTN *BufferSize,
624 OUT VOID *Buffer,
625 OUT EFI_MAC_ADDRESS *SrcAddr OPTIONAL,
626 OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL,
[all …]
H A DUgaDraw.h39 OUT UINT32 *HorizontalResolution,
40 OUT UINT32 *VerticalResolution,
41 OUT UINT32 *ColorDepth,
42 OUT UINT32 *RefreshRate
H A DSerialIo.h176 OUT UINT32 *Control
196 IN OUT UINTN *BufferSize,
217 IN OUT UINTN *BufferSize,
218 OUT VOID *Buffer
H A DDebugPort.h65 IN OUT UINTN *BufferSize,
89 IN OUT UINTN *BufferSize,
90 OUT VOID *Buffer
H A DDevicePathUtilities.h127 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathInstance,
128 OUT UINTN *DevicePathInstanceSize
H A DSimpleTextInEx.h196 OUT EFI_KEY_DATA *KeyData
267 OUT VOID **NotifyHandle
H A DGraphicsOutput.h108 OUT UINTN *SizeOfInfo,
109 OUT EFI_GRAPHICS_OUTPUT_MODE_INFORMATION **Info
/dragonfly/lib/libefivar/
H A Defivar-dp-format.c98 IN OUT POOL_PRINT *Str, in UefiDevicePathLibCatPrint()
138 IN OUT POOL_PRINT *Str, in DevPathToTextPci()
165 IN OUT POOL_PRINT *Str, in DevPathToTextPccard()
192 IN OUT POOL_PRINT *Str, in DevPathToTextMemMap()
225 IN OUT POOL_PRINT *Str, in DevPathToTextVendor()
355 IN OUT POOL_PRINT *Str, in DevPathToTextController()
386 IN OUT POOL_PRINT *Str, in DevPathToTextBmc()
418 IN OUT POOL_PRINT *Str, in DevPathToTextAcpi()
477 IN OUT POOL_PRINT *Str, in DevPathToTextAcpiEx()
580 IN OUT POOL_PRINT *Str, in DevPathToTextAcpiAdr()
[all …]
/dragonfly/sys/tools/sound/
H A Demu10k1-mkalsa.sh9 OUT=$2
11 trap "${RM} -f $OUT.tmp" EXIT
20 }' > $OUT.tmp
21 ${MV} -f $OUT.tmp $OUT
/dragonfly/contrib/gcc-8.0/gcc/
H A Dreal.h384 #define REAL_VALUE_TO_TARGET_LONG_DOUBLE(IN, OUT) \ argument
385 real_to_target (OUT, &(IN), \
388 #define REAL_VALUE_TO_TARGET_DOUBLE(IN, OUT) \ argument
389 real_to_target (OUT, &(IN), float_mode_for_size (64).require ())
392 #define REAL_VALUE_TO_TARGET_SINGLE(IN, OUT) \ argument
398 #define REAL_VALUE_TO_TARGET_DECIMAL128(IN, OUT) \ argument
399 real_to_target (OUT, &(IN), decimal_float_mode_for_size (128).require ())
401 #define REAL_VALUE_TO_TARGET_DECIMAL64(IN, OUT) \ argument
402 real_to_target (OUT, &(IN), decimal_float_mode_for_size (64).require ())
405 #define REAL_VALUE_TO_TARGET_DECIMAL32(IN, OUT) \ argument
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dreal.h355 #define REAL_VALUE_TO_TARGET_LONG_DOUBLE(IN, OUT) \ argument
356 real_to_target (OUT, &(IN), \
359 #define REAL_VALUE_TO_TARGET_DOUBLE(IN, OUT) \ argument
360 real_to_target (OUT, &(IN), mode_for_size (64, MODE_FLOAT, 0))
363 #define REAL_VALUE_TO_TARGET_SINGLE(IN, OUT) \ argument
364 ((OUT) = real_to_target (NULL, &(IN), mode_for_size (32, MODE_FLOAT, 0)))
375 #define REAL_VALUE_TO_TARGET_DECIMAL128(IN, OUT) \ argument
376 real_to_target (OUT, &(IN), mode_for_size (128, MODE_DECIMAL_FLOAT, 0))
378 #define REAL_VALUE_TO_TARGET_DECIMAL64(IN, OUT) \ argument
379 real_to_target (OUT, &(IN), mode_for_size (64, MODE_DECIMAL_FLOAT, 0))
[all …]
/dragonfly/usr.bin/truss/
H A Dsyscalls.c63 { { String, 0 } , { String | OUT, 1 }, { Int, 2 }}},
72 { { Int, 0}, {Ptr | OUT , 1 }}},
74 { { String | IN, 0 }, { Ptr | OUT, 1 }}},
76 { { String | IN, 0 }, { Ptr | OUT, 1 }}},
85 { { Signal, 0 }, { Ptr | IN, 1 }, { Ptr | OUT, 2 }}},
87 { { Hex, 0 }, { Sockaddr | OUT, 1 }, { Ptr | OUT, 2 } } },
93 { { Hex, 0 }, { Sockaddr | OUT, 1 }, { Ptr | OUT, 2 } } },
95 { { Hex, 0 }, { Sockaddr | OUT, 1 }, { Ptr | OUT, 2 } } },
/dragonfly/contrib/nvi2/regex/
H A Dengine.c702 c = (p == m->endp) ? OUT : *p; in fast()
710 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) { in fast()
715 (c == OUT && !(m->eflags&REG_NOTEOL)) ) { in fast()
727 (c != OUT && ISWORD(c)) ) { in fast()
730 if ( (lastc != OUT && ISWORD(lastc)) && in fast()
746 assert(c != OUT); in fast()
787 c = (p == m->endp) ? OUT : *p; in slow()
798 (c == OUT && !(m->eflags&REG_NOTEOL)) ) { in slow()
810 (c != OUT && ISWORD(c)) ) { in slow()
813 if ( (lastc != OUT && ISWORD(lastc)) && in slow()
[all …]
/dragonfly/stand/boot/efi/include/
H A Deficonsctl.h54 OUT EFI_CONSOLE_CONTROL_SCREEN_MODE *Mode,
55 OUT BOOLEAN *GopUgaExists, OPTIONAL
56 OUT BOOLEAN *StdInLocked OPTIONAL
/dragonfly/contrib/pam_passwdqc/
H A Dmd4.c231 #define OUT(dst, src) \ macro
257 OUT(&ctx->buffer[56], ctx->lo) in MD4_Final()
258 OUT(&ctx->buffer[60], ctx->hi) in MD4_Final()
262 OUT(&result[0], ctx->a) in MD4_Final()
263 OUT(&result[4], ctx->b) in MD4_Final()
264 OUT(&result[8], ctx->c) in MD4_Final()
265 OUT(&result[12], ctx->d) in MD4_Final()
/dragonfly/usr.bin/sed/
H A Dprocess.c90 #define OUT() do { \ macro
178 OUT(); in process()
193 OUT(); in process()
204 OUT(); in process()
213 OUT(); in process()
280 OUT(); in process()
477 OUT(); in substitute()
/dragonfly/stand/boot/efi/libefi/
H A Dtime.c169 OUT struct timeval *tp, in EFI_GetTimeOfDay()
170 OUT struct timezone *tzp in EFI_GetTimeOfDay()
/dragonfly/tools/tools/locale/tools/
H A Dunicode2src.pl120 my $OUT = shift;
123 open(FOUT, ">$OUT");

12345678910>>...13