Home
last modified time | relevance | path

Searched refs:typeset (Results 1 – 25 of 40) sorted by relevance

12

/titanic_41/usr/src/test/zfs-tests/tests/functional/reservation/
H A Dreservation.shlib41 typeset resv_val
73 typeset -l valA=$1
74 typeset -l valB=$2
75 typeset -l delta=$3
97 typeset -i iter=0
98 typeset -i count=$1
99 typeset FS_NAME=$2
100 typeset MNT_NAME=$3
118 typeset -l largest_volsize=$1
119 typeset -l volblksize=${2:-8192}
[all …]
/titanic_41/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib45 typeset fstype=$2
47 typeset out dir name ret
124 typeset disklist=$1
125 typeset container=$2
126 typeset volume=$3
172 typeset disklist=$1
183 typeset disklist=$1
194 typeset disklist=$1
208 typeset fs_vol=${1:-$TESTFS}
209 typeset snap=${2:-$TESTSNAP}
[all …]
H A Dproperties.shlib16 typeset -a compress_props=('on' 'off' 'lzjb' 'gzip' 'gzip-1' 'gzip-2' 'gzip-3'
19 typeset -a checksum_props=('on' 'off' 'fletcher2' 'fletcher4' 'sha256')
29 typeset prop_array=($(eval echo \${$1[@]}))
30 typeset -i num_props=$2
31 typeset -i start=$3
32 typeset retstr=""
37 typeset prop_max=$((${#prop_array[@]} - 1))
38 typeset -i i
H A Dmath.shlib28 typeset a=$1
29 typeset b=$1
30 typeset percent=$3
38 typeset p=$($ECHO "scale=2; $b * 100 / $a" | $BC)
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create.shlib43 typeset pool=$1
44 typeset keywd=$2
45 typeset vdevs
46 eval "typeset -a diskarray=($3)"
64 typeset size=$1
65 typeset file=$2
66 typeset disk=$3
67 typeset dir=`$DIRNAME $file`
91 typeset dirs=$1
96 typeset dev=$($DF -lhF ufs | $GREP "$dir" | \
[all …]
H A Dzpool_create.cfg40 typeset -a disk_array=($(find_disks $DISKS))
46 typeset -i i=0
/titanic_41/usr/src/test/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite.shlib24 typeset origin=$1
25 typeset snap=$2
26 typeset clone=$3
27 typeset low=1
28 typeset high=99
33 typeset ${i}_$j=$(get_prop $j $(eval echo \$$i))
44 typeset rr=$(get_prop refreserv $origin)
63 typeset deadlist=$($ZDB -Pddd $clone | $AWK '/Deadlist:/ {print $2}')
/titanic_41/usr/src/test/zfs-tests/tests/functional/zvol/
H A Dzvol_common.shlib42 typeset disk=$1
43 typeset size=$2
44 typeset savedumpdev
45 typeset -i output
69 typeset ret=$($DUMPADM | $GREP "Dump device:" | $AWK '{print $3}')
75 typeset volume=$1
97 typeset device=$1
104 typeset volume=${device#/dev/zvol/dsk/}
118 typeset volume=$1
131 typeset device=$1
/titanic_41/usr/src/test/test-runner/stf/contrib/include/
H A Dlogapi.shlib104 typeset out=""
105 typeset logfile="/tmp/log.$$"
106 typeset ret=1
107 typeset expect=$1
115 typeset status=$?
171 typeset out=""
172 typeset logfile="/tmp/log.$$"
179 typeset status=$?
326 typeset logfile="/tmp/log.$$"
330 typeset cleanup=$_CLEANUP
[all …]
/titanic_41/usr/src/test/zfs-tests/tests/functional/holes/
H A Dholes.shlib21 typeset testfile=$1
22 typeset -i hole_blks=$2
23 typeset -i data_blks=$3
24 typeset -i failures=0
/titanic_41/usr/src/lib/libshell/common/fun/
H A Dpopd9 typeset dir="${PWD#$HOME/}"
23 typeset dir= type=0
80 typeset dir
94 typeset savedir
H A Dpushd9 typeset dir="${PWD#$HOME/}"
23 typeset dir= type=0
80 typeset dir
94 typeset savedir
H A Ddirs11 typeset dir="${PWD#$HOME/}"
28 typeset dir=
94 typeset dir="${PWD#$HOME/}"
H A Dtitle7 typeset x t="$TITLE_TEXT"
/titanic_41/usr/src/test/zfs-tests/tests/functional/grow_replicas/
H A Dgrow_replicas.cfg36 typeset -i i=0
37 typeset -i limit=4
50 typeset -i index=`expr $RANDOM % 2`
/titanic_41/usr/src/lib/libshell/common/
H A DTYPES8 typeset -T option to the shell. The method for defining types via
14 typeset -T Type_t=(
18 and function definitions. A declaration command (for example typeset,
24 typeset -T Pt_t=(
46 between all instances of the type. The -S option to typeset is ignored
68 typeset -T Rect_t=( Pt_t ur ll)
138 typeset -T Time_t=(
170 typeset -T Pq_t=(
H A DCOMPATIBILITY18 3. The -x attribute of alias and typeset -f is no longer
29 the output format for set, typeset and alias now have single
62 with respect to its built-ins. For example, typeset -8i
63 previously would work as a synonym for typeset -i8.
95 21. Local variables defined by typeset are statically scoped in
103 recongnized, doing arithmetic on typeset -Z variables can
H A DRELEASE16 10-01-18 A bug in type handling of typeset -H has been fixed.
50 09-11-17 Inside a function, typeset foo.bar will bind foo to global variable
132 09-06-22 The default width for typeset -X has been changed so that there
138 09-06-19 A bug with read with typeset -b -Z<num> has been fixed.
140 09-06-19 A bug with typeset for compound variables containing arrays of
148 09-06-17 A bug in typeset -m when moving a local compound variable to a
152 09-06-17 A bug in typeset -p var, when var is an array of compound variables
178 09-04-22 Default alias compound='typeset -C' added.
202 changed with a typeset statement that was left or right justified
266 08-12-17 A bug in the output of typeset -p for variables that had attributes
[all …]
H A DOBSOLETE87 .B typeset
102 .BR typeset .
/titanic_41/usr/src/test/zfs-tests/tests/functional/grow_pool/
H A Dgrow_pool.cfg36 typeset -i i=0
37 typeset -i limit=2
/titanic_41/usr/src/test/zfs-tests/tests/functional/cache/
H A Dcache.cfg37 typeset -i DISK_ARRAY_NUM=0
43 typeset -i i=0
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import.cfg33 typeset -a disk_array=($(find_disks $DISKS))
72 typeset -i num=0
/titanic_41/usr/src/lib/libshell/common/data/
H A Dbuiltins.c63 "typeset", NV_BLTIN|BLT_ENV|BLT_SPC|BLT_DCL,bltin(typeset),
71 "local", NV_BLTIN|BLT_ENV|BLT_SPC|BLT_DCL,bltin(typeset),
/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Dy2.c109 static wchar_t *typeset[NTYPES]; /* pointers to type tags */ variable
1143 if (!wscmp(typeset[i], tokname)) { in gettok()
1148 typeset[numbval = ++ntypes] = cstash(tokname); in gettok()
1491 WSFMT(".%ws"), typeset[tok]); in cpyact()
1557 typeset[tok]); in cpyact()
1616 WSFMT(".%ws"), typeset[tok]); in cpyact()
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dzpool_get.cfg32 typeset -a properties=("size" "capacity" "altroot" "health" "guid" "version"

12