Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 2561) sorted by relevance

12345678910>>...103

/freebsd-13.1/tools/regression/zfs/zpool/create/
H A Doption-f_inuse.t12 expect_ok ${ZPOOL} create ${name0} ${disk0}
19 expect "${exp}" ${ZPOOL} create ${name1} ${disk0}
21 expect_ok ${ZPOOL} create -f ${name1} ${disk0}
25 expect_ok ${ZPOOL} create ${name0} mirror ${disk0} ${disk1}
34 expect_ok ${ZPOOL} create -f ${name1} mirror ${disk0} ${disk1}
64 expect_ok ${ZPOOL} create ${name0} ${disk0} log ${disk1}
73 expect_ok ${ZPOOL} create -f ${name1} ${disk0} log ${disk1}
90 expect_ok ${ZPOOL} create ${name0} ${disk0} cache ${disk1}
284 expect_ok ${ZPOOL} create ${name0} ${disk0}
291 expect "${exp}" ${ZPOOL} create ${name0} ${disk0}
[all …]
H A Doption-o.t12 expect_fl ${ZPOOL} create -o size=96M ${name0} ${disk0}
15 expect_fl ${ZPOOL} create -o used=0 ${name0} ${disk0}
18 expect_fl ${ZPOOL} create -o available=96M ${name0} ${disk0}
21 expect_fl ${ZPOOL} create -o capacity=0% ${name0} ${disk0}
26 expect_ok ${ZPOOL} create -o altroot=/${name1} ${name0} ${disk0}
42 expect_fl ${ZPOOL} create -o health=ONLINE ${name0} ${disk0}
48 expect_ok ${ZPOOL} create -o version=9 ${name0} ${disk0}
59 expect_ok ${ZPOOL} create -o delegation=off ${name0} ${disk0}
67 expect_ok ${ZPOOL} create -o autoreplace=on ${name0} ${disk0}
75 expect_ok ${ZPOOL} create -o cachefile=none ${name0} ${disk0}
[all …]
H A Doption-f_type_mismatch.t13 expect_fl ${ZPOOL} create ${name0} ${disk0} ${file0}
17 expect_ok ${ZPOOL} create ${zpool_f_flag} ${name0} ${disk0} ${file0}
36 expect_fl ${ZPOOL} create ${name0} ${file0} ${disk0}
40 expect_ok ${ZPOOL} create ${zpool_f_flag} ${name0} ${file0} ${disk0}
59 expect_fl ${ZPOOL} create ${name0} mirror ${disk0} ${file0}
83 expect_fl ${ZPOOL} create ${name0} mirror ${file0} ${disk0}
107 expect_fl ${ZPOOL} create ${name0} mirror ${disk0} ${file0} ${file1}
132 expect_fl ${ZPOOL} create ${name0} mirror ${file0} ${disk0} ${disk1}
157 expect_fl ${ZPOOL} create ${name0} raidz1 ${disk0} ${file0}
181 expect_fl ${ZPOOL} create ${name0} raidz1 ${file0} ${disk0}
[all …]
H A Doption-f_size_mismatch.t17 expect_ok ${ZPOOL} create ${name0} ${disk0} ${disk1}
21 expect_ok ${ZPOOL} create ${name0} ${file0} ${file1}
25 expect_ok ${ZPOOL} create ${name0} mirror ${disk1} ${disk2} mirror ${disk0} ${disk5}
49 expect_fl ${ZPOOL} create ${name0} mirror ${disk0} ${disk1}
53 expect_ok ${ZPOOL} create ${zpool_f_flag} ${name0} mirror ${disk0} ${disk1}
73 expect_fl ${ZPOOL} create ${name0} mirror ${file0} ${file1}
77 expect_ok ${ZPOOL} create ${zpool_f_flag} ${name0} mirror ${file0} ${file1}
97 expect_fl ${ZPOOL} create ${name0} raidz1 ${disk0} ${disk1} ${disk2}
122 expect_fl ${ZPOOL} create ${name0} raidz1 ${file0} ${file1} ${file2}
200 expect_fl ${ZPOOL} create ${name0} ${disk1} log mirror ${disk0} ${disk2}
[all …]
H A Doption-f_replication_level_mismatch_1.t12 expect_fl ${ZPOOL} create ${name0} mirror ${disk0} ${disk1} mirror ${disk2} ${disk3} ${disk4}
16 expect_ok ${ZPOOL} create ${zpool_f_flag} ${name0} mirror ${disk0} ${disk1} mirror ${disk2} ${disk3…
40 expect_fl ${ZPOOL} create ${name0} mirror ${disk0} ${disk1} ${disk2} mirror ${disk3} ${disk4}
192 expect_fl ${ZPOOL} create ${name0} mirror ${disk0} ${disk1} raidz ${disk2} ${disk3}
196 expect_ok ${ZPOOL} create ${zpool_f_flag} ${name0} mirror ${disk0} ${disk1} raidz ${disk2} ${disk3}
219 expect_fl ${ZPOOL} create ${name0} raidz ${disk0} ${disk1} mirror ${disk2} ${disk3}
223 expect_ok ${ZPOOL} create ${zpool_f_flag} ${name0} raidz ${disk0} ${disk1} mirror ${disk2} ${disk3}
246 expect_fl ${ZPOOL} create ${name0} mirror ${disk0} ${disk1} ${disk2} raidz ${disk3} ${disk4}
274 expect_fl ${ZPOOL} create ${name0} mirror ${disk0} ${disk1} raidz ${disk2} ${disk3} ${disk4}
302 expect_fl ${ZPOOL} create ${name0} mirror ${disk0} ${disk1} raidz2 ${disk2} ${disk3} ${disk4}
[all …]
/freebsd-13.1/tests/sys/fs/fusefs/
H A Dcreate.cc55 in.body.create.mode == mode && in expect_create()
56 in.body.create.umask == mask && in expect_create()
80 in.body.create.mode == mode && in expect_create()
104 in.body.create.mode == mode && in expect_create()
130 SET_OUT_HEADER_LEN(out, create); in TEST_F()
178 SET_OUT_HEADER_LEN(out, create); in TEST_F()
283 SET_OUT_HEADER_LEN(out, create); in TEST_F()
315 SET_OUT_HEADER_LEN(out, create); in TEST_F()
361 SET_OUT_HEADER_LEN(out, create); in TEST_F()
393 SET_OUT_HEADER_LEN(out, create); in TEST_F()
[all …]
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_draid_003_pos.ksh68 log_must zpool create $TESTPOOL $draid $draid_vdevs
83 log_mustnot zpool create $TESTPOOL draid:d8 $draid_vdevs
84 log_mustnot zpool create $TESTPOOL draid:s3 $draid_vdevs
85 log_mustnot zpool create $TESTPOOL draid:c32 $draid_vdevs
86 log_mustnot zpool create $TESTPOOL draid:10x $draid_vdevs
87 log_mustnot zpool create $TESTPOOL draid:x10 $draid_vdevs
90 log_must zpool create $TESTPOOL draid2:30d $draid_vdevs
95 log_mustnot zpool create $TESTPOOL draid2:0d $draid_vdevs
98 log_mustnot zpool create $TESTPOOL draid0 $draid_vdevs
99 log_mustnot zpool create $TESTPOOL draid4 $draid_vdevs
[all …]
H A Dzpool_create_encrypted.ksh68 log_mustnot zpool create -O keylocation=prompt $TESTPOOL $DISKS
69 log_mustnot zpool create -O keyformat=passphrase $TESTPOOL $DISKS
70 log_mustnot zpool create -O keyformat=passphrase -O keylocation=prompt \
73 log_must zpool create -O encryption=off $TESTPOOL $DISKS
76 log_mustnot zpool create -O encryption=off -O keylocation=prompt \
78 log_mustnot zpool create -O encryption=off -O keyformat=passphrase \
80 log_mustnot zpool create -O encryption=off -O keyformat=passphrase \
83 log_mustnot zpool create -O encryption=on $TESTPOOL $DISKS
84 log_mustnot zpool create -O encryption=on -O keylocation=prompt \
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_encrypted.ksh83 log_must zfs create $TESTPOOL/$TESTFS1
85 log_mustnot zfs create -o keylocation=prompt $TESTPOOL/$TESTFS1/c1
89 log_must zfs create -o encryption=off $TESTPOOL/$TESTFS1/c1
90 log_mustnot zfs create -o encryption=off -o keylocation=prompt \
92 log_mustnot zfs create -o encryption=off -o keyformat=passphrase \
97 log_mustnot zfs create -o encryption=on $TESTPOOL/$TESTFS1/c2
98 log_mustnot zfs create -o encryption=on -o keylocation=prompt \
109 log_must zfs create $TESTPOOL/$TESTFS2/c1
116 log_must zfs create -o encryption=off $TESTPOOL/$TESTFS2/c5
119 log_mustnot zfs create -o encryption=off -o keylocation=prompt \
[all …]
H A Dzfs_create_009_neg.ksh100 log_must zfs create $TESTPOOL/$TESTFS
104 log_mustnot zfs create $TESTPOOL
105 log_mustnot zfs create $TESTPOOL/$TESTFS
109 log_mustnot zfs create ${args[$i]}
110 log_mustnot zfs create -p ${args[$i]}
116 log_mustnot zfs create -o ${RW_FS_PROP[i]} -o ${RW_FS_PROP[i]} \
118 log_mustnot zfs create -p -o ${RW_FS_PROP[i]} -o ${RW_FS_PROP[i]} \
125 log_mustnot zfs create -o ${VOL_ONLY_PROP[i]} $TESTPOOL/$TESTFS1
126 log_mustnot zfs create -p -o ${VOL_ONLY_PROP[i]} $TESTPOOL/$TESTFS1
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_hierarchy.ksh58 log_must zfs create "$poolname/sendfs"
59 log_must zfs create -V 1M -s "$poolname/sendvol"
69 log_must zfs create "$poolname/fs"
70 log_must zfs create "$poolname/fs/subfs"
76 log_must zfs create -V 1M -s "$poolname/volume"
81 log_must zfs create -V 1M -s "$poolname/createvol"
82 log_mustnot zfs create "$poolname/createvol/fs"
83 log_mustnot zfs create -V 1M -s "$poolname/createvol/vol"
86 log_must zfs create "$poolname/movefs"
87 log_must zfs create -V 1M -s "$poolname/movevol"
[all …]
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/
H A Dbootfs_006_pos.ksh60 log_must zfs create $POOL/$TESTFS
75 log_must zfs create $POOL/$TESTFS
105 log_must zpool create $TESTPOOL $VDEV1
109 log_must zpool create $TESTPOOL $VDEV1 spare $VDEV2
113 log_must zpool create $TESTPOOL mirror $VDEV1 $VDEV2
122 log_must zpool create $TESTPOOL $VDEV1 $VDEV2
126 log_must zpool create $TESTPOOL $VDEV1 $VDEV2 spare $VDEV3
132 log_must zpool create $TESTPOOL $VDEV1 $VDEV2
136 log_must zpool create $TESTPOOL $VDEV1 $VDEV2 spare $VDEV3
141 log_must zpool create $TESTPOOL raidz $VDEV1 $VDEV2
[all …]
/freebsd-13.1/contrib/pjdfstest/tests/granular/
H A D03.t25 expect 0 create ${n0} 0644
31 expect 0 create ${n0} 0644
43 expect 0 create ${n0} 0644
52 expect 0 create ${n0} 0644
57 expect 0 create ${n0} 0644
63 expect 0 create ${n0} 0644
69 expect 0 create ${n0} 0644
88 expect 0 create ${n0} 0644
99 expect 0 create ${n0} 0644
111 expect 0 create ${n0} 0644
[all …]
/freebsd-13.1/tools/regression/zfs/zpool/add/
H A Doption-f_inuse.t12 expect_ok ${ZPOOL} create ${name0} ${disk0}
14 expect_ok ${ZPOOL} create ${name1} ${disk1}
47 expect_ok ${ZPOOL} create ${name0} ${disk0}
49 expect_ok ${ZPOOL} create ${name1} ${disk1}
124 expect_ok ${ZPOOL} create ${name0} ${disk0}
209 expect_ok ${ZPOOL} create ${name0} ${disk0}
300 expect_ok ${ZPOOL} create ${name0} ${disk0}
347 expect_ok ${ZPOOL} create ${name0} ${disk0}
349 expect_ok ${ZPOOL} create ${name1} ${disk1}
383 expect_ok ${ZPOOL} create ${name0} ${disk0}
[all …]
H A Doption-f_replication_level_mismatch_1.t12 expect_ok ${ZPOOL} create ${name0} mirror ${disk0} ${disk1}
30 expect_ok ${ZPOOL} create ${name0} mirror ${disk0} ${disk1}
279 expect_ok ${ZPOOL} create ${name0} mirror ${disk0} ${disk1}
297 expect_ok ${ZPOOL} create ${name0} mirror ${disk0} ${disk1}
318 expect_ok ${ZPOOL} create ${name0} raidz ${disk0} ${disk1}
336 expect_ok ${ZPOOL} create ${name0} raidz ${disk0} ${disk1}
398 expect_ok ${ZPOOL} create ${name0} mirror ${disk0} ${disk1}
416 expect_ok ${ZPOOL} create ${name0} mirror ${disk0} ${disk1}
438 expect_ok ${ZPOOL} create ${name0} mirror ${disk0} ${disk1}
456 expect_ok ${ZPOOL} create ${name0} mirror ${disk0} ${disk1}
[all …]
H A Doption-f_type_mismatch.t13 expect_ok ${ZPOOL} create ${name0} ${disk0}
29 expect_ok ${ZPOOL} create ${name0} ${disk0}
46 expect_ok ${ZPOOL} create ${name0} ${file0}
62 expect_ok ${ZPOOL} create ${name0} ${file0}
79 expect_ok ${ZPOOL} create ${name0} mirror ${disk0} ${disk1}
97 expect_ok ${ZPOOL} create ${name0} mirror ${disk0} ${disk1}
118 expect_ok ${ZPOOL} create ${name0} mirror ${file0} ${file1}
331 expect_ok ${ZPOOL} create ${name0} ${disk0}
349 expect_ok ${ZPOOL} create ${name0} ${disk0}
369 expect_ok ${ZPOOL} create ${name0} ${file0}
[all …]
/freebsd-13.1/tests/sys/geom/class/multipath/
H A Dmisc.sh44 atf_check -s exit:0 gmultipath create "$name" ${md0} ${md1}
117 atf_check gnop create -o $offset /dev/${md0}
118 atf_check gnop create -o $offset /dev/${md1}
134 atf_check gnop create -o $offset /dev/${md0}
160 atf_check -s exit:0 gmultipath create "$name" ${md0} ${md1}
184 atf_check gnop create /dev/${md0}
185 atf_check gnop create /dev/${md1}
216 atf_check gnop create -z $physpath /dev/${md0}
217 atf_check gnop create -z $physpath /dev/${md1}
298 atf_check gnop create /dev/${md0}
[all …]
/freebsd-13.1/contrib/netbsd-tests/usr.sbin/mtree/
H A Dt_mtree.sh59 rm -fr create
60 mkdir -p create/a/1 create/a/2 create/b
62 for file in create/top.file.1 \
63 create/a/a.file.1 \
64 create/a/a.file.2 \
65 create/a/1/a1.file.1 \
66 create/b/b.file.1 \
67 create/b/b.file.2
72 ln create/b/b.file.1 create/b/b.hardlink.1
74 ln create/b/b.file.2 create/a/a.hardlink.b2
[all …]
/freebsd-13.1/tests/sys/cddl/zfs/tests/bootfs/
H A Dbootfs_006_pos.ksh73 log_must $ZFS create $POOL/$FS
93 log_must $ZFS create $POOL/$FS
120 log_must $ZPOOL create $TESTPOOL $VDEV1
124 log_must $ZPOOL create $TESTPOOL $VDEV1 spare $VDEV2
128 log_must $ZPOOL create $TESTPOOL mirror $VDEV1 $VDEV2
132 log_must $ZPOOL create $TESTPOOL mirror $VDEV1 $VDEV2 spare $VDEV3
139 log_must $ZPOOL create $TESTPOOL $VDEV1 $VDEV2
143 log_must $ZPOOL create $TESTPOOL $VDEV1 $VDEV2 spare $VDEV3
147 log_must $ZPOOL create $TESTPOOL raidz $VDEV1 $VDEV2
151 log_must $ZPOOL create $TESTPOOL raidz $VDEV1 $VDEV2 spare $VDEV3
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h525 return create(Add, LHS, RHS, Ctx); in createAdd()
530 return create(And, LHS, RHS, Ctx); in createAnd()
535 return create(Div, LHS, RHS, Ctx); in createDiv()
540 return create(EQ, LHS, RHS, Ctx); in createEQ()
545 return create(GT, LHS, RHS, Ctx); in createGT()
550 return create(GTE, LHS, RHS, Ctx); in createGTE()
560 return create(LOr, LHS, RHS, Ctx); in createLOr()
565 return create(LT, LHS, RHS, Ctx); in createLT()
570 return create(LTE, LHS, RHS, Ctx); in createLTE()
585 return create(NE, LHS, RHS, Ctx); in createNE()
[all …]
/freebsd-13.1/tests/sys/net/
H A Dif_vlan.sh57 vlan5a=$(jexec jqinq0 ifconfig vlan create \
59 vlan42a=$(jexec jqinq0 ifconfig vlan create \
65 vlan5b=$(jexec jqinq1 ifconfig vlan create \
67 vlan42b=$(jexec jqinq1 ifconfig vlan create \
99 vlan5a=$(jexec jqinq2 ifconfig vlan create \
101 vlan6a=$(jexec jqinq2 ifconfig vlan create \
110 vlan5b=$(jexec jqinq3 ifconfig vlan create \
112 vlan6b=$(jexec jqinq3 ifconfig vlan create \
189 jexec jqinq6 ifconfig vlan5 create \
191 jexec jqinq6 ifconfig vlan5.42 create \
[all …]
/freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zfs_create/
H A Dzfs_create_009_neg.ksh109 log_must $ZFS create $TESTPOOL/$TESTFS
113 log_mustnot $ZFS create $TESTPOOL
114 log_mustnot $ZFS create $TESTPOOL/$TESTFS
118 log_mustnot $ZFS create ${args[$i]}
119 log_mustnot $ZFS create -p ${args[$i]}
125 log_mustnot $ZFS create -o ${RW_FS_PROP[i]} -o ${RW_FS_PROP[i]} \
127 log_mustnot $ZFS create -p -o ${RW_FS_PROP[i]} -o ${RW_FS_PROP[i]} \
134 log_mustnot $ZFS create -o ${VOL_ONLY_PROP[i]} $TESTPOOL/$TESTFS1
135 log_mustnot $ZFS create -p -o ${VOL_ONLY_PROP[i]} $TESTPOOL/$TESTFS1
/freebsd-13.1/tools/regression/zfs/zpool/attach/
H A Doption-f_inuse.t12 expect_ok ${ZPOOL} create ${name0} ${disk0}
14 expect_ok ${ZPOOL} create ${name1} ${disk1}
49 expect_ok ${ZPOOL} create ${name0} ${disk0}
51 expect_ok ${ZPOOL} create ${name1} mirror ${disk1} ${disk2}
91 expect_ok ${ZPOOL} create ${name1} ${disk3} log ${disk4}
180 expect_ok ${ZPOOL} create ${name1} ${disk2}
222 expect_ok ${ZPOOL} create ${name1} ${disk2}
396 expect_ok ${ZPOOL} create ${name1} ${disk2}
455 expect_ok ${ZPOOL} create ${name0} ${disk0}
456 expect_ok ${ZPOOL} create ${name1} ${disk1}
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp22 ConstructionContextLayer::create(BumpVectorContext &C, in create() function in ConstructionContextLayer
84 return create<SimpleTemporaryObjectConstructionContext>(C, BTE, MTE); in createMaterializedTemporaryFromLayers()
86 return create<ElidedTemporaryObjectConstructionContext>( in createMaterializedTemporaryFromLayers()
92 return create<SimpleTemporaryObjectConstructionContext>(C, BTE, MTE); in createMaterializedTemporaryFromLayers()
103 return create<SimpleTemporaryObjectConstructionContext>(C, BTE, in createBoundTemporaryFromLayers()
113 return create<CXX17ElidedCopyVariableConstructionContext>(C, DS, BTE); in createBoundTemporaryFromLayers()
123 return create<CXX17ElidedCopyReturnedValueConstructionContext>(C, RS, in createBoundTemporaryFromLayers()
174 return create<SimpleVariableConstructionContext>(C, DS); in createFromLayers()
179 return create<NewAllocatedObjectConstructionContext>(C, NE); in createFromLayers()
184 return create<SimpleReturnedValueConstructionContext>(C, RS); in createFromLayers()
[all …]
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/limits/
H A Dfilesystem_count.ksh37 log_must zfs create "$DATASET_TEST"
38 log_must zfs create "$DATASET_UTIL"
60 log_must zfs create "$DATASET_TEST/create_clone"
69 log_must zfs create "$DATASET_TEST/destroy"
76 log_must zfs create "$DATASET_TEST/rename"
84 log_must zfs create "$DATASET_UTIL/promote"
94 log_must zfs create "$DATASET_UTIL/send"
107 log_must zfs create "$DATASET_TEST/rollback"
115 log_must zfs create "$DATASET_TEST/diff"

12345678910>>...103