Searched refs:of (Results 126 - 150 of 921) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_replay_volume.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]
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
51 # 3. Create log records of various types to verify replay.
55 # intent log contains a complete set of delta
[all...]
/freebsd-13-stable/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh9 # 1. Redistributions of source code must retain the above copyright
10 # notice, this list of conditions and the following disclaimer.
12 # notice, this list of conditions and the following disclaimer in the
28 # the implementation of "ps" to test
37 # Parse the "keywords" file into a load of shell variables
93 # default sets of keywords
102 # Convert a list of keywords like "pid comm" to a regexp
184 atf_set "descr" "Checks that the default set of columns is correct" \
219 atf_set "descr" "Checks simple cases of 'ps -o foo' to control which" \
247 atf_set "descr" "Tests simple uses of heade
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarname-empty.exp3 Result of ${:U} is "" (VARE_WANTRES, none, VES_DEF)
9 Result of ${MAKE_OBJDIR_CHECK_WRITABLE:U} is "" (VARE_WANTRES, none, VES_DEF)
28 Result of ${:Ufallback} is "fallback" (VARE_UNDEFERR|VARE_WANTRES, none, VES_DEF)
31 Result of ${:U} is "" (VARE_WANTRES, none, VES_DEF)
35 Result of ${:Ufallback} is "fallback" (VARE_UNDEFERR|VARE_WANTRES, none, VES_DEF)
38 Result of ${:U} is "" (VARE_WANTRES, none, VES_DEF)
42 Result of ${:Ufallback} is "fallback" (VARE_UNDEFERR|VARE_WANTRES, none, VES_DEF)
H A Dcond-cmp-string.mk5 # This is a simple comparison of string literals.
11 # The right-hand side of the comparison may be written without quotes.
16 # The left-hand side of the comparison must be enclosed in quotes.
22 # The left-hand side of the comparison requires that any variable expression
67 # Between 2003-01-01 (maybe even earlier) and 2020-10-30, adding one of the
93 # Adding a space at the beginning of the quoted variable expression works
99 # If at least one side of the comparison is a string literal, the string
105 # If at least one side of the comparison is a string literal, the string
107 # sides of the equation unequal.
H A Dvarname-dot-curdir.mk4 # canonical path of the current working directory, when make started.
25 # Until 2020-10-04, assigning the result of a shell assignment to .CURDIR
26 # tried to add the shell command ("echo /") to the .PATH instead of the
27 # output of the shell command ("/"). Since "echo /" does not exist, the
30 # Since 2020-10-04, the output of the shell command is added to .PATH.
H A Dvarname.mk17 # marks the end of the variable name.
25 # of the following expressions produces the intended effect.
28 # balanced. At the end of the line, there are still 3 levels open, which
31 # On the left-hand side of a variable assignments, the backslash is not parsed
33 # level, which at the end of the line is still 3. Therefore this is not a
H A Dvarmod-ifelse.mk13 # The variable name of the expression is expanded and then taken as the
18 # This confuses the parser, which expects an operator instead of the bare
34 # Because of the early expansion, the whole condition evaluates to
79 # value of the variable expression is still undefined. CondParser_String is
82 # string. The left-hand side of the comparison is therefore just an empty
96 # As of 2020-12-10, the variable "name" is first expanded, and the result of
99 # the '$' of the intended '${VAR}' escapes from the parser in form of the
100 # expression ${:U\$}. Because of thi
[all...]
/freebsd-13-stable/share/dtrace/
H A Dnfsattrstats6 * This software was developed at the University of Cambridge Computer
12 * 1. Redistributions of source code must retain the above copyright
13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
32 * This script creates a trace of NFS RPCs, NFS attribute cache
35 * outside of the context of a system call, most likely due to the VM
H A Dretval9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
29 * retval - show the return value of any probe named by the user
34 * caller is responsible for handling the escaping of wild cards.
H A Dtcpconn9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
29 * The tcpconn D script shows histograms of the source of TCP connections
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql11 * with the License. You may obtain a copy of the License at
25 * the KIND column in these tables has one of the following values
32 * the PRESENCE column in these tables has one of the following values
39 * "base-deleted" -- node represents a delete of a BASE node
42 /* One big list of statements to create our (current) schema. */
50 /* The root URL of the repository. This value is URI-encoded. */
53 /* the UUID of the repository */
78 /* The PRISTINE table keeps track of pristine texts. Each row describes a
81 any number of rows in the NODES and ACTUAL_NODE tables.
86 /* The SHA-1 checksum of th
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_arm.S15 @ Assume that "q" part of the floating-point registers is not used
22 @ Save floating-point parameters of the instrumented function
36 @ Restore floating-point parameters of the instrumented function
46 @ Assume that "q" part of the floating-point registers is not used for the
53 @ Save the floating-point return value of the instrumented function
68 @ Restore the floating-point return value of the instrumented function
78 @ Assume that "q" part of the floating-point registers is not used
85 @ Save floating-point parameters of the instrumented function
95 @ But before the logging part of XRay is ready, we pretend that here a
101 @ Restore floating-point parameters of th
[all...]
/freebsd-13-stable/share/examples/flua/
H A Dlibjail.lua11 * 1. Redistributions of source code must retain the above copyright
12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
44 -- Get a list of all known jail parameter names.
47 -- Get all the parameters of the jail we created.
/freebsd-13-stable/tests/sys/geom/class/eli/
H A Dsetkey_test.sh19 atf_check dd if=/dev/random of=rnd bs=512 count=${sectors} status=none
22 atf_check dd if=/dev/random of=keyfile1 bs=512 count=16 status=none
23 atf_check dd if=/dev/random of=keyfile2 bs=512 count=16 status=none
24 atf_check dd if=/dev/random of=keyfile3 bs=512 count=16 status=none
25 atf_check dd if=/dev/random of=keyfile4 bs=512 count=16 status=none
26 atf_check dd if=/dev/random of=keyfile5 bs=512 count=16 status=none
32 dd if=rnd of=/dev/${md}.eli bs=512 count=${sectors} status=none
99 atf_set "descr" "geli setkey cannot change the keys of a readonly provider"
108 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
133 atf_check dd if=/dev/random of
[all...]
H A Dattach_test.sh18 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
24 atf_check dd if=/dev/${md}.eli of=/dev/null status=none
27 atf_fail "Detached on last close of a reader"
30 # It should detach on last close of a writer
34 atf_fail "Did not detach on last close of a writer"
55 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
64 dd if=/dev/zero of=/dev/${md}.eli count=1
85 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
113 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
/freebsd-13-stable/tests/sys/geom/class/mirror/
H A D11_test.sh4 # Test handling of read errors.
17 dd if=/dev/random of=$m1 bs=$ddbs count=1024 >/dev/null 2>&1
18 dd if=/dev/zero of=$m2 bs=$ddbs count=1024 >/dev/null 2>&1
35 dd if=/dev/mirror/$name of=$tmp1 iseek=512 bs=$ddbs count=1 >/dev/null 2>&1
36 dd if=/dev/$us1 of=$tmp2 iseek=512 bs=$ddbs count=1 >/dev/null 2>&1
55 dd if=/dev/zero of=/dev/mirror/$name bs=$ddbs count=1 >/dev/null 2>&1
66 # Force a retaste of the disconnected component.
H A D13_test.sh4 # Test handling of write errors.
17 dd if=/dev/random of=$m1 bs=$ddbs count=1024 >/dev/null 2>&1
18 dd if=/dev/zero of=$m2 bs=$ddbs count=1024 >/dev/null 2>&1
29 dd if=/dev/random of=$tmp1 bs=$ddbs count=1 >/dev/null 2>&1
35 dd if=$tmp1 of=/dev/mirror/$name bs=$ddbs count=1 >/dev/null 2>&1
36 dd if=/dev/mirror/$name of=$tmp2 bs=$ddbs count=1 >/dev/null 2>&1
63 # Force a retaste of the disconnected component.
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted.kshlib6 # The contents of this file are subject to the terms of the
10 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
19 # information: Portions Copyright [yyyy] [name of copyright owner]
55 log_must dd if=/dev/urandom of=$mntpnt/f1 bs=$bs count=16
56 log_must dd if=/dev/urandom of=$mntpnt/f2 bs=$bs count=32
69 log_must dd if=/dev/urandom of=$mntpnt/$recsize bs=8 \
88 log_must dd if=/dev/urandom of=$mntpnt/f1 bs=8M count=1
90 log_must dd if=/dev/urandom of=$mntpnt/f2 bs=1M count=1
91 log_must dd if=/dev/urandom of
[all...]
/freebsd-13-stable/contrib/bmake/mk/
H A Dsys.debug.mk6 # be of use. There is absolutely NO WARRANTY.
12 # Please send copies of changes and bug-fixes to:
19 # if an entry in DEBUG_MAKE_DIRS matches, we at the end of sys.mk
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_remap_deadlists.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
27 log_must dd if=/dev/zero of=$TESTDIR/file bs=1024k count=300
30 log_must dd if=/dev/zero of=$TESTDIR/file bs=1024k count=100 \
34 log_must dd if=/dev/zero of=$TESTDIR/file bs=1024k count=100 \
48 # recordsize=128K, indirect block size of 12
[all...]
/freebsd-13-stable/stand/i386/pxeldr/
H A Dpxeldr.S7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
30 * prepended to the beginning of a fully built and btxld'd loader. It then
33 * to the start of btxldr to start the boot process. This method allows a stock
48 .set MEM_ARG_SIZE,0x18 # Size of the arguments
51 .set MEM_BTX_OFFSET,MEM_PAGE_SIZE # offset of BTX in the loader
62 .set AOUT_HEADER,MEM_PAGE_SIZE # size of the a.out header
96 andl $0xffff, %ebx # of %ebx and %ecx
97 shll $4, %ecx # calculate the offset of
[all...]
/freebsd-13-stable/stand/powerpc/boot1.chrp/
H A Dgenerate-hfs.sh8 # Because of licensing concerns, and because it is overkill, we do not
15 HFS_SIZE=1600 #Size in 512-byte blocks of the produced image
23 dd if=/dev/zero of=$OUTPUT_FILE bs=512 count=$HFS_SIZE
33 echo 'Bootinfo START' | dd of=bootinfo.txt.tmp cbs=$CHRPBOOT_SIZE count=1 conv=block
34 echo 'Boot1 START' | dd of=boot1.elf.tmp cbs=$BOOT1_SIZE count=1 conv=block
44 # Locate the offsets of the two fake files
48 # Convert to numbers of blocks
/freebsd-13-stable/tools/tools/nanobsd/
H A Dlegacy.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
50 # size of cylinder in sectors
53 # number of full cylinders on media
63 # size of data partition in full cylinders
69 # size of config partition in full cylinders
73 # size of image partition(s) in full cylinders
121 dd if=/dev/zero of=${IMG} seek=${NANO_MEDIASIZE} count=0
153 dd conv=sparse if=/dev/${MD}${NANO_SLICE_ROOT} of
[all...]
/freebsd-13-stable/contrib/cortex-strings/scripts/
H A Dadd-license.sh16 * Redistributions of source code must retain the above copyright
17 notice, this list of conditions and the following disclaimer.
19 notice, this list of conditions and the following disclaimer in the
21 * Neither the name of the Linaro nor the
22 names of its contributors may be used to endorse or promote products
50 echo $name already has some type of copyright
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_errata3.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
32 # 4. Attempt to perform a raw send of the effected datasets
33 # 5. Perform a regular send of the datasets under a new encryption root
76 log_mustnot dd if=/dev/zero of=/dev/zvol/$POOL_NAME/testvol bs=512 count=1
77 log_must dd if=/dev/zvol/$POOL_NAME/testvol of
[all...]

Completed in 160 milliseconds

1234567891011>>