Searched refs:grep (Results 26 - 50 of 354) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/test/zfs-tests/tests/functional/slog/
H A Dslog_014_pos.ksh65 grep "state: DEGRADED" 2>&1 >/dev/null
70 zpool status -v $TESTPOOL | grep logs | \
71 grep "DEGRADED" 2>&1 >/dev/null
/illumos-gate/usr/src/lib/efcode/etc/
H A Defcode.cleanup.sh46 if [ `/usr/sbin/modinfo | /usr/bin/grep -c pcicfg` != "0" ]; then
/illumos-gate/usr/src/cmd/power/
H A Dsysidpm.sh99 grep -s "$SHUTDOWN_PATTERN" $PWR_CONF > /dev/null
101 set - `grep "$SHUTDOWN_PATTERN" $PWR_CONF`
118 grep -s "$SHUTDOWN_PATTERN" $PWR_CONF > /dev/null
120 set - `grep "$SHUTDOWN_PATTERN" $PWR_CONF`
151 grep -v "# Auto-Shutdown[ ]" $PWR_CONF | grep -v "$SHUTDOWN_PATTERN" > $TMP
247 grep -v statefile $PWR_CONF > $TMP
299 prtconf -vp | grep -s -w ${ESTAR_PROP} > /dev/null
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/uctf/
H A Dtst.aouttype.ksh31 elfdump "./$exe" | grep -q '.SUNW_ctf'
H A Dtst.libtype.ksh32 elfdump "./$exe" | grep -q '.SUNW_ctf'
/illumos-gate/usr/src/cmd/spell/
H A Dcompress.sh32 grep -v ' ' /var/adm/spellhist | sort -fud >> /usr/tmp/spellhist
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dzpool_get_001_pos.ksh54 OUTPUT=$(zpool get 2>&1 | grep -i usage)
H A Dzpool_get_003_pos.ksh56 grep "${properties[$i]}" /tmp/value.$$ > /dev/null 2>&1
61 grep "^NAME " /tmp/value.$$ > /dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzpool_offline_001_neg.ksh48 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-1.dat \
49 | grep OFFLINE )
H A Dzpool_online_001_neg.ksh48 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-offline.dat \
49 | grep ONLINE )
H A Dzfs_001_neg.ksh57 log_must grep "usage: zfs command args" /tmp/zfs_001_neg.$$.txt
H A Dzfs_allow_001_neg.ksh48 zfs 2>&1 | grep "allow" > /dev/null
61 OUTPUT=$(zfs allow $TESTPOOL/$TESTFS | grep "Local+Descendent" )
H A Dzpool_001_neg.ksh58 log_must grep "usage: zpool command args" /tmp/zpool_001_neg.$$.txt
/illumos-gate/usr/src/test/zfs-tests/tests/functional/poolversion/
H A Dpoolversion_001_pos.ksh50 ACTUAL=$(zpool get version $TESTPOOL | grep version \
H A Dpoolversion_002_pos.ksh53 VERSION=$(zpool get version $TESTPOOL2| grep version | awk '{print $3}')
65 VERSION=$(zpool get version $TESTPOOL2 | grep version | awk '{print $3}')
/illumos-gate/usr/src/test/zfs-tests/tests/functional/userquota/
H A Duserquota_008_pos.ksh57 log_mustnot zfs get all $QFS | grep userquota
58 log_mustnot zfs get all $QFS | grep groupquota
/illumos-gate/usr/src/cmd/avs/rdc/etc/
H A Drdcfinish.sh54 ps -e | grep sndrd > /dev/null 2>&1
72 ps -e | grep sndrsyn > /dev/null 2>&1
H A Drdc.cluster.sh42 ONLINE=`$SVCS -D $SVCS_NAME 2>>/dev/null | grep "^online"`
/illumos-gate/usr/src/tools/gk/
H A Dgen_make.machines.sh34 cpus=$(psrinfo | grep on-line | wc -l)
37 EXISTING=$(grep "^$THISHOST" $HOME/.make.machines |awk -F"=" '{print $2}')
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_012_neg.ksh55 typeset swap_disks=`swap -l | grep "c[0-9].*d[0-9].*s[0-9]" | \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/privilege/
H A Dsetup.ksh39 svcs svc:/network/nis/client:default | grep online > /dev/null
52 USER_EXISTS=$( grep $ZFS_USER /etc/passwd )
/illumos-gate/usr/src/cmd/dodatadm/
H A Ddodatadm.udaplt32 [ `/usr/bin/grep -c "$pattern" /etc/dat/dat.conf` -ge 1 ] && exit 0
/illumos-gate/usr/src/cmd/dumpadm/
H A Dsvc-dumpadm67 if /usr/sbin/dumpadm 2>/dev/null | grep "Dump device:" | \
68 grep '(dedicated)' > /dev/null 2>&1; then
81 set -- `/usr/sbin/dumpadm 2>/dev/null | /usr/bin/grep 'device:'`
131 if /usr/sbin/swap -l 2>/dev/null | grep "^${DUMPADM_DEVICE} " \
/illumos-gate/usr/src/cmd/tsol/tsol-zones/
H A Dsvc-tsol-zones39 grep '^[ ]*other.*account.*pam_tsol_account' $pamconf \
/illumos-gate/usr/src/tools/codesign/
H A Dfindcrypto.sh46 grep -v "^#" $1 | while read c r

Completed in 225 milliseconds

1234567891011>>