/titanic_51/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/ |
H A D | zfs_acl_ls_001_pos.ksh | 52 log_assert "Verify that '$LS' command supports ZFS ACLs." 69 log_note "Verify that '$LS [-dv]' can list file/directory ACEs of its acl." 76 ls_str="$LS -v" 78 ls_str="$LS -dv" 88 log_fail "'$LS [-dv] fails to list file/directroy acls." 91 log_note "Verify that '$LS [-dl] [-dv]' can output '+' to indicate " \ 98 log_must eval "$LS -ld -vd $obj | $GREP "+" > /dev/null" 101 log_must eval "$LS -ld -vd $obj | $GREP $spec_ace > /dev/null" 105 log_pass "'$LS' command succeeds to support ZFS ACLs."
|
H A D | zfs_acl_chmod_inherit_002_neg.ksh | 204 $LS -vd $basedir 205 $LS -vd $node 215 $LS -vd $basedir 216 $LS -vd $node 226 $LS -vd $basedir 227 $LS -vd $node 251 $LS -vd $basedir 252 $LS -vd $node
|
H A D | zfs_acl_chmod_inherit_003_pos.ksh | 257 $LS -Vd $basedir 258 $LS -Vd $node 276 $LS -Vd $basedir 277 $LS -Vd $node 301 $LS -Vd $basedir 302 $LS -Vd $node
|
H A D | zfs_acl_chmod_inherit_002_pos.ksh | 241 $LS -vd $basedir 242 $LS -vd $node 266 $LS -vd $basedir 267 $LS -vd $node
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/acl/ |
H A D | acl_common.kshlib | 42 $LS -ld $obj | $AWK '{print $1}' 57 $LS -vd $obj | $NAWK '(NR != 1) {print $0}' 72 $LS -Vd $obj | $NAWK '(NR != 1) {print $0}' 184 $LS -ld $obj | $AWK '{print $1}' | $GREP "+\>" > /dev/null 201 $LS -vd $obj | $NAWK '(NR == 1) {print $1}' | $GREP "+\>" > /dev/null 251 $LS -vd $1 | $NAWK 'BEGIN {count=0} 289 $LS $args $file > $tmpfile 290 (( $? != 0 )) && log_fail "FAIL: $LS $args $file > $tmpfile" 366 chgusr_exec $user $LS -l $node > /dev/null 2>&1 408 for xattr in `$RUNAT $obj $LS | \ [all...] |
/titanic_51/usr/src/test/zfs-tests/tests/functional/snapshot/ |
H A D | rollback_001_pos.ksh | 82 FILE_COUNT=`$LS -Al $SNAPDIR | $GREP -v "total" | wc -l` 84 $LS -Al $SNAPDIR 102 FILE_COUNT=`$LS -Al $TESTDIR/after* 2> /dev/null | $GREP -v "total" | wc -l` 104 $LS -Al $TESTDIR 108 FILE_COUNT=`$LS -Al $TESTDIR/before* 2> /dev/null \ 111 $LS -Al $TESTDIR
|
H A D | snapshot_011_pos.ksh | 80 FILE_COUNT=`$LS -Al $SNAPDIR | $GREP -v "total" | wc -l` 82 $LS -Al $SNAPDIR 100 FILE_COUNT=`$LS -Al $TESTDIR/after* 2> /dev/null | $GREP -v "total" | wc -l` 102 $LS -Al $TESTDIR 106 FILE_COUNT=`$LS -Al $TESTDIR/before* 2> /dev/null \ 109 $LS -Al $TESTDIR
|
H A D | rollback_002_pos.ksh | 86 FILE_COUNT=`$LS -Al $SNAPDIR | $GREP -v "total" | wc -l` 88 $LS -Al $SNAPDIR 120 FILE_COUNT=`$LS -Al $TESTDIR/aftersecond* 2> /dev/null \ 123 $LS -Al $TESTDIR 127 FILE_COUNT=`$LS -Al $TESTDIR/original* $TESTDIR/afterfirst*| $GREP -v "total" | wc -l` 129 $LS -Al $TESTDIR
|
H A D | snapshot_004_pos.ksh | 67 FILE_COUNT=`$LS -Al $SNAPDIR | $GREP -v "total 0" | wc -l` 69 $LS $SNAPDIR 84 FILE_COUNT=`$LS -Al $SNAPDIR | $GREP -v "total 0" | wc -l` 86 $LS $SNAPDIR
|
H A D | clone_001_pos.ksh | 136 FILE_COUNT=`$LS -Al ${args[i+3]} | $GREP -v "total" \ 139 $LS -Al ${args[i+3]} 151 FILE_COUNT=`$LS -Al ${args[i+3]}/after* | $GREP -v "total" | wc -l` 153 $LS -Al ${args[i+3]}
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/nopwrite/ |
H A D | nopwrite_mtime.ksh | 50 o_atime=$($LS -E% all $TESTDIR/clone/file | $AWK '/atime/ {print $4}') 51 o_ctime=$($LS -E% all $TESTDIR/clone/file | $AWK '/ctime/ {print $4}') 52 o_mtime=$($LS -E% all $TESTDIR/clone/file | $AWK '/mtime/ {print $4}') 55 atime=$($LS -E% all $TESTDIR/clone/file | $AWK '/atime/ {print $4}') 56 ctime=$($LS -E% all $TESTDIR/clone/file | $AWK '/ctime/ {print $4}') 57 mtime=$($LS -E% all $TESTDIR/clone/file | $AWK '/mtime/ {print $4}')
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_mount/ |
H A D | zfs_mount_008_pos.ksh | 79 log_mustnot $LS $testfile 80 log_must $LS $mntpnt/$TESTFILE1 $mntpnt/$TESTFILE2 86 log_must $LS $testfile1 $mntpnt1/$TESTFILE2 89 log_mustnot $LS $mntpnt/$TESTFILE2 90 log_must $LS $testfile
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/xattr/ |
H A D | xattr_008_pos.ksh | 60 log_must eval "$RUNAT $TESTDIR/myfile.$$ $LS . > /tmp/output.$$" 65 log_must eval "$RUNAT $TESTDIR/myfile.$$ $LS -a . > /tmp/output.$$" 71 OUTPUT=$($RUNAT $TESTDIR/myfile.$$ $LS ..) 78 log_mustnot eval "$RUNAT $TESTDIR/myfile.$$ $LS ../ > /dev/null 2>&1"
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/acl/trivial/ |
H A D | zfs_acl_cp_002_neg.ksh | 52 initfiles=$($LS -R $INI_DIR/*) 58 testfiles=$($LS -R $TST_DIR/*) 60 ls_attr=$($LS -@ $tf | $AWK '{print substr($1, 11, 1)}')
|
H A D | zfs_acl_cp_003_neg.ksh | 50 typeset initfiles=$($LS -R $INI_DIR/*) 69 typeset testfiles=$($LS -R $TST_DIR/*) 71 typeset ls_attr=$(usr_exec $LS -@ $tf | \
|
H A D | zfs_acl_ls_001_pos.ksh | 51 initfiles=$($LS -R $INI_DIR/*) 55 ls_attr=$(usr_exec $LS -@ $f | $AWK '{print substr($1, 11, 1)}')
|
H A D | zfs_acl_ls_002_neg.ksh | 52 initfiles=$($LS -R $INI_DIR/*) 58 ls_attr=$(usr_exec $LS -l $f | $AWK '{print substr($1, 11, 1)}')
|
H A D | zfs_acl_find_002_neg.ksh | 53 initfiles=$($LS -R $INI_DIR/*) 73 -xattr -exec $RUNAT {} $LS attribute.$j \\\;)
|
H A D | zfs_acl_tar_002_neg.ksh | 78 testfiles=$($LS -R $TST_DIR/*) 82 ls_attr=$($LS -@ $f | $AWK '{print substr($1, 11, 1)}')
|
/titanic_51/usr/src/cmd/logadm/ |
H A D | logadm-upgrade | 30 LS=/usr/bin/ls 62 files=$(${LS} -t ${LOGADM} ${LOGADM_D}/*) 96 perm=$(${LS} -l ${f} | ${AWK} '{printf("%s %s:%s", $1, $3, $4)}')
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unmount/ |
H A D | zfs_unmount_009_pos.ksh | 96 log_mustnot $LS 105 log_mustnot $LS 114 log_mustnot $LS
|
/titanic_51/usr/src/pkg/manifests/ |
H A D | driver-audio-audiols.mf | 34 value="SunOS audio device driver for Creative Audigy LS" 35 set name=pkg.summary value="Creative Audigy LS Audio Driver" 46 legacy pkg=SUNWaudiols desc="SunOS audio device driver for Creative Audigy LS" \ 47 name="Creative Audigy LS Audio Driver"
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/atime/ |
H A D | atime_common.kshlib | 43 typeset before=$($LS -Eu $filename | $AWK '{print $7}') 45 typeset after=$($LS -Eu $filename | $AWK '{print $7}')
|
/titanic_51/usr/src/lib/libadm/common/ |
H A D | cktime.c | 56 #define LS 00 macro 164 input = p_time(input, LS, US); in cktime_val() 191 input = p_time(input, LS, US); in cktime_val() 235 input = p_time(input, LS, US); in cktime_val()
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_share/ |
H A D | zfs_share_004_pos.ksh | 77 log_must $LS -l $mntp/$SNAPROOT/snapshot 87 log_must $LS -l $mntp/$SNAPROOT/snapshot
|