/titanic_44/usr/src/test/zfs-tests/tests/functional/zvol/zvol_swap/ |
H A D | zvol_swap_006_pos.ksh | 78 $((pageblocks * ((RANDOM % 50) + 1) + (RANDOM % pageblocks) )) \ 80 $((pageblocks * ((RANDOM % 50) + 1) + (RANDOM % pageblocks) )) \ 82 $((pageblocks * ((RANDOM % 50) + 1) + (RANDOM % pageblocks) )) \ 84 $((pageblocks * ((RANDOM % 50) + 1) + (RANDOM % pageblocks) ))
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/compression/ |
H A D | compress_004_pos.ksh | 61 for start in 0 `expr $RANDOM % $fsz` 64 for len in `expr $RANDOM % $dist` $dist \ 104 (( fsize = $RANDOM )) 120 (( blknum = blknum + $RANDOM % 9 ))
|
H A D | compress_003_pos.ksh | 78 (( offset = $RANDOM ))
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/ |
H A D | zfs_get_008_pos.ksh | 87 (( item = $RANDOM % ${#options[@]} )) 88 (( depth_item = $RANDOM % ${#depth_options[@]} )) 100 (( item = $RANDOM % ${#options[@]} )) 101 (( depth_item = $RANDOM % ${#depth_options[@]} ))
|
H A D | zfs_get_common.kshlib | 65 (( numb_item = ($RANDOM % ${#elements[@]}) + 1 )) 69 (( item = $RANDOM % ${#elements[@]} ))
|
/titanic_44/usr/src/common/mpi/ |
H A D | mpprime.c | 65 #define RANDOM() rand() macro 67 #define RANDOM() foo_rand() macro 99 next = (next << CHAR_BIT) | (RANDOM() & UCHAR_MAX); in mpp_random()
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/ |
H A D | zfs_acl_chmod_compact_001_pos.ksh | 67 ((ind = $RANDOM % cnt)) 181 ((cnt = ($RANDOM % ${#a_access[@]}) + 1)) 189 ((cnt = ($RANDOM % ${#a_inherit_object[@]}) + 1)) 191 ((cnt = ($RANDOM % ${#a_inherit_strategy[@]}) + 1))
|
H A D | zfs_acl_chmod_rwx_002_pos.ksh | 65 (( ind = $RANDOM % cnt )) 181 (( cnt = ($RANDOM % ${#a_access[@]}) + 1 ))
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/rsend/ |
H A D | rsend.kshlib | 242 ((nl = RANDOM % 6 + 1)) 243 ((nd = RANDOM % 3 )) 244 ((nf = RANDOM % 5 )) 396 bs=$(($RANDOM * $RANDOM % $maxsize)) \ 434 offset=$(($RANDOM * $RANDOM % $filesize)) 435 if (($RANDOM % 7 <= 1)); then
|
/titanic_44/usr/src/lib/libshell/common/scripts/ |
H A D | shnote.sh | 233 …typeset -r boundary="--------shnote_${RANDOM}_Xfish_${RANDOM}_Yeats_${RANDOM}_Zchicken_${RANDOM}mo…
|
H A D | shircbot.sh | 374 …( printf 'export PATH=/usr/${RANDOM}/$$/${RANDOM}/foo ; set -o restricted ; printf "%%s = %%.40g\n… 390 print "%(%Y%M%D%S%N)T$((RANDOM))%s\n" "${msguser}" | sum -x sha256
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/ |
H A D | user_property_001_pos.ksh | 52 ((len = RANDOM % 32)) 54 ((len = RANDOM % 512))
|
H A D | user_property_003_neg.ksh | 50 ((len = RANDOM % 32)) 52 ((len = RANDOM % 512))
|
H A D | zfs_set_common.kshlib | 147 ((ind = RANDOM % count)) 166 ((len = RANDOM % sumlen)) 199 ((len = RANDOM % sumlen))
|
/titanic_44/usr/src/lib/libshell/common/tests/ |
H A D | variables.sh | 40 if (( RANDOM==RANDOM || $RANDOM==$RANDOM )) 41 then err_exit RANDOM variable not working 174 unset RANDOM 607 for v in EDITOR VISUAL OPTIND CDPATH FPATH PATH ENV LINENO RANDOM SECONDS _
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_rename_001_pos.ksh | 122 if (( RANDOM % 2 == 0 )) ; then 151 if (( RANDOM % 2 == 0 )) ; then
|
H A D | zpool_import_011_neg.ksh | 69 if (( RANDOM % 2 == 0 )) ; then
|
H A D | zpool_import_006_pos.ksh | 69 if (( RANDOM % 2 == 0 )) ; then
|
H A D | zpool_import_004_pos.ksh | 68 if (( RANDOM % 2 == 0 )) ; then
|
/titanic_44/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_kef.c | 64 (void) filter_mechlist(&pmechlist, RANDOM); in list_mechlist_for_soft() 105 (void) filter_mechlist(&pmechlist, RANDOM); in list_mechlist_for_hard() 149 has_random = filter_mechlist(&pmechlist, RANDOM); in list_policy_for_soft() 210 has_random = filter_mechlist(&pmechlist, RANDOM); in list_policy_for_hard() 317 (void) filter_mechlist(&dislist, RANDOM); in disable_kef_hardware() 465 (void) filter_mechlist(&infolist, RANDOM); in disable_kef_software() 580 redo_flag = filter_mechlist(&pent->dislist, RANDOM); in enable_kef() 594 if ((tmp = create_mech(RANDOM)) == NULL) { in enable_kef()
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/history/ |
H A D | history_002_pos.ksh | 88 compression gzip compression gzip-$((RANDOM%9 + 1)) 89 copies $((RANDOM%3 + 1))
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/online_offline/ |
H A D | setup.ksh | 37 index=`expr $RANDOM % 2`
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/replacement/ |
H A D | setup.ksh | 37 index=`expr $RANDOM % 2`
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_online/ |
H A D | zpool_online_001_pos.ksh | 97 index=`expr $RANDOM % ${#args[*]}`
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/reservation/ |
H A D | reservation_017_pos.sh | 83 ((randomblknum = 1 + RANDOM % blknum))
|