Searched refs:of (Results 251 - 275 of 921) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/stand/i386/gptboot/
H A Dgptldr.S9 * 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
14 * 3. Neither the name of the author nor the names of any co-contributors
48 .set COPY_BLKS,0x8 # Number of blocks
51 # a multiple of 16 bytes
62 * stack to end just below the start of our code.
71 * BTX is right after us at 'end'. We read the length of BTX out of
[all...]
/freebsd-13-stable/tests/sys/geom/class/eli/
H A Donetime_test.sh15 atf_check dd if=rnd of=/dev/${md}.eli bs=${secsize} count=${sectors} status=none
44 dd if=/dev/random of=rnd bs=${MAX_SECSIZE} count=${sectors} status=none
63 atf_check dd if=rnd of=/dev/${md}.eli bs=${secsize} count=${sectors} status=none
87 atf_check dd if=/dev/random of=rnd bs=$MAX_SECSIZE count=$sectors \
115 atf_check dd if=/dev/${md}.eli of=/dev/null status=none
125 atf_fail "Provider didn't detach on last close of a writer"
145 dd if=/dev/random of=rnd bs=${MAX_SECSIZE} count=${sectors} status=none
156 atf_check dd if=rnd of=/dev/${md}.eli bs=${secsize} count=${sectors} status=none
/freebsd-13-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.S91 # define offsets of fields in hash context structure
93 HASH_BITS = 0 #bits of hash output
94 BCNT = 8 + HASH_BITS #number of bytes in BUFFER[]
100 KW_PARITY = 0x1BD11BDAA9FC1A22 #overall parity of key schedule words
283 StackVar Wcopy ,8*(WCNT) #copy of input block
296 StackVar blkCnt ,8 #number of full blocks to process
298 LOCAL_SIZE = _STK_OFFS_ #size of "local" vars
328 leaq FRAME_OFFS(%rsp),%rbp #maximize use of short offsets
339 addq $LOCAL_SIZE,%rsp #get rid of locals (wipe?)
503 movq %rax,Wcopy+ 0+F_O(%rbp) #save copy of inpu
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dopt-jobs-no-action.mk3 # Tests for the combination of the options -j and -n, which prints the
4 # commands instead of actually running them.
6 # The format of the output differs from the output of only the -n option,
56 # XXX: The '-' should not influence the echoing of the command.
68 # Test all combinations of the 3 RunFlags.
H A Dvarmod-defined.mk11 # Since DEF is defined, the value of the expression is "value", not
18 # Since UNDEF is not defined, the "value" is ignored. Instead of leaving the
22 # XXX: Ideally the error message would be "undefined variable", but as of
36 # These are '}' (the closing character of the expression), ':', '$' and '\'.
81 # can be used to add comments in the middle of an expression. That
88 # of ApplyModifier_Defined.
H A Dvarmod-sysv.mk10 # A typical use case for the :from=to modifier is conversion of filename
40 # shell, but that's the job of the :Q modifier.
47 # but isn't. It is part of the replacement string.
72 # of words in the variable expression.
77 # If the variable value is empty, it is debatable whether it consists of a
86 # If the variable value is empty, it is debatable whether it consists of a
95 # of a SysV substitution modifier, and it was replaced with the whole match,
104 # Before 2020-07-19, the result of the expression was "a.bcd.e".
134 # the beginning of the pattern.
195 # In the word "one", only a prefix of th
[all...]
H A Dcond-late.mk10 # Because of this, variables that are used in these lazy conditions
22 # If the order of evaluation were to change to first parse the condition
H A Dposix1.exp16 Directory and filename parts of local variables
40 Out-of-date dependencies with suffix transformations
56 Directory and filename parts of local variables
80 Out-of-date dependencies with suffix transformations
102 Directory and filename parts of local variables
126 Out-of-date dependencies with suffix transformations
149 Directory and filename parts of local variables
173 Out-of-date dependencies with suffix transformations
H A Dsuff-main-several.exp14 inserting ".1" (1) at end of list
15 inserting ".2" (2) at end of list
20 inserting ".1" (1) at end of list
21 inserting ".3" (3) at end of list
26 inserting ".1" (1) at end of list
27 inserting ".4" (4) at end of list
58 ParseReadLine (39): ' : Making ${.TARGET} out of nothing.'
137 `next-main' not remade because of errors.
H A Dvarmod-defined.exp8 Result of ${VAR:D${8_DOLLARS}} is "$$$$$$$$" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, none)
19 Result of ${VAR:@var@${8_DOLLARS}@} is "$$$$" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, none)
H A Dvarmod-to-abs.mk4 # each of the words in the variable value.
21 # The output of the following line is modified by the global _SED_CMDS in
H A Dvarname.exp9 Result of ${:UVAR(((} is "VAR(((" (VARE_UNDEFERR|VARE_WANTRES, none, VES_DEF)
15 Result of ${:UVAR\(\(\(} is "VAR\(\(\(" (VARE_UNDEFERR|VARE_WANTRES, none, VES_DEF)
/freebsd-13-stable/usr.sbin/periodic/etc/daily/
H A D221.backup-gpart6 ## Backup of disk partitions layout, useful for gpart restore.
51 echo "Dump of kern.geom.conftxt:";
66 echo "Backup of partitions information for:";
79 echo "Backup of boot partition content:"
83 dd if="/dev/${b}" of="$bak_dir/$safe_name.tmp" 2> /dev/null
91 echo "Backup of MBR record:"
95 dd if="/dev/${mb}" of="$bak_dir/$safe_name.tmp" bs=512 count=1 2> /dev/null
113 echo "Backup of EFI partition content:"
117 dd if="/dev/${efi}" of="$bak_dir/$safe_name.tmp" 2> /dev/null
/freebsd-13-stable/release/powerpc/
H A Dgenerate-hfs.sh8 # Because of licensing concerns, and because it is overkill, we do not
15 HFS_SIZE=400 #Size in 2048-byte blocks of the produced image
21 dd if=/dev/zero of=$OUTPUT_FILE bs=2048 count=$HFS_SIZE
47 echo 'Loader START' | dd of=loader.tmp cbs=$LOADER_SIZE count=1 conv=block
/freebsd-13-stable/contrib/bmake/mk/
H A Dcompiler.mk6 # be of use. There is absolutely NO WARRANTY.
12 # Please send copies of changes and bug-fixes to:
H A Dlinks.mk6 # be of use. There is absolutely NO WARRANTY.
12 # Please send copies of changes and bug-fixes to:
/freebsd-13-stable/contrib/libxo/
H A Dwarnings.mk8 # using the SOFTWARE, you agree to be bound by the terms of that
11 # Commonly used sets of warnings
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/
H A Dalloc_class.kshlib2 # This file and its contents are supplied under the terms of the
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
58 dd if=/dev/random of=$mntpnt/testfile.$$ &
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_010_pos.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 # 2. Send filesystem, receive as clone of itself.
37 # 4. Send filesystem, receive as clone of other filesystem.
54 dd if=/dev/urandom of=${mntpnt}/f$objnum bs=512 count=16
56 dd if=/dev/zero of=${mntpnt}/fh$objnum bs=512 count=5 seek=4 conv=notrunc
58 dd if=/dev/zero of=${mntpnt}/fh$objnum bs=512 count=4 seek=5 conv=notrunc
83 log_assert "zfs receive of ful
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool/
H A Dzpool_colors.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
25 # 1. Create a pool with a bunch of errors and force fault one of the vdevs.
45 log_must dd if=/dev/urandom of=/$TESTDIR/testfile bs=10M count=1
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/
H A Dzpool_wait_remove_cancel.ksh3 # This file and its contents are supplied under the terms of the
5 # You may only use this file in accordance with the terms of version
6 # 1.0 of the CDDL.
8 # A full copy of the text of the CDDL should have accompanied this
9 # source. A copy of the CDDL is also available via the Internet at
27 # 3. Start removing one of the disks.
30 # 6. Cancel the removal of the device.
47 log_must dd if=/dev/urandom of="/$TESTPOOL/testfile" bs=1k count=16k
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/features/async_destroy/
H A Dasync_destroy_001_pos.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]
37 # 2. Set recordsize to 512 to create the maximum number of blocks
39 # 4. dd a lot of data from /dev/zero to the file system
61 log_must dd bs=1024k count=128 if=/dev/zero of=/$TEST_FS/file
87 # After a bit, go back to allowing an unlimited amount of freeing
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_check_space.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
40 log_must dd if=/dev/urandom of=/$TESTDIR/$TESTFILE0 bs=$((2**20)) \
H A Dremoval_resume_export.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
35 # 2. Add a new vdev to the pool and start the removal of
59 # Because of the above error export should fail.
88 log_must dd if=/dev/urandom of=$TESTDIR/$TESTFILE0 bs=64M count=32
H A Dremoval_with_ganging.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
44 log_must dd if=/$TESTDIR/$TESTFILE0 of=/dev/null

Completed in 100 milliseconds

<<11121314151617181920>>