| /freebsd/tools/regression/zfs/zpool/create/ |
| H A D | option-f_inuse.t | 11 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 …]
|
| H A D | option-o.t | 11 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 …]
|
| H A D | option-f_type_mismatch.t | 12 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 …]
|
| H A D | option-f_size_mismatch.t | 16 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 …]
|
| H A D | option-f_replication_level_mismatch_1.t | 11 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/usr.sbin/ctladm/tests/ |
| H A D | port.sh | 51 if [ -e port-create.txt ]; then 54 PORTNUM=`awk '/port:/ {print $2}' port-create.txt` 58 TARGET=`awk '/target:/ {print $2}' port-create.txt` 76 atf_check -o save:port-create.txt ctladm port -c -d "ioctl" 77 atf_check egrep -q "Port created successfully" port-create.txt 78 atf_check egrep -q "frontend: *ioctl" port-create.txt 79 atf_check egrep -q "port: *[0-9]+" port-create.txt 80 portnum=`awk '/port:/ {print $2}' port-create.txt` 100 atf_check -o save:port-create.txt ctladm port -c -d "ioctl" 101 atf_check egrep -q "Port created successfully" port-create.txt [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
| H A D | zpool_create_draid_003_pos.ksh | 69 log_must zpool create $TESTPOOL $draid $draid_vdevs 84 log_mustnot zpool create $TESTPOOL draid:d8 $draid_vdevs 85 log_mustnot zpool create $TESTPOOL draid:s3 $draid_vdevs 86 log_mustnot zpool create $TESTPOOL draid:c32 $draid_vdevs 87 log_mustnot zpool create $TESTPOOL draid:10x $draid_vdevs 88 log_mustnot zpool create $TESTPOOL draid:x10 $draid_vdevs 91 log_must zpool create $TESTPOOL draid2:30d $draid_vdevs 93 log_mustnot zpool create $TESTPOOL draid2:31d $draid_vdevs 96 log_mustnot zpool create $TESTPOOL draid2:0d $draid_vdevs 99 log_mustnot zpool create $TESTPOOL draid0 $draid_vdevs [all …]
|
| H A D | zpool_create_draid_005_pos.ksh | 75 log_must zpool create $TESTPOOL $draid $draid_vdevs 88 log_must zpool create $TESTPOOL $draid $draid_fgrp_vdevs 101 log_must zpool create $TESTPOOL $draid $draid_fgrp_vdevs 120 log_must zpool create $TESTPOOL draid2:14d:32w $draid_vdevs 122 log_mustnot zpool create $TESTPOOL draid2:14d:33w $draid_vdevs 123 log_mustnot zpool create $TESTPOOL draid2:14d:31w $draid_vdevs 126 log_mustnot zpool create $TESTPOOL draid2:14d:32w fdomain $draid_vdevs 127 log_mustnot zpool create $TESTPOOL draid2:14d:32w fgroup $draid_vdevs 130 log_mustnot zpool create $TESTPOOL draid2:14d:32w fdomain $draid_vdevs0_less fdomain $draid_vdevs1_… 131 log_mustnot zpool create $TESTPOOL draid2:14d:32w fgroup $draid_vdevs0_less fgroup $draid_vdevs1_mo… [all …]
|
| H A D | zpool_create_encrypted.ksh | 69 log_mustnot zpool create -O keylocation=prompt $TESTPOOL $DISKS 70 log_mustnot zpool create -O keyformat=passphrase $TESTPOOL $DISKS 71 log_mustnot zpool create -O keyformat=passphrase -O keylocation=prompt \ 74 log_must zpool create -O encryption=off $TESTPOOL $DISKS 77 log_mustnot zpool create -O encryption=off -O keylocation=prompt \ 79 log_mustnot zpool create -O encryption=off -O keyformat=passphrase \ 81 log_mustnot zpool create -O encryption=off -O keyformat=passphrase \ 84 log_mustnot zpool create -O encryption=on $TESTPOOL $DISKS 85 log_mustnot zpool create -O encryption=on -O keylocation=prompt \
|
| /freebsd/tests/sys/fs/fusefs/ |
| H A D | create.cc | 53 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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/ |
| H A D | zfs_create_encrypted.ksh | 84 log_must zfs create $TESTPOOL/$TESTFS1 85 log_mustnot zfs create -o keyformat=passphrase $TESTPOOL/$TESTFS1/c1 86 log_mustnot zfs create -o keylocation=prompt $TESTPOOL/$TESTFS1/c1 87 log_mustnot zfs create -o keyformat=passphrase -o keylocation=prompt \ 90 log_must zfs create -o encryption=off $TESTPOOL/$TESTFS1/c1 91 log_mustnot zfs create -o encryption=off -o keylocation=prompt \ 93 log_mustnot zfs create -o encryption=off -o keyformat=passphrase \ 95 log_mustnot zfs create -o encryption=off -o keyformat=passphrase \ 98 log_mustnot zfs create -o encryption=on $TESTPOOL/$TESTFS1/c2 99 log_mustnot zfs create -o encryption=on -o keylocation=prompt \ [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/ |
| H A D | zvol_misc_hierarchy.ksh | 58 log_must zpool create -O mountpoint=none "$poolname" "$vdevfile" 59 log_must zfs create "$poolname/sendfs" 60 log_must zfs create -V 1M -s "$poolname/sendvol" 70 log_must zfs create "$poolname/fs" 71 log_must zfs create "$poolname/fs/subfs" 77 log_must zfs create -V 1M -s "$poolname/volume" 82 log_must zfs create -V 1M -s "$poolname/createvol" 83 log_mustnot zfs create "$poolname/createvol/fs" 84 log_mustnot zfs create -V 1M -s "$poolname/createvol/vol" 87 log_must zfs create "$poolname/movefs" [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/ |
| H A D | bootfs_006_pos.ksh | 55 log_must zfs create $POOL/$TESTFS 70 log_must zfs create $POOL/$TESTFS 100 log_must zpool create $TESTPOOL $VDEV1 104 log_must zpool create $TESTPOOL $VDEV1 spare $VDEV2 108 log_must zpool create $TESTPOOL mirror $VDEV1 $VDEV2 112 log_must zpool create $TESTPOOL mirror $VDEV1 $VDEV2 spare $VDEV3 117 log_must zpool create $TESTPOOL $VDEV1 $VDEV2 121 log_must zpool create $TESTPOOL $VDEV1 $VDEV2 spare $VDEV3 127 log_must zpool create $TESTPOOL $VDEV1 $VDEV2 131 log_must zpool create $TESTPOOL $VDEV1 $VDEV2 spare $VDEV3 [all …]
|
| /freebsd/contrib/pjdfstest/tests/granular/ |
| H A D | 03.t | 25 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/tools/regression/zfs/zpool/add/ |
| H A D | option-f_inuse.t | 11 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 …]
|
| /freebsd/tests/sys/geom/class/multipath/ |
| H A D | misc.sh | 43 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/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCExpr.h | 161 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/tests/sys/net/ |
| H A D | if_vlan.sh | 20 vlan0=$(jexec alcatraz ifconfig vlan create vlandev ${epair_vlan}a \ 25 vlan1=$(jexec singsing ifconfig vlan create) 71 vlan5a=$(jexec jqinq0 ifconfig vlan create \ 73 vlan42a=$(jexec jqinq0 ifconfig vlan create \ 79 vlan5b=$(jexec jqinq1 ifconfig vlan create \ 81 vlan42b=$(jexec jqinq1 ifconfig vlan create \ 113 vlan5a=$(jexec jqinq2 ifconfig vlan create \ 115 vlan6a=$(jexec jqinq2 ifconfig vlan create \ 117 vlan42a=$(jexec jqinq2 ifconfig vlan create \ 124 vlan5b=$(jexec jqinq3 ifconfig vlan create \ [all …]
|
| /freebsd/tests/sys/cddl/zfs/tests/bootfs/ |
| H A D | bootfs_006_pos.ksh | 68 log_must $ZFS create $POOL/$FS 88 log_must $ZFS create $POOL/$FS 115 log_must $ZPOOL create $TESTPOOL $VDEV1 119 log_must $ZPOOL create $TESTPOOL $VDEV1 spare $VDEV2 123 log_must $ZPOOL create $TESTPOOL mirror $VDEV1 $VDEV2 127 log_must $ZPOOL create $TESTPOOL mirror $VDEV1 $VDEV2 spare $VDEV3 134 log_must $ZPOOL create $TESTPOOL $VDEV1 $VDEV2 138 log_must $ZPOOL create $TESTPOOL $VDEV1 $VDEV2 spare $VDEV3 142 log_must $ZPOOL create $TESTPOOL raidz $VDEV1 $VDEV2 146 log_must $ZPOOL create $TESTPOOL raidz $VDEV1 $VDEV2 spare $VDEV3 [all …]
|
| /freebsd/contrib/netbsd-tests/usr.sbin/mtree/ |
| H A D | t_mtree.sh | 59 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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zoned_uid/ |
| H A D | zoned_uid_019_neg.ksh | 59 log_must zfs create "$TESTPOOL/$TESTFS/deleg_root_a" 62 create,mount 64 log_must zfs create "$TESTPOOL/$TESTFS/deleg_root_b" 67 create,mount 70 log_must zfs create "$TESTPOOL/$TESTFS/deleg_root_a/child_a" 71 log_must zfs create "$TESTPOOL/$TESTFS/deleg_root_b/child_b" 78 create "$TESTPOOL/$TESTFS/deleg_root_a/ns_child_a" 2>&1) 87 create "$TESTPOOL/$TESTFS/deleg_root_b/intruder_a" 2>&1) 111 create "$TESTPOOL/$TESTFS/deleg_root_b/ns_child_b" 2>&1) 120 create "$TESTPOOL/$TESTFS/deleg_root_a/intruder_b" 2>&1)
|
| H A D | zoned_uid_015_pos.ksh | 63 log_must zfs create "$TESTPOOL/$TESTFS/deleg_root" 66 create,mount 67 log_must zfs create "$TESTPOOL/$TESTFS/deleg_root/child1" 74 create "$TESTPOOL/$TESTFS/deleg_root/ns_child" 2>&1) 90 log_must zpool create -f "$TESTPOOL" "$DISK" 91 log_must zfs create "$TESTPOOL/$TESTFS" 92 log_must zfs create "$TESTPOOL/$TESTFS/deleg_root" 95 create,mount 102 create "$TESTPOOL/$TESTFS/deleg_root/ns_child2" 2>&1)
|
| /freebsd/tools/regression/zfs/zpool/attach/ |
| H A D | option-f_inuse.t | 11 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/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ConstructionContext.cpp | 22 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/tests/sys/cddl/zfs/tests/cli_root/zfs_create/ |
| H A D | zfs_create_009_neg.ksh | 104 log_must $ZFS create $TESTPOOL/$TESTFS 108 log_mustnot $ZFS create $TESTPOOL 109 log_mustnot $ZFS create $TESTPOOL/$TESTFS 113 log_mustnot $ZFS create ${args[$i]} 114 log_mustnot $ZFS create -p ${args[$i]} 120 log_mustnot $ZFS create -o ${RW_FS_PROP[i]} -o ${RW_FS_PROP[i]} \ 122 log_mustnot $ZFS create -p -o ${RW_FS_PROP[i]} -o ${RW_FS_PROP[i]} \ 129 log_mustnot $ZFS create -o ${VOL_ONLY_PROP[i]} $TESTPOOL/$TESTFS1 130 log_mustnot $ZFS create -p -o ${VOL_ONLY_PROP[i]} $TESTPOOL/$TESTFS1
|