Searched refs:create (Results 1 - 25 of 1289) sorted by relevance

1234567891011>>

/freebsd-12-stable/libexec/dma/
H A DMakefile4 dma-mbox-create
/freebsd-12-stable/libexec/dma/dma-mbox-create/
H A DMakefile7 PROG= dma-mbox-create
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_create/
H A Dzfs_create_009_neg.ksh41 # 'zfs create <filesystem>' fails with bad <filesystem> arguments, including:
52 # 2. Execute 'zfs create <filesystem>' with each argument
106 log_assert "Verify 'zfs create <filesystem>' fails with bad <filesystem> argument."
109 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
[all...]
H A Dzfs_create_010_neg.ksh41 # 'zfs create [-b <blocksize> ] -V <size> <volume>' fails with badly formed
53 # 2. For each argument, execute 'zfs create -V <size> <volume>'
100 log_assert "Verify 'zfs create [-s] [-b <blocksize> ] -V <size> <volume>' fails with" \
121 log_must $ZFS create -V $VOLSIZE $TESTPOOL/$TESTVOL
125 log_mustnot $ZFS create -V $VOLSIZE $TESTPOOL/$TESTVOL
126 log_mustnot $ZFS create -s -V $VOLSIZE $TESTPOOL/$TESTVOL
134 log_mustnot $ZFS create ${options[$i]} -V ${args[$j]}
135 log_mustnot $ZFS create -p ${options[$i]} -V ${args[$j]}
142 log_mustnot $ZFS create ${options[$i]} -o ${RW_VOL_PROP[j]} \
144 log_mustnot $ZFS create
[all...]
/freebsd-12-stable/contrib/netbsd-tests/fs/zfs/
H A Dt_zpool.sh32 atf_test_case create cleanup
35 atf_set "descr" "basic zpool create"
50 atf_check -s exit:0 zpool create jippo /dk
65 atf_add_test_case create
/freebsd-12-stable/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}
32 expect "${exp}" ${ZPOOL} create ${name1} mirror ${disk0} ${disk1}
34 expect_ok ${ZPOOL} create -f ${name1} mirror ${disk0} ${disk1}
38 expect_ok ${ZPOOL} create ${name0} raidz1 ${disk0} ${disk1} ${disk2}
45 expect "${exp}" ${ZPOOL} create ${name1} raidz1 ${disk0} ${disk1} ${disk2}
47 expect_ok ${ZPOOL} create -f ${name1} raidz1 ${disk0} ${disk1} ${disk2}
51 expect_ok ${ZPOOL} create
[all...]
H A Dalready_exists.t12 expect_ok ${ZPOOL} create ${name0} ${disk0}
24 expect_fl ${ZPOOL} create ${name0} ${disk1}
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}
45 expect_fl ${ZPOOL} create -o guid=13949667482126165574 ${name0} ${disk0}
48 expect_ok ${ZPOOL} create -o version=9 ${name0} ${disk0}
56 expect_fl ${ZPOOL} create -o bootfs=${name0}/root ${name0} ${disk0}
59 expect_ok ${ZPOOL} create
[all...]
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create_012_neg.ksh41 # 'zpool create' will fail with disk in swap
46 # 2. Try to create a pool on that disk. It should fail.
66 log_assert "'zpool create' should fail with disk in swap."
70 log_mustnot $ZPOOL create $TESTPOOL $DISK0
72 log_pass "'zpool create' cannot use a swap disk"
H A Dzpool_create_009_neg.ksh41 # Create a pool with same devices twice or create two pools with same
42 # devices, 'zpool create' should failed.
45 # 1. Loop to create the following three kinds of pools.
74 log_assert "Create a pool with same devices twice or create two pools with " \
75 "same devices, 'zpool create' should fail."
90 log_mustnot $ZPOOL create -f $TESTPOOL1 $opt $disk
95 log_mustnot $ZPOOL create -f $TESTPOOL1 $opt ${DISKS% *}
99 log_mustnot $ZPOOL create -f $TESTPOOL $opt $disk $disk
102 log_pass "Using overlapping or in-use disks to create a new pool fails as expected."
/freebsd-12-stable/tests/sys/cddl/zfs/tests/poolversion/
H A Dsetup.ksh43 # create a version 1 pool
44 log_must $ZPOOL create -f -o version=1 $TESTPOOL ${DISKS_ARRAY[0]}
47 # create another version 1 pool
48 log_must $ZPOOL create -f -o version=1 $TESTPOOL2 ${DISKS_ARRAY[1]}
/freebsd-12-stable/tests/sys/cddl/zfs/tests/rsend/
H A Dsetup.ksh45 log_must $ZPOOL create $POOL $DISK1
46 log_must $ZPOOL create $POOL2 $DISK2
/freebsd-12-stable/usr.sbin/pc-sysinstall/backend-partmanager/
H A DMakefile3 FILES= create-part.sh delete-part.sh
/freebsd-12-stable/tools/tools/net80211/scripts/
H A Dsetup.tdma-slave12 WLAN=`ifconfig wlan create wlanmode tdma wlandev $WIRELESS`
16 BRIDGE=`ifconfig bridge create`
/freebsd-12-stable/tests/sys/cddl/zfs/tests/bootfs/
H A Dbootfs_002_neg.ksh77 log_must $ZPOOL create $TESTPOOL $DISK
78 log_must $ZFS create -V 10m $TESTPOOL/vol
H A Dbootfs_006_pos.ksh45 # 1. create pools of each vdev type (raid, raidz, raidz2, mirror + hotspares)
73 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
[all...]
/freebsd-12-stable/tools/regression/net/if_tap/
H A Dtest-tap.sh40 # Base case create & destroy
41 tap=$(ifconfig tap create)
48 tap=$(ifconfig tap create)
/freebsd-12-stable/tests/sys/cddl/zfs/tests/delegate/
H A Dzfs_unallow_005_pos.ksh45 # 2. Allow permission create to $STAFF1 on $ROOT_TESTFS.
67 log_must $ZFS allow -l $STAFF1 create,mount $ROOT_TESTFS
70 user_run $STAFF1 $ZFS create $SUBFS
72 log_fail "ERROR: ($STAFF1): $ZFS create $SUBFS"
77 # After unallow -c, create $SUBFS2 and verify $SUBFS2 has not created time
81 user_run $STAFF1 $ZFS create $SUBFS2
83 log_fail "ERROR: ($STAFF1): $ZFS create $SUBFS2"
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalAlias.h40 static GlobalAlias *create(Type *Ty, unsigned AddressSpace,
45 static GlobalAlias *create(Type *Ty, unsigned AddressSpace,
50 static GlobalAlias *create(Type *Ty, unsigned AddressSpace,
55 static GlobalAlias *create(LinkageTypes Linkage, const Twine &Name,
59 static GlobalAlias *create(const Twine &Name, GlobalValue *Aliasee);
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import_010_pos.ksh88 log_must $ZPOOL create $poolA mirror $VDEV0 $VDEV1 $VDEV2 $VDEV3 $VDEV4
91 log_must $ZPOOL create $poolB $VDEV1
94 log_must $ZPOOL create $poolC raidz2 $VDEV2 $VDEV3 $VDEV4
97 log_must $ZPOOL create $poolD raidz $VDEV3 $VDEV4
100 log_must $ZPOOL create $poolE $VDEV4
/freebsd-12-stable/contrib/pjdfstest/tests/unlink/
H A D09.t25 expect 0 create ${n0} 0644
31 expect 0 create ${n0} 0644
37 expect 0 create ${n0} 0644
48 expect 0 create ${n0} 0644
54 expect 0 create ${n0} 0644
60 expect 0 create ${n0} 0644
H A D10.t28 expect 0 create ${n0}/${n1} 0644
34 expect 0 create ${n0}/${n1} 0644
39 expect 0 create ${n0}/${n1} 0644
49 expect 0 create ${n0}/${n1} 0644
55 expect 0 create ${n0}/${n1} 0644
60 expect 0 create ${n0}/${n1} 0644
/freebsd-12-stable/tests/sys/cddl/zfs/tests/snapused/
H A Dsnapused_002_pos.ksh76 log_must $ZFS create $USEDTEST
85 log_must $ZFS create $USEDTEST/fs$i
90 log_must $ZFS create -V 32M $USEDTEST/vol$i
/freebsd-12-stable/contrib/pjdfstest/tests/chmod/
H A D12.t21 expect 0 create ${n0} 04777
27 expect 0 create ${n0} 02777
33 expect 0 create ${n0} 06777
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_copies/
H A Dzfs_copies_001_pos.ksh90 log_must $ZFS create -o copies=$val $fs1
92 log_must $ZFS create -V $VOLSIZE -o copies=$val $vol1
94 log_must $ZFS create -o copies=$val $vol1
101 log_must $ZFS create -o copies=$val2 $fs2
103 log_must $ZFS create -V $VOLSIZE -o copies=$val2 $vol2
105 log_must $ZFS create -o copies=$val2 $vol2

Completed in 311 milliseconds

1234567891011>>