Home
last modified time | relevance | path

Searched refs:DISKS (Results 1 – 25 of 253) sorted by path

1234567891011

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c524 if (strcmp(prog, DISKS) == 0) { in parse_args()
4210 if (load_attach_drv == FALSE && strcmp(prog, DISKS) != 0) { in clean_ok()
H A Ddevfsadm_impl.h110 #define DISKS "disks" macro
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog3530 DISKS[DRIVE].FLAGS. This was a mistake when I segregated this
/illumos-gate/usr/src/test/zfs-tests/cmd/scripts/
H A Dzfstest.ksh92 for disk in $DISKS; do
168 export DISKS=$(find_disks)
169 elif [[ -z $DISKS ]]; then
191 num_disks=$(echo $DISKS | awk '{print NF}')
/illumos-gate/usr/src/test/zfs-tests/doc/
H A DREADME50 - Specify the disks you wish to use in the $DISKS variable, as a
51 space delimited list like this: DISKS='c3t1d0 c3t2d0 c3t3d0'
53 the system are eligible. With '-a' specified, $DISKS is ignored.
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dblkdev.shlib149 disk="$(echo $DISKS | nawk '{print $(i + 1)}')"
181 disk="$(echo $DISKS | nawk '{print $(i + 1)}')"
H A Dlibtest.shlib1327 log_must zpool create -f $pool_name $DISKS
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/cifs/
H A Dsetup.ksh59 DISK=${DISKS%% *}
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dsetup.ksh59 DISK=${DISKS%% *}
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/trivial/
H A Dsetup.ksh59 DISK=${DISKS%% *}
/illumos-gate/usr/src/test/zfs-tests/tests/functional/atime/
H A Dsetup.ksh30 DISK=${DISKS%% *}
/illumos-gate/usr/src/test/zfs-tests/tests/functional/bootfs/
H A Dbootfs_005_neg.ksh68 log_must zpool create -f $TESTPOOL $DISKS
H A Dbootfs_007_pos.ksh58 DISK=${DISKS%% *}
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cache/
H A Dcache.cfg36 set -A disk_array $(find_disks $DISKS)
41 export DISK=${DISKS%% *}
H A Dcache_010_neg.ksh60 dsk1=${DISKS%% *}
62 log_must zpool create $TESTPOOL ${DISKS#$dsk1}
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cachefile/
H A Dcachefile_001_pos.ksh77 log_must zpool create -o cachefile=${opts[i]} $TESTPOOL $DISKS
H A Dcachefile_002_pos.ksh64 log_must zpool create -o cachefile=none $TESTPOOL $DISKS
65 typeset DEVICEDIR=$(get_device_dir $DISKS)
H A Dcachefile_003_pos.ksh84 $TESTPOOL $DISKS
H A Dcachefile_004_pos.ksh82 log_must zpool create $TESTPOOL $DISKS
/illumos-gate/usr/src/test/zfs-tests/tests/functional/casenorm/
H A Dsetup.ksh25 DISK=${DISKS%% *}
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/lua_core/
H A Dsetup.ksh19 DISK=${DISKS%% *}
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dsetup.ksh19 DISK=${DISKS%% *}
/illumos-gate/usr/src/test/zfs-tests/tests/functional/clean_mirror/
H A Ddefault.cfg32 for i in $DISKS; do
H A Dsetup.ksh37 if ! $(is_physical_device $DISKS) ; then
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_002_pos.ksh44 log_must zpool create -f $opt $TESTPOOL ${DISKS%% *}

1234567891011