Searched refs:OUT (Results 1 - 25 of 315) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/openzfs/scripts/
H A Dpaxcheck.sh11 OUT=$(scanelf -qyRAF '%e %p' "$1")
13 if [ x"${OUT}" != x ]; then
21 echo "${OUT}"
27 OUT=$(scanelf -qyRAF '%T %p' "$1")
29 if [ x"${OUT}" != x ]; then
39 echo "${OUT}"
/freebsd-current/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mlx_inout.h30 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
51 #ifdef OUT
52 #undef OUT macro
64 #ifndef OUT
65 #define OUT macro
H A Dosm_vendor_mlx_hca.h30 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
58 OUT uint32_t * p_hca_hndl,
59 OUT char *p_hca_id,
60 OUT uint8_t * p_hca_idx,
61 OUT uint32_t * p_port_num);
H A Dosm_vendor_mtl.h30 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
46 #undef OUT macro
51 #define OUT macro
231 OUT VAPI_hca_hndl_t * p_hca_hndl,
232 OUT VAPI_hca_id_t * p_hca_id,
233 OUT uint32_t * p_port_num);
H A Dosm_vendor_mtl_hca_guid.h30 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
131 OUT VAPI_hca_id_t * p_hca_id,
132 OUT uint32_t * p_port_num);
H A Dosm_vendor_ts.h30 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
46 #undef OUT macro
51 #define OUT macro
307 OUT VAPI_hca_hndl_t * p_hca_hndl,
308 OUT VAPI_hca_id_t * p_hca_id,
309 OUT uint32_t * p_port_num);
/freebsd-current/sys/tools/sound/
H A Demu10k1-mkalsa.sh8 OUT=$2
10 trap "${RM} -f $OUT.tmp" EXIT
19 }' > $OUT.tmp
20 ${MV} -f $OUT.tmp $OUT
/freebsd-current/contrib/one-true-awk/bugs-fixed/
H A DREGRESS12 OUT=${i%.awk}.OUT
22 ../a.out -f $i $input > $OUT 2>&1
23 if cmp -s $OK $OUT
25 rm -f $OUT
26 elif [ -f $OK2 ] && cmp -s $OK2 $OUT
28 rm -f $OUT
/freebsd-current/contrib/tcsh/nls/
H A Dcatgen12 OUT="$1"
18 echo "`basename "$OUT" .cat`"
19 "${GENCAT}" "$OUT" "$TMP"
/freebsd-current/stand/efi/include/
H A Defifpswa.h24 IN OUT VOID *Bundle,
25 IN OUT UINT64 *pipsr,
26 IN OUT UINT64 *pfsr,
27 IN OUT UINT64 *pisr,
28 IN OUT UINT64 *ppreds,
29 IN OUT UINT64 *pifs,
30 IN OUT VOID *fp_state
H A Defirng.h30 IN OUT UINTN *RNGAlgorithmListSize,
31 OUT EFI_RNG_ALGORITHM *RNGAlgorithmList
40 OUT UINT8 *RNGValue
H A Deficonsctl.h23 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
53 OUT EFI_CONSOLE_CONTROL_SCREEN_MODE *Mode,
54 OUT BOOLEAN *GopUgaExists, OPTIONAL
55 OUT BOOLEAN *StdInLocked OPTIONAL
H A Defipciio.h162 OUT UINT64 *Result
193 IN OUT VOID *Buffer
232 IN OUT VOID *Buffer
311 IN OUT UINTN *NumberOfBytes,
312 OUT EFI_PHYSICAL_ADDRESS *DeviceAddress,
313 OUT VOID **Mapping
360 OUT VOID **HostAddress,
418 OUT UINTN *SegmentNumber,
419 OUT UINTN *BusNumber,
420 OUT UINT
[all...]
H A Defiuga.h46 OUT UINT32 *HorizontalResolution,
47 OUT UINT32 *VerticalResolution,
48 OUT UINT32 *ColorDepth,
49 OUT UINT32 *RefreshRate
/freebsd-current/stand/efi/include/Protocol/
H A DEdidOverride.h52 OUT UINT32 *Attributes,
53 IN OUT UINTN *EdidSize,
54 IN OUT UINT8 **Edid
H A DServiceBinding.h50 IN OUT EFI_HANDLE *ChildHandle
/freebsd-current/sys/contrib/edk2/Include/Library/
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,
536 IN OUT CHAR16 *Buffer,
598 IN OUT CHAR16 *Buffer,
645 OUT CHAR8 *StartOfBuffer,
689 OUT CHAR
[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,
/freebsd-current/crypto/openssl/util/
H A Dcopy.pl69 sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY)
77 syswrite(OUT, $buf, length($buf));
80 close(OUT);
H A Dmkerr.pl328 open( OUT, ">$hfile" ) || die "Can't write to $hfile, $!,";
329 print OUT <<"EOF";
354 print OUT <<"EOF";
360 print OUT <<"EOF";
367 print OUT "\n/*\n * $lib reason codes.\n */\n";
382 printf OUT "#${indent}define $i%s $rcodes{$i}\n", " " x $z;
384 print OUT "\n";
391 print OUT "#${indent}endif\n";
394 print OUT <<"EOF";
401 close OUT;
[all...]
/freebsd-current/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h184 IN OUT EFI_PHYSICAL_ADDRESS *Memory
234 IN OUT UINTN *MemoryMapSize,
235 OUT EFI_MEMORY_DESCRIPTOR *MemoryMap,
236 OUT UINTN *MapKey,
237 OUT UINTN *DescriptorSize,
238 OUT UINT32 *DescriptorVersion
265 OUT VOID **Buffer
403 IN OUT VOID **Address
466 OUT EFI_EVENT *Event
496 OUT EFI_EVEN
[all...]
/freebsd-current/contrib/ofed/opensm/include/opensm/
H A Dosm_db_pack.h30 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
126 OUT cl_qlist_t * p_guid_list);
156 OUT uint16_t * p_min_lid, OUT uint16_t * p_max_lid);
276 OUT cl_qlist_t * p_guid_list);
306 OUT uint64_t * p_mkey);
444 OUT cl_qlist_t * p_guid_list);
474 IN uint8_t port1, OUT uint64_t * p_guid2,
475 OUT uint8_t * p_port2);
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dsafe3.t18 # Test the OUT feature with safe compartments
28 This line should have a 3: { $OUT = 1+2 }
31 { foreach $n (1 .. 20) { $OUT .= $n . ' ' } }
57 # "Contrary to the documentation the $OUT variable is not always
58 # undefined at the start of each program fragment. The $OUT variable
61 # $OUT was used in is replaced by the old $OUT value instead of the
68 my $template = q{{$OUT = 'x'}y{$OUT .= 'z'}};
/freebsd-current/contrib/netbsd-tests/bin/sh/
H A Dt_varquote.sh24 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
100 OUT=$( ${TEST_SH} script.sh 2>&1 )
103 atf_fail "${OUT}"
104 elif [ -n "${OUT}" ]
106 atf_fail "script.sh unexpectedly said: ${OUT}"
/freebsd-current/crypto/openssl/test/
H A Dcms-examples.pl80 open OUT, ">$filename";
81 binmode OUT;
82 print OUT $data;
83 close OUT;
149 open OUT, ">$filename";
151 print OUT "-----BEGIN $str-----\n";
152 print OUT $data;
153 print OUT "-----END $str-----\n";
155 close OUT;

Completed in 181 milliseconds

1234567891011>>