Home
last modified time | relevance | path

Searched full:creating (Results 1 – 25 of 1754) sorted by relevance

12345678910>>...71

/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_err.c46 "error creating certconf"},
48 "error creating certrep"},
50 "error creating certreq"},
52 "error creating error"},
54 "error creating genm"},
56 "error creating genp"},
58 "error creating pkiconf"},
60 "error creating pollrep"},
62 "error creating pollreq"},
63 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_ERROR_CREATING_RP), "error creating rp"},
[all …]
/freebsd/crypto/openssh/contrib/aix/
H A Dbuildbff.sh191 echo Creating configs from defaults if necessary.
196 echo "Creating \$cfgfile from default"
210 echo "Creating PrivSep group $SSH_PRIVSEP_USER."
219 echo "Creating PrivSep user $SSH_PRIVSEP_USER."
232 echo "Creating PrivSep chroot directory $PRIVSEP_PATH."
242 echo Creating host keys if required.
249 echo Creating SRC sshd subsystem.
288 echo Creating liblpp.a
317 echo Creating lpp_name
351 echo Creating $PKGNAME-$VERSION.bff with backup...
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzpool-create.8166 Displays the configuration that would be used without actually creating the
204 to handle name space collisions when creating pools for other systems,
212 .Ss Example 1 : No Creating a RAID-Z Storage Pool
217 .Ss Example 2 : No Creating a Mirrored Storage Pool
222 .Ss Example 3 : No Creating a ZFS Storage Pool by Using Partitions
226 .Ss Example 4 : No Creating a ZFS Storage Pool by Using Files
236 .Ss Example 6 : No Creating a ZFS Pool with Mirrored Separate Intent Logs
H A Dzfs-load-key.8194 This can be approximated in place by creating new datasets, copying the data
244 Creating an encrypted dataset requires specifying the
256 when creating the child dataset or use
258 to break an existing relationship, creating a new encryption root on the child.
261 may match that of the parent while still creating a new encryption root, and
H A Dzfs-unload-key.8194 This can be approximated in place by creating new datasets, copying the data
244 Creating an encrypted dataset requires specifying the
256 when creating the child dataset or use
258 to break an existing relationship, creating a new encryption root on the child.
261 may match that of the parent while still creating a new encryption root, and
H A Dzfs-change-key.8194 This can be approximated in place by creating new datasets, copying the data
244 Creating an encrypted dataset requires specifying the
256 when creating the child dataset or use
258 to break an existing relationship, creating a new encryption root on the child.
261 may match that of the parent while still creating a new encryption root, and
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mv_files/
H A Drandom_creation.ksh7 log_assert "Check that creating many files quickly is safe"
16 log_fail "error creating ${i} after ${count} files"
25 log_assert "Check that creating them in another order is safe"
36 log_fail "error creating ${i} after ${count} files"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/
H A Duserquota_013_pos.ksh43 # 2. Creating new object should fail with Disc quota exceeded
45 # 4. Creating new object should fail with Disc quota exceeded
57 log_assert "If creating object exceeds {user|group}objquota count, it will fail"
77 log_pass "Creating objects exceeds {user|group}objquota count, it as expect"
/freebsd/usr.sbin/ctladm/tests/
H A Dport.sh27 # * Creating camsim ports
28 # * Creating tpc ports
29 # * Creating camtgt ports
30 # * Creating umass ports
33 # * Creating nvmf ports
34 # * Creating ha ports
35 # * Creating fc ports
185 atf_set "descr" "ctladm can set options when creating a new ioctl port"
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_disk.c253 create_reg_file(ae, "Test creating a regular file"); in DEFINE_TEST()
260 create_reg_file2(ae, "Test creating another regular file"); in DEFINE_TEST()
281 create(ae, "Test creating a file over an existing file."); in DEFINE_TEST()
288 create(ae, "Test creating a regular dir."); in DEFINE_TEST()
295 create(ae, "Test creating a dir over an existing file."); in DEFINE_TEST()
302 create(ae, "Test creating a file over an existing dir."); in DEFINE_TEST()
310 create_reg_file_win(ae, "Test creating a regular file" in DEFINE_TEST()
318 create_reg_file_win(ae, "Test creating a regular file" in DEFINE_TEST()
330 create_reg_file_win(ae, "Test creating a regular file" in DEFINE_TEST()
343 create_reg_file_win(ae, "Test creating in DEFINE_TEST()
[all...]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cache/
H A Dcache_001_pos.ksh37 # Creating a pool with a cache device succeeds.
47 log_assert "Creating a pool with a cache device succeeds."
65 log_pass "Creating a pool with a cache device succeeds."
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_001_pos.ksh36 # Creating a pool with a log device succeeds.
46 log_assert "Creating a pool with a log device succeeds."
69 log_pass "Creating a pool with a log device succeeds."
/freebsd/usr.sbin/pw/tests/
H A Dpw_lock_test.sh9 ${PW} useradd test || atf_fail "Creating test user"
21 ${PW} useradd test || atf_fail "Creating test user"
29 ${PW} useradd -n 1001 || atf_fail "Creating test user"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_006_pos.ksh36 # Re-creating zfs files, 'zfs unmount' still succeed.
53 log_assert "Re-creating zfs files, 'zfs unmount' still succeed."
70 log_pass "Re-creating zfs files, 'zfs unmount' passed."
/freebsd/usr.bin/posixmqcontrol/
H A Dposixmqcontrol.163 It allows creating queues, inspecting queue metadata, altering group and user
98 utility will attempt to recreate the queue by first unlinking and then creating
120 messages) requires destroying and re-creating the queue.
124 To avoid down-time when altering queue attributes, consider creating a new
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_004_pos.ksh40 # 2. Creating a new pool based on the vdevs should work.
41 # 3. Creating a pool with a file based vdev that is too small should fail.
69 log_fail "Creating pool with large numbers of file-vdevs failed."
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DBodyFarm.h9 // BodyFarm is a factory for creating faux implementations for functions/methods
34 /// Factory method for creating bodies for ordinary functions.
37 /// Factory method for creating bodies for Objective-C properties.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_014_pos.ksh37 # verify that creating/destroying snapshots do things clean
61 log_assert "Verify creating/destroying snapshots do things clean"
79 log_pass "Verify creating/destroying snapshots do things clean"
/freebsd/contrib/netbsd-tests/lib/libpthread_dbg/
H A Dt_threads.c88 printf("Creating thread %zu\n", i); in ATF_TC_BODY()
151 printf("Creating thread %zu\n", i); in ATF_TC_BODY()
221 printf("Creating thread %zu\n", i); in ATF_TC_BODY()
293 printf("Creating thread %zu\n", i); in ATF_TC_BODY()
374 printf("Creating thread %zu\n", i); in ATF_TC_BODY()
447 printf("Creating thread %zu\n", i); in ATF_TC_BODY()
521 printf("Creating thread %zu\n", i); in ATF_TC_BODY()
595 printf("Creating thread %zu\n", i); in ATF_TC_BODY()
676 printf("Creating thread %zu\n", i); in ATF_TC_BODY()
/freebsd/crypto/openssl/test/recipes/
H A D80-test_tsa.t109 'creating a new CA for the TSA tests');
112 unless subtest 'creating tsa_cert1.pem TSA server cert' => sub {
117 unless subtest 'creating tsa_cert2.pem non-TSA server cert' => sub {
125 'creating req1.req time stamp request for file testtsa');
162 'creating req2.req time stamp request for file testtsa');
224 "creating req3.req time stamp request for file CAtsa.cnf");
/freebsd/tests/sys/cddl/zfs/tests/slog/
H A Dslog_001_pos.ksh36 # Creating a pool with a log device succeeds.
55 log_assert "Creating a pool with a log device succeeds."
73 log_pass "Creating a pool with a log device succeeds."
/freebsd/tests/sys/cddl/zfs/tests/cache/
H A Dcache_001_pos.ksh36 # Creating a pool with a cache device succeeds.
55 log_assert "Creating a pool with a cache device succeeds."
73 log_pass "Creating a pool with a cache device succeeds."
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cachefile/
H A Dcachefile_001_pos.ksh39 # Creating a pool with "cachefile" set doesn't update zpool.cache
66 log_assert "Creating a pool with \"cachefile\" set doesn't update zpool.cache"
94 log_pass "Creating a pool with \"cachefile\" set doesn't update zpool.cache"
/freebsd/lib/libc/gen/
H A Ddllockinit.355 argument specifies an opaque context for creating locks.
59 function when creating the locks it needs.
70 argument specifies a function for creating a read/write lock.
/freebsd/share/examples/netgraph/
H A Dvirtual.lan153 # Connect ng_ether:lower hook to bridge:link0 when creating bridge and
156 echo "Creating bridge interface: ${BRIDGE_NAME}..."
185 echo -n "Creating virtual node (jail) ${NODE_NAME}..."
197 # links. After creating interface get its automatically
200 echo "Creating eiface interface for virtual node ${NODE_NAME}."
317 echo -n "Creating default target topology:"
344 echo -n "Creating target topology:"

12345678910>>...71