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/
HDUefiSpec.h192 IN OUT EFI_PHYSICAL_ADDRESS *Memory
242 IN OUT UINTN *MemoryMapSize,
243 OUT EFI_MEMORY_DESCRIPTOR *MemoryMap,
244 OUT UINTN *MapKey,
245 OUT UINTN *DescriptorSize,
246 OUT UINT32 *DescriptorVersion
273 OUT VOID **Buffer
409 IN OUT VOID **Address
470 OUT EFI_EVENT *Event
500 OUT EFI_EVENT *Event
[all …]
/dragonfly/stand/contrib/edk2/MdePkg/Include/Library/
HDBaseLib.h313 OUT CHAR16 *Destination,
350 OUT CHAR16 *Destination,
388 IN OUT CHAR16 *Destination,
428 IN OUT CHAR16 *Destination,
481 OUT CHAR16 **EndPointer OPTIONAL,
482 OUT UINTN *Data
532 OUT CHAR16 **EndPointer OPTIONAL,
533 OUT UINT64 *Data
588 OUT CHAR16 **EndPointer OPTIONAL,
589 OUT UINTN *Data
[all …]
HDPrintLib.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 …]
HDBaseMemoryLib.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,
HDPcdLib.h1171 IN OUT UINTN *SizeOfBuffer,
1317 IN OUT UINTN *SizeOfBuffer,
1366 IN OUT VOID *TokenData,
1486 OUT VOID *PatchVariable,
1488 IN OUT UINTN *SizeOfBuffer,
1518 OUT VOID *PatchVariable,
1520 IN OUT UINTN *SizeOfBuffer,
1552 OUT VOID *PatchVariable,
1553 OUT UINTN *SizeOfPatchVariable,
1555 IN OUT UINTN *SizeOfBuffer,
[all …]
HDDevicePathLib.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/
HDPciIo.h155 OUT UINT64 *Result
186 IN OUT VOID *Buffer
225 IN OUT VOID *Buffer
304 IN OUT UINTN *NumberOfBytes,
305 OUT EFI_PHYSICAL_ADDRESS *DeviceAddress,
306 OUT VOID **Mapping
353 OUT VOID **HostAddress,
411 OUT UINTN *SegmentNumber,
412 OUT UINTN *BusNumber,
413 OUT UINTN *DeviceNumber,
[all …]
HDSimpleNetwork.h444 IN OUT UINTN *StatisticsSize OPTIONAL,
445 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,
[all …]
HDUgaDraw.h39 OUT UINT32 *HorizontalResolution,
40 OUT UINT32 *VerticalResolution,
41 OUT UINT32 *ColorDepth,
42 OUT UINT32 *RefreshRate
HDSerialIo.h176 OUT UINT32 *Control
196 IN OUT UINTN *BufferSize,
217 IN OUT UINTN *BufferSize,
218 OUT VOID *Buffer
HDDebugPort.h65 IN OUT UINTN *BufferSize,
89 IN OUT UINTN *BufferSize,
90 OUT VOID *Buffer
HDDevicePathUtilities.h127 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathInstance,
128 OUT UINTN *DevicePathInstanceSize
HDSimpleTextInEx.h196 OUT EFI_KEY_DATA *KeyData
267 OUT VOID **NotifyHandle
HDGraphicsOutput.h108 OUT UINTN *SizeOfInfo,
109 OUT EFI_GRAPHICS_OUTPUT_MODE_INFORMATION **Info
/dragonfly/lib/libefivar/
HDefivar-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/
HDemu10k1-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/
HDreal.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
393 ((OUT) = real_to_target (NULL, &(IN), float_mode_for_size (32).require ()))
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 ())
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
HDreal.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/
HDsyscalls.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/
HDengine.c687 RCHAR_T c = (start == m->beginp) ? OUT : *(start-1); in fast()
695 st = step(m->g, startst, stopst, st, NOTHING, OUT, st); in fast()
702 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()
721 st = step(m->g, startst, stopst, st, flag, OUT, st); in fast()
726 if ( (flag == BOL || (lastc != OUT && !ISWORD(lastc))) && in fast()
727 (c != OUT && ISWORD(c)) ) { in fast()
730 if ( (lastc != OUT && ISWORD(lastc)) && in fast()
731 (flag == EOL || (c != OUT && !ISWORD(c))) ) { in fast()
[all …]
/dragonfly/stand/boot/efi/include/
HDeficonsctl.h54 OUT EFI_CONSOLE_CONTROL_SCREEN_MODE *Mode,
55 OUT BOOLEAN *GopUgaExists, OPTIONAL
56 OUT BOOLEAN *StdInLocked OPTIONAL
/dragonfly/contrib/pam_passwdqc/
HDmd4.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/
HDprocess.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/
HDtime.c169 OUT struct timeval *tp, in EFI_GetTimeOfDay()
170 OUT struct timezone *tzp in EFI_GetTimeOfDay()
/dragonfly/tools/tools/locale/tools/
HDunicode2src.pl120 my $OUT = shift;
123 open(FOUT, ">$OUT");

12345678910>>...13