Searched refs:of (Results 276 - 300 of 921) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/truncate/
H A Dtruncate_002_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]
56 log_must dd if=/dev/urandom of=$srcfile bs=1024k count=1
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_zil.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]
36 # 1. Create a ZVOLs with various combination of "logbias" and "sync" values
65 dd if=/dev/zero of=$ZDEV bs=8k count=1 &
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_swap/
H A Dzvol_swap_002_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 # Add a swap zvol, and consume most (not all) of the space. This test
42 # 2. Fill //var/tmp with 80% the size of the zvol
65 # Get 80% of the number of 512 blocks in the zvol
71 log_note "Fill 80% of swap"
72 log_must dd if=/dev/urandom of
[all...]
/freebsd-13-stable/contrib/ntp/libntp/
H A Dtimexsup.c5 * The contents of 'html/copyright.html' apply.
18 # warning inconsistent definitions of MOD_NANO vs STA_NANO
/freebsd-13-stable/contrib/netbsd-tests/dev/fss/
H A Dt_fss.sh8 # 1. Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer.
11 # notice, this list of conditions and the following disclaimer in the
28 # Verify basic operation of fss(4) file system snapshot device
37 # create of mount-points for the file system and snapshot
45 dd if=/dev/zero of=./image bs=32k count=64
52 # configure and mount a snapshot of the file system
/freebsd-13-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_devices.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
43 atf_check -s eq:0 -o ignore -e ignore dd if=zero of=a bs=10k count=1
H A Dt_sizes.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
70 dd if=/dev/zero of=a bs=1m count=5
100 dd if=/dev/zero of=a bs=1m count=15
112 atf_set "descr" "Checks that writing to the middle of a file" \
120 dd if=/dev/zero of=a bs=1024 count=10
123 dd if=/dev/zero of=a bs=1024 conv=notrunc seek=1 count=1
/freebsd-13-stable/sys/modules/linux_common/
H A DMakefile18 .warning Building Linuxulator outside of a kernel does not make sense
/freebsd-13-stable/share/mk/
H A Dbsd.test.mk25 # List of subdirectories containing tests into which to recurse. This has the
34 # If defined, indicates that the tests built by the Makefile are not part of
35 # the FreeBSD Test Suite. The implication of this is that the tests won't be
39 # List of variables to pass to the tests at run-time via the environment.
51 # Ordered list of directories to construct the PATH for the tests.
56 # Ordered list of directories to construct the LD_LIBRARY_PATH for the tests.
60 # List of all tests being built. The various *.test.mk modules extend this
64 # Pull in the definitions of all supported test interfaces.
H A Dsrc.tools.mk7 # Very tiny subset of "itools", if you are old enough to know what it is.
10 # many places within the source tree. Rule of thumb: if the above mentioned
/freebsd-13-stable/stand/i386/btx/btxldr/
H A Dbtxldr.S12 * warranties of merchantability and fitness for a particular
24 * Prototype BTX loader program, written in a couple of hours. The
63 .set SIZ_STUB,0x1a # Size of stub
78 movl %eax,%ebp # Base of user stack
81 call hexout # amount of
118 start_null_bi: movl $BOOTARGS_SIZE,%ecx # Fixed size of arguments
121 addl BOOTARGS_SIZE+4(%esp),%ecx # Add size of variable args
277 testb %al,%al # End of string?
290 testb %al,%al # End of string?
/freebsd-13-stable/tools/tools/fetchbench/
H A Dfetchbench5 # This software was developed by SRI International and the University of
7 # ("CTSRD"), as part of the DARPA CRASH research programme.
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 is a simple HTTP benchmark. It works by running a number of fetch(1)
33 # instances in parallel, 10 by default, each performing a number of fetches,
41 usage: fetchbench [-i number-of-instances] [-n fetches-per-instance] url
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Ddtcompilerparser.l12 * Some or all of this work - Copyright (c) 1999 - 2018, Intel Corp.
22 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
23 * copy of the source code appearing in this file ("Covered Code") an
26 * make derivatives, distribute, use and display any portion of the Covered
30 * license (with the right to sublicense), under only those claims of Intel
35 * to or modifications of the Original Intel Code. No other license or right
43 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
44 * Redistribution of source code of any substantial portion of th
[all...]
/freebsd-13-stable/tests/sys/cddl/zfs/tests/clean_mirror/
H A Dclean_mirror_common.kshlib5 # 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]
32 # Most of the code related to the clearing of mirrors is duplicated in all
35 # the contents of the mirror.
36 # This code is sourced into each of these test cases.
57 # dd the primary side of the mirror
58 log_must $DD if=$OVERWRITING_DEVICE of
[all...]
/freebsd-13-stable/tests/sys/cddl/zfs/tests/slog/
H A Dslog_012_neg.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]
41 # Pool can survive when one of mirror log device get corrupted
60 log_assert "Pool can survive when one of mirror log device get corrupted."
74 log_must $DD if=/dev/urandom of=$mntpnt/testfile.${TESTCASE_ID} count=100
89 log_pass "Pool can survive when one of mirror log device get corrupted."
/freebsd-13-stable/contrib/kyua/store/
H A Dmigrate_v1_v2.sql8 -- * Redistributions of source code must retain the above copyright
9 -- notice, this list of conditions and the following disclaimer.
11 -- notice, this list of conditions and the following disclaimer in the
13 -- * Neither the name of Google Inc. nor the names of its contributors
30 -- Migration of a database with version 1 of the schema to version 2.
35 -- * Changed the primary key of the metadata table to be the
37 -- second resolution, the old schema made testing of schema migrations
40 -- * Introduced the metadatas table, which holds the metadata of al
[all...]
/freebsd-13-stable/lib/libc/mips/string/
H A Dbcopy.S10 * notice and this permission notice appear in all copies of the
18 * Carnegie Mellon requests users of this software to return to
21 * School of Computer Science
108 andi t1,DSTREG,(SZREG-1) # get last bits of dest
110 andi t0,SRCREG,(SZREG-1) # get last bits of src
184 PTR_SUBU a3,SIZEREG,t0 # number of words to transfer
204 andi t1,DSTREG,SZREG-1 # get last 3 bits of dest
206 andi t0,SRCREG,SZREG-1 # get last 3 bits of src
213 and t0,SIZEREG,AT # count truncated to multiple of 32
247 PTR_SUBU t2,SIZEREG,t2 # t2 = number of word
[all...]
/freebsd-13-stable/lib/libc/mips/sys/
H A Dcerror.S5 * The Regents of the University of California. All rights reserved.
13 * 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
18 * 3. Neither the name of the University nor the names of its contributors
58 PTR_LA t9, _C_LABEL(__error) # locate address of errno
/freebsd-13-stable/contrib/bmake/mk/
H A Dlibs.mk6 # be of use. There is absolutely NO WARRANTY.
12 # Please send copies of changes and bug-fixes to:
20 # In meta mode, we can capture dependenices for _one_ of the progs.
38 # just one of many
H A Doptions.mk6 # be of use. There is absolutely NO WARRANTY.
12 # Please send copies of changes and bug-fixes to:
21 # This allows override of an OPTIONS_DEFAULT_YES by adding it to
63 # use the value of ${OPTION_PREFIX}FOO
H A Dprogs.mk6 # be of use. There is absolutely NO WARRANTY.
12 # Please send copies of changes and bug-fixes to:
20 # In meta mode, we can capture dependenices for _one_ of the progs.
37 # just one of many
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Darchive.mk3 # Very basic demonstration of handling archives, based on the description
7 # archive handling. That's why it deviates from the tutorial style of
18 # dir.c would probably not handle this correctly, therefore each of the
58 @echo Making ${.TARGET} ${.OODATE:C,.+,out-of-date,W} ${.OODATE:O}
H A Ddirective-export-gmake.mk5 # The "export" directive only affects the environment of the make process
27 # after the '=' sign and are prepended to the value of the environment
35 # before the '=' sign and are appended to the name of the environment
48 # The right-hand side of the exported variable is expanded exactly once.
H A Ddirective-export-impl.mk3 # Test for the implementation of exporting variables to child processes.
13 # VarExportMode (per call of Var_Export and ExportVar)
36 # variables exported. Since this variable has both of the above-mentioned
52 # in the process of exporting the variable value, though.
H A Dvarmod-to-many-words.mk15 # Protect against accidental freeing of the variable value.

Completed in 137 milliseconds

<<11121314151617181920>>