Home
last modified time | relevance | path

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

12345678910>>...105

/freebsd-13-stable/tools/regression/zfs/zpool/create/
HDoption-f_inuse.t11 expect_ok ${ZPOOL} create ${name0} ${disk0}
18 expect "${exp}" ${ZPOOL} create ${name1} ${disk0}
20 expect_ok ${ZPOOL} create -f ${name1} ${disk0}
24 expect_ok ${ZPOOL} create ${name0} mirror ${disk0} ${disk1}
31 expect "${exp}" ${ZPOOL} create ${name1} mirror ${disk0} ${disk1}
33 expect_ok ${ZPOOL} create -f ${name1} mirror ${disk0} ${disk1}
37 expect_ok ${ZPOOL} create ${name0} raidz1 ${disk0} ${disk1} ${disk2}
44 expect "${exp}" ${ZPOOL} create ${name1} raidz1 ${disk0} ${disk1} ${disk2}
46 expect_ok ${ZPOOL} create -f ${name1} raidz1 ${disk0} ${disk1} ${disk2}
50 expect_ok ${ZPOOL} create ${name0} raidz2 ${disk0} ${disk1} ${disk2} ${disk3}
[all …]
HDoption-o.t11 expect_fl ${ZPOOL} create -o size=96M ${name0} ${disk0}
14 expect_fl ${ZPOOL} create -o used=0 ${name0} ${disk0}
17 expect_fl ${ZPOOL} create -o available=96M ${name0} ${disk0}
20 expect_fl ${ZPOOL} create -o capacity=0% ${name0} ${disk0}
25 expect_ok ${ZPOOL} create -o altroot=/${name1} ${name0} ${disk0}
41 expect_fl ${ZPOOL} create -o health=ONLINE ${name0} ${disk0}
44 expect_fl ${ZPOOL} create -o guid=13949667482126165574 ${name0} ${disk0}
47 expect_ok ${ZPOOL} create -o version=9 ${name0} ${disk0}
55 expect_fl ${ZPOOL} create -o bootfs=${name0}/root ${name0} ${disk0}
58 expect_ok ${ZPOOL} create -o delegation=off ${name0} ${disk0}
[all …]
HDoption-f_type_mismatch.t12 expect_fl ${ZPOOL} create ${name0} ${disk0} ${file0}
16 expect_ok ${ZPOOL} create ${zpool_f_flag} ${name0} ${disk0} ${file0}
35 expect_fl ${ZPOOL} create ${name0} ${file0} ${disk0}
39 expect_ok ${ZPOOL} create ${zpool_f_flag} ${name0} ${file0} ${disk0}
58 expect_fl ${ZPOOL} create ${name0} mirror ${disk0} ${file0}
62 expect_ok ${ZPOOL} create ${zpool_f_flag} ${name0} mirror ${disk0} ${file0}
82 expect_fl ${ZPOOL} create ${name0} mirror ${file0} ${disk0}
86 expect_ok ${ZPOOL} create ${zpool_f_flag} ${name0} mirror ${file0} ${disk0}
106 expect_fl ${ZPOOL} create ${name0} mirror ${disk0} ${file0} ${file1}
110 expect_ok ${ZPOOL} create ${zpool_f_flag} ${name0} mirror ${disk0} ${file0} ${file1}
[all …]
HDoption-f_size_mismatch.t16 expect_ok ${ZPOOL} create ${name0} ${disk0} ${disk1}
20 expect_ok ${ZPOOL} create ${name0} ${file0} ${file1}
24 expect_ok ${ZPOOL} create ${name0} mirror ${disk1} ${disk2} mirror ${disk0} ${disk5}
28 expect_ok ${ZPOOL} create ${name0} mirror ${file1} ${file2} mirror ${file0} ${file5}
32 expect_ok ${ZPOOL} create ${name0} raidz1 ${disk1} ${disk2} ${disk3} raidz1 ${disk0} ${disk5} ${dis…
36 expect_ok ${ZPOOL} create ${name0} raidz1 ${file1} ${file2} ${file3} raidz1 ${file0} ${file5} ${fil…
40 expect_ok ${ZPOOL} create ${name0} raidz2 ${disk1} ${disk2} ${disk3} ${disk4} raidz2 ${disk0} ${dis…
44 expect_ok ${ZPOOL} create ${name0} raidz2 ${file1} ${file2} ${file3} ${file4} raidz2 ${file0} ${fil…
48 expect_fl ${ZPOOL} create ${name0} mirror ${disk0} ${disk1}
52 expect_ok ${ZPOOL} create ${zpool_f_flag} ${name0} mirror ${disk0} ${disk1}
[all …]
HDoption-f_replication_level_mismatch_1.t11 expect_fl ${ZPOOL} create ${name0} mirror ${disk0} ${disk1} mirror ${disk2} ${disk3} ${disk4}
15 expect_ok ${ZPOOL} create ${zpool_f_flag} ${name0} mirror ${disk0} ${disk1} mirror ${disk2} ${disk3…
39 expect_fl ${ZPOOL} create ${name0} mirror ${disk0} ${disk1} ${disk2} mirror ${disk3} ${disk4}
43 expect_ok ${ZPOOL} create ${zpool_f_flag} ${name0} mirror ${disk0} ${disk1} ${disk2} mirror ${disk3…
67 expect_fl ${ZPOOL} create ${name0} raidz ${disk0} ${disk1} ${disk2} raidz ${disk3} ${disk4} ${disk5…
71 expect_ok ${ZPOOL} create ${zpool_f_flag} ${name0} raidz ${disk0} ${disk1} ${disk2} raidz ${disk3} …
97 expect_fl ${ZPOOL} create ${name0} raidz ${disk0} ${disk1} ${disk2} ${disk3} raidz ${disk4} ${disk5…
101 expect_ok ${ZPOOL} create ${zpool_f_flag} ${name0} raidz ${disk0} ${disk1} ${disk2} ${disk3} raidz …
127 expect_fl ${ZPOOL} create ${name0} raidz2 ${disk0} ${disk1} ${disk2} ${disk3} raidz2 ${disk4} ${dis…
131 expect_ok ${ZPOOL} create ${zpool_f_flag} ${name0} raidz2 ${disk0} ${disk1} ${disk2} ${disk3} raidz…
[all …]
/freebsd-13-stable/usr.sbin/ctladm/tests/
HDport.sh57 if [ -e port-create.txt ]; then
60 PORTNUM=`awk '/port:/ {print $2}' port-create.txt`
64 TARGET=`awk '/target:/ {print $2}' port-create.txt`
81 atf_check -o save:port-create.txt ctladm port -c -d "ioctl"
82 atf_check egrep -q "Port created successfully" port-create.txt
83 atf_check egrep -q "frontend: *ioctl" port-create.txt
84 atf_check egrep -q "port: *[0-9]+" port-create.txt
85 portnum=`awk '/port:/ {print $2}' port-create.txt`
104 atf_check -o save:port-create.txt ctladm port -c -d "ioctl"
105 atf_check egrep -q "Port created successfully" port-create.txt
[all …]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
HDzpool_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
92 log_mustnot zpool create $TESTPOOL draid2:31d $draid_vdevs
95 log_mustnot zpool create $TESTPOOL draid2:0d $draid_vdevs
98 log_mustnot zpool create $TESTPOOL draid0 $draid_vdevs
[all …]
HDzpool_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-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
HDzfs_create_encrypted.ksh83 log_must zfs create $TESTPOOL/$TESTFS1
84 log_mustnot zfs create -o keyformat=passphrase $TESTPOOL/$TESTFS1/c1
85 log_mustnot zfs create -o keylocation=prompt $TESTPOOL/$TESTFS1/c1
86 log_mustnot zfs create -o keyformat=passphrase -o keylocation=prompt \
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 \
94 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 \
[all …]
HDzfs_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-stable/tests/sys/fs/fusefs/
HDcreate.cc53 in.body.create.mode == mode && in expect_create()
54 in.body.create.umask == mask && in expect_create()
78 in.body.create.mode == mode && in expect_create()
102 in.body.create.mode == mode && in expect_create()
128 SET_OUT_HEADER_LEN(out, create); in TEST_F()
129 out.body.create.entry.attr.mode = mode; in TEST_F()
130 out.body.create.entry.nodeid = ino; in TEST_F()
131 out.body.create.entry.entry_valid = UINT64_MAX; in TEST_F()
132 out.body.create.entry.attr_valid = UINT64_MAX; in TEST_F()
176 SET_OUT_HEADER_LEN(out, create); in TEST_F()
[all …]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/
HDzvol_misc_hierarchy.ksh57 log_must zpool create -O mountpoint=none "$poolname" "$vdevfile"
58 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"
[all …]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/
HDbootfs_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
117 log_must zpool create $TESTPOOL mirror $VDEV1 $VDEV2 spare $VDEV3
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
[all …]
/freebsd-13-stable/contrib/pjdfstest/tests/granular/
HD03.t25 expect 0 create ${n0} 0644
31 expect 0 create ${n0} 0644
43 expect 0 create ${n0} 0644
44 expect 0 create ../${n3}/${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
79 expect 0 create ../${n3}/${n0} 0644
88 expect 0 create ${n0} 0644
[all …]
/freebsd-13-stable/tools/regression/zfs/zpool/add/
HDoption-f_inuse.t11 expect_ok ${ZPOOL} create ${name0} ${disk0}
13 expect_ok ${ZPOOL} create ${name1} ${disk1}
46 expect_ok ${ZPOOL} create ${name0} ${disk0}
48 expect_ok ${ZPOOL} create ${name1} ${disk1}
82 expect_ok ${ZPOOL} create ${name0} mirror ${disk0} ${disk1}
84 expect_ok ${ZPOOL} create ${name1} mirror ${disk2} ${disk3}
123 expect_ok ${ZPOOL} create ${name0} ${disk0}
125 expect_ok ${ZPOOL} create ${name1} mirror ${disk1} ${disk2}
164 expect_ok ${ZPOOL} create ${name0} raidz1 ${disk0} ${disk1} ${disk2}
166 expect_ok ${ZPOOL} create ${name1} raidz1 ${disk3} ${disk4} ${disk5}
[all …]
HDoption-f_replication_level_mismatch_1.t11 expect_ok ${ZPOOL} create ${name0} mirror ${disk0} ${disk1}
29 expect_ok ${ZPOOL} create ${name0} mirror ${disk0} ${disk1}
51 expect_ok ${ZPOOL} create ${name0} mirror ${disk0} ${disk1} ${disk2}
70 expect_ok ${ZPOOL} create ${name0} mirror ${disk0} ${disk1} ${disk2}
92 expect_ok ${ZPOOL} create ${name0} raidz1 ${disk0} ${disk1} ${disk2}
111 expect_ok ${ZPOOL} create ${name0} raidz1 ${disk0} ${disk1} ${disk2}
135 expect_ok ${ZPOOL} create ${name0} raidz1 ${disk0} ${disk1} ${disk2} ${disk3}
155 expect_ok ${ZPOOL} create ${name0} raidz1 ${disk0} ${disk1} ${disk2} ${disk3}
179 expect_ok ${ZPOOL} create ${name0} raidz2 ${disk0} ${disk1} ${disk2} ${disk3}
199 expect_ok ${ZPOOL} create ${name0} raidz2 ${disk0} ${disk1} ${disk2} ${disk3}
[all …]
HDoption-f_type_mismatch.t12 expect_ok ${ZPOOL} create ${name0} ${disk0}
28 expect_ok ${ZPOOL} create ${name0} ${disk0}
45 expect_ok ${ZPOOL} create ${name0} ${file0}
61 expect_ok ${ZPOOL} create ${name0} ${file0}
78 expect_ok ${ZPOOL} create ${name0} mirror ${disk0} ${disk1}
96 expect_ok ${ZPOOL} create ${name0} mirror ${disk0} ${disk1}
117 expect_ok ${ZPOOL} create ${name0} mirror ${file0} ${file1}
135 expect_ok ${ZPOOL} create ${name0} mirror ${file0} ${file1}
156 expect_ok ${ZPOOL} create ${name0} raidz1 ${disk0} ${disk1} ${disk2}
175 expect_ok ${ZPOOL} create ${name0} raidz1 ${disk0} ${disk1} ${disk2}
[all …]
/freebsd-13-stable/tests/sys/geom/class/multipath/
HDmisc.sh43 atf_check -s exit:0 gmultipath create "$name" ${md0} ${md1}
69 atf_check -s exit:0 gmultipath create -A "$name" ${md0} ${md1}
91 atf_check -s exit:0 gmultipath create -R "$name" ${md0} ${md1}
116 atf_check gnop create -o $offset /dev/${md0}
117 atf_check gnop create -o $offset /dev/${md1}
133 atf_check gnop create -o $offset /dev/${md0}
159 atf_check -s exit:0 gmultipath create "$name" ${md0} ${md1}
183 atf_check gnop create /dev/${md0}
184 atf_check gnop create /dev/${md1}
185 atf_check -s exit:0 gmultipath create "$name" ${md0}.nop ${md1}.nop
[all …]
/freebsd-13-stable/contrib/netbsd-tests/usr.sbin/mtree/
HDt_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-stable/tests/sys/cddl/zfs/tests/bootfs/
HDbootfs_006_pos.ksh71 log_must $ZFS create $POOL/$FS
91 log_must $ZFS create $POOL/$FS
118 log_must $ZPOOL create $TESTPOOL $VDEV1
122 log_must $ZPOOL create $TESTPOOL $VDEV1 spare $VDEV2
126 log_must $ZPOOL create $TESTPOOL mirror $VDEV1 $VDEV2
130 log_must $ZPOOL create $TESTPOOL mirror $VDEV1 $VDEV2 spare $VDEV3
137 log_must $ZPOOL create $TESTPOOL $VDEV1 $VDEV2
141 log_must $ZPOOL create $TESTPOOL $VDEV1 $VDEV2 spare $VDEV3
145 log_must $ZPOOL create $TESTPOOL raidz $VDEV1 $VDEV2
149 log_must $ZPOOL create $TESTPOOL raidz $VDEV1 $VDEV2 spare $VDEV3
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCExpr.h161 static const MCConstantExpr *create(int64_t Value, MCContext &Ctx,
393 static const MCSymbolRefExpr *create(const MCSymbol *Symbol, MCContext &Ctx) { in create() function
394 return MCSymbolRefExpr::create(Symbol, VK_None, Ctx); in create()
397 static const MCSymbolRefExpr *create(const MCSymbol *Symbol, VariantKind Kind,
399 static const MCSymbolRefExpr *create(StringRef Name, VariantKind Kind,
451 static const MCUnaryExpr *create(Opcode Op, const MCExpr *Expr,
455 return create(LNot, Expr, Ctx, Loc);
459 return create(Minus, Expr, Ctx, Loc);
463 return create(Not, Expr, Ctx, Loc);
467 return create(Plus, Expr, Ctx, Loc);
[all …]
/freebsd-13-stable/tests/sys/net/
HDif_vlan.sh20 vlan0=$(jexec alcatraz ifconfig vlan create vlandev ${epair_vlan}a \
25 vlan1=$(jexec singsing ifconfig vlan create vlandev ${epair_vlan}b \
56 vlan5a=$(jexec jqinq0 ifconfig vlan create \
58 vlan42a=$(jexec jqinq0 ifconfig vlan create \
64 vlan5b=$(jexec jqinq1 ifconfig vlan create \
66 vlan42b=$(jexec jqinq1 ifconfig vlan create \
98 vlan5a=$(jexec jqinq2 ifconfig vlan create \
100 vlan6a=$(jexec jqinq2 ifconfig vlan create \
102 vlan42a=$(jexec jqinq2 ifconfig vlan create \
109 vlan5b=$(jexec jqinq3 ifconfig vlan create \
[all …]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDConstructionContext.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()
148 return create<ArgumentConstructionContext>(C, E, ParentItem.getIndex(), in createBoundTemporaryFromLayers()
156 return create<CXX17ElidedCopyConstructorInitializerConstructionContext>( in createBoundTemporaryFromLayers()
162 return create<LambdaCaptureConstructionContext>(C, E, in createBoundTemporaryFromLayers()
[all …]
/freebsd-13-stable/tools/regression/zfs/zpool/attach/
HDoption-f_inuse.t11 expect_ok ${ZPOOL} create ${name0} ${disk0}
13 expect_ok ${ZPOOL} create ${name1} ${disk1}
48 expect_ok ${ZPOOL} create ${name0} ${disk0}
50 expect_ok ${ZPOOL} create ${name1} mirror ${disk1} ${disk2}
88 expect_ok ${ZPOOL} create ${name0} ${disk1} log mirror ${disk2} ${disk0}
90 expect_ok ${ZPOOL} create ${name1} ${disk3} log ${disk4}
131 expect_ok ${ZPOOL} create ${name0} ${disk1} log mirror ${disk2} ${disk0}
133 expect_ok ${ZPOOL} create ${name1} ${disk3} log mirror ${disk4} ${disk5}
177 expect_ok ${ZPOOL} create ${name0} ${disk1} cache ${disk0}
179 expect_ok ${ZPOOL} create ${name1} ${disk2}
[all …]
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_create/
HDzfs_create_009_neg.ksh107 log_must $ZFS create $TESTPOOL/$TESTFS
111 log_mustnot $ZFS create $TESTPOOL
112 log_mustnot $ZFS create $TESTPOOL/$TESTFS
116 log_mustnot $ZFS create ${args[$i]}
117 log_mustnot $ZFS create -p ${args[$i]}
123 log_mustnot $ZFS create -o ${RW_FS_PROP[i]} -o ${RW_FS_PROP[i]} \
125 log_mustnot $ZFS create -p -o ${RW_FS_PROP[i]} -o ${RW_FS_PROP[i]} \
132 log_mustnot $ZFS create -o ${VOL_ONLY_PROP[i]} $TESTPOOL/$TESTFS1
133 log_mustnot $ZFS create -p -o ${VOL_ONLY_PROP[i]} $TESTPOOL/$TESTFS1

12345678910>>...105