Searched refs:of (Results 101 - 125 of 1327) sorted by relevance

1234567891011>>

/freebsd-current/tools/test/stress2/misc/
H A Djail3.sh10 # 1. Redistributions of source code must retain the above copyright
11 # notice, this list of conditions and the following disclaimer.
13 # notice, this list of conditions and the following disclaimer in the
55 path = 0x2809cd61 <Address 0x2809cd61 out of bounds>,
56 hostname = 0x2809b650 <Address 0x2809b650 out of bounds>,
H A Dsnap9.sh10 # 1. Redistributions of source code must retain the above copyright
11 # notice, this list of conditions and the following disclaimer.
13 # notice, this list of conditions and the following disclaimer in the
45 dd if=/dev/zero of=$mntpoint/big1 bs=1m count=512 status=none
46 dd if=/dev/zero of=$mntpoint/big2 bs=1m count=512 status=none
47 dd if=/dev/zero of=$mntpoint/big3 bs=1m count=512 status=none
52 dd if=/dev/zero of=$mntpoint/big.$i bs=1m count=512 status=none ||
/freebsd-current/tools/test/stress2/tools/
H A Dsetup.sh35 all.exclude Local list of tests to exclude, one test per line starting in column one
36 fail List of the failed test
38 list Current list of tests to run
39 log List of test run
/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-op-append.exp3 Result of ${:U\$\$\$\$\$\$\$\$} is "$$$$$$$$" (eval, defined)
H A Ddeptgt-error.exp8 Making .ERROR out of nothing.
H A Ddeptgt-ignore.exp7 `all' not remade because of errors.
H A Dopt-query.exp5 Making opt-query-file.out-of-date in compat mode:
6 opt-query-file.out-of-date in compat mode: query status 1
15 Making opt-query-file.out-of-date in jobs mode:
16 opt-query-file.out-of-date in jobs mode: query status 1
H A Dmake-exported.mk3 # As of 2020-08-09, the code in Var_Export is shared between the .export
11 # Before 2020-10-03, the following line took the code path of .export-env,
17 # Before 2020-10-03, if the value of .MAKE.EXPORTED started with "-literal",
18 # make behaved like a mixture of .export-literal and a regular .export.
H A Dvarname-make_print_var_on_error-jobs.mk4 # values of selected variables on error.
6 # The variable .ERROR_CMD contains all commands of the target, with
16 # XXX: As of 2021-02-04, PrintOnError calls Var_Subst with SCOPE_GLOBAL, which
20 # As of 2020-10-23, .ERROR_CMD only works in parallel mode.
H A Dvarmod-match-escape.mk3 # As of 2020-08-01, the :M and :N modifiers interpret backslashes differently,
23 # XXX: As of 2020-11-01, when an escaped ':' occurs before the
27 # ${:U:}, which silently expands to an empty string, instead of generating
30 # XXX: As of 2020-11-01, the modifier on the right-hand side of the
48 # XXX: As of 2020-11-01, unlike all other variable modifiers, a '$' in the
55 # XXX: As of 2020-11-01, unlike all other variable modifiers, '\$' is not
57 # the ':' at the end of the modifier, which results in the pattern '\$'.
66 # In lint mode, the case of a lonely '$' is covered with an error message.
73 # The control flow of th
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite_negative.ksh4 # This file and its contents are supplied under the terms of the
6 # You may only use this file in accordance with the terms of version
7 # 1.0 of the CDDL.
9 # A full copy of the text of the CDDL should have accompanied this
10 # source. A copy of the CDDL is also available via the Internet at
46 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
47 >/dev/null 2>&1 || log_fail "dd of $TESTDIR/file failed."
51 dd if=/$TESTDIR/file of=/$TESTDIR/clone/file bs=1024k count=$MEGS \
59 dd if=/dev/urandom of
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/
H A Dzpool_trim_verify_checksums.ksh5 # This file and its contents are supplied under the terms of the
7 # You may only use this file in accordance with the terms of version
8 # 1.0 of the CDDL.
10 # A full copy of the text of the CDDL should have accompanied this
11 # source. A copy of the CDDL is also available via the Internet at
56 log_must dd if=/dev/urandom of=/$TESTPOOL/file1 bs=1048576 count=64
63 log_must dd if=/dev/urandom of=/$TESTPOOL/file2 bs=1048576 count=64
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/log_spacemap/
H A Dlog_spacemap_import_logs.ksh5 # This file and its contents are supplied under the terms of the
7 # You may only use this file in accordance with the terms of version
8 # 1.0 of the CDDL.
10 # A full copy of the text of the CDDL should have accompanied this
11 # source. A copy of the CDDL is also available via the Internet at
28 # are not tested outside of ztest and pools with DEBUG bits doing
33 # providing explicit testing of those codepaths. It also uses
39 # 2. Do a couple of writes to generate some data for spacemap logs.
65 log_must dd if=/dev/urandom of
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_hole_birth.ksh5 # The contents of this file are subject to the terms of the
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
18 # information: Portions Copyright [yyyy] [name of copyright owner]
38 # 4. Verify the contents of the files match.
81 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=4k count=11264 seek=1152
85 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=4k count=152 seek=384 \
87 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=4k count=10 seek=1408 \
98 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=128k count=1 seek=1
101 log_must dd if=/dev/urandom of
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_replay_fs_001.ksh5 # The contents of this file are subject to the terms of the
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
18 # information: Portions Copyright [yyyy] [name of copyright owner]
33 # adaptation of the ziltest.sh script for the ZFS Test Suite.
35 # The general idea is to build up an intent log from a bunch of
40 # To enable this automated testing of the intent log some minimal
41 # support is required of the file system. In particular, a
43 # to stop the actual committing of transactions; and to ensure no
54 # intent log contains a complete set of delta
[all...]
/freebsd-current/share/mk/
H A Dbsd.compat.pre.mk8 # List of LIBCOMPAT libcompat pairs to avoid repeating this ugly expression.
/freebsd-current/sys/tools/fdt/
H A Dembed_dtb.sh13 # 1. Redistributions of source code must retain the above copyright
14 # notice, this list of conditions and the following disclaimer.
16 # notice, this list of conditions and the following disclaimer in the
44 dd if=$2 ibs=${dtbsize} of=$1 obs=${obs} oseek=1 conv=notrunc 2> /dev/null
/freebsd-current/tools/regression/tmpfs/
H A Dt_sizes9 # by Julio M. Merino Vidal, developed as part of Google's Summer of Code
15 # 1. Redistributions of source code must retain the above copyright
16 # notice, this list of conditions and the following disclaimer.
18 # notice, this list of conditions and the following disclaimer in the
44 test_name "Get status of clean filesystem"
48 test_name "Creation of small file"
56 test_name "Creation of big file"
57 dd if=/dev/zero of=a bs=1m count=5 >/dev/null 2>&1 || die
69 test_name "Creation of bi
[all...]
/freebsd-current/tests/sys/geom/class/concat/
H A Dappend1.sh33 # reported size of the concat device grows accordingly.
40 dd if=/dev/random of=$tmpfile bs=1M count=3 || exit 1
41 dd if=$tmpfile of=/dev/concat/${name} || exit 1
/freebsd-current/tests/sys/geom/class/mirror/
H A D10_test.sh3 # Test handling of read errors.
16 dd if=/dev/random of=$m1 bs=$ddbs count=1024 >/dev/null 2>&1
17 dd if=/dev/zero of=$m2 bs=$ddbs count=1024 >/dev/null 2>&1
33 dd if=/dev/mirror/$name of=$tmp1 iseek=256 bs=$ddbs count=1 >/dev/null 2>&1
34 dd if=/dev/$us1 of=$tmp2 iseek=256 bs=$ddbs count=1 >/dev/null 2>&1
43 # Make sure that one of the mirrors was marked broken.
52 # Force a retaste of the disconnected component.
/freebsd-current/tests/sys/geom/class/raid3/
H A D8_test.sh17 dd if=/dev/random of=${src} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
23 # Writing without DATA component and rebuild of DATA component.
26 dd if=/dev/zero of=/dev/${us1} bs=512 count=`expr $nblocks1 + 1` >/dev/null 2>&1
27 dd if=${src} of=/dev/raid3/${name} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
31 dd if=/dev/raid3/${name} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
H A D6_test.sh17 dd if=/dev/random of=${src} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
22 dd if=${src} of=/dev/raid3/${name} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
25 # Rebuild of DATA component.
28 dd if=/dev/zero of=/dev/${us1} bs=512 count=`expr $nblocks1 + 1` >/dev/null 2>&1
32 dd if=/dev/raid3/${name} of=${dst} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dexpected.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
18 // in-place construction of unexpected values
H A Dspan.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
22 // [span.objectrep], views of object representation
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstddef.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
18 // declaration of std::byte ([cstddef.syn]), and the functions and

Completed in 164 milliseconds

1234567891011>>