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

1234567891011>>

/freebsd-11-stable/libexec/dma/
H A DMakefile4 dma-mbox-create
/freebsd-11-stable/libexec/dma/dma-mbox-create/
H A DMakefile7 PROG= dma-mbox-create
/freebsd-11-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-11-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-11-stable/tools/tools/net80211/scripts/
H A Dsetup.tdma-slave12 WLAN=`ifconfig wlan create wlanmode tdma wlandev $WIRELESS`
16 BRIDGE=`ifconfig bridge create`
H A Dsetup.simple211 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
13 BRIDGE=`ifconfig bridge create`
19 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS bssid`
H A Dsetup.wdsrelay4 # dwds. We create an ap vap and a station vap; then enable
19 WLAN_AP=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
23 WLAN_STA=`ifconfig wlan create wlanmode sta wlandev $WIRELESS -beacons`
29 BRIDGE=`ifconfig bridge create`
H A Dsetup.sta12 WLAN=`ifconfig wlan create wlandev $WIRELESS`
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend-partmanager/
H A DMakefile3 FILES= create-part.sh delete-part.sh
/freebsd-11-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-11-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-11-stable/contrib/pjdfstest/tests/unlink/
H A D09.t24 expect 0 create ${n0} 0644
30 expect 0 create ${n0} 0644
36 expect 0 create ${n0} 0644
47 expect 0 create ${n0} 0644
53 expect 0 create ${n0} 0644
59 expect 0 create ${n0} 0644
H A D10.t27 expect 0 create ${n0}/${n1} 0644
33 expect 0 create ${n0}/${n1} 0644
38 expect 0 create ${n0}/${n1} 0644
48 expect 0 create ${n0}/${n1} 0644
54 expect 0 create ${n0}/${n1} 0644
59 expect 0 create ${n0}/${n1} 0644
H A D02.t14 expect 0 create ${nx} 0644
H A D03.t16 expect 0 create ${nx} 0644
H A D04.t14 expect 0 create ${n0} 0644
/freebsd-11-stable/contrib/pjdfstest/tests/chmod/
H A D12.t20 expect 0 create ${n0} 04777
26 expect 0 create ${n0} 02777
32 expect 0 create ${n0} 06777
/freebsd-11-stable/contrib/pjdfstest/tests/ftruncate/
H A D02.t14 expect 0 create ${nx} 0644
H A D13.t13 expect 0 create ${n0} 0644
/freebsd-11-stable/contrib/pjdfstest/tests/link/
H A D09.t14 expect 0 create ${n0} 0644
/freebsd-11-stable/contrib/pjdfstest/tests/truncate/
H A D02.t14 expect 0 create ${nx} 0644
H A D13.t13 expect 0 create ${n0} 0644
/freebsd-11-stable/tools/tools/net80211/scripts/mesh/
H A Dcommon11 WLAN=`ifconfig wlan create wlanmode mesh wlandev $WIRELESS`

Completed in 177 milliseconds

1234567891011>>