Searched refs:grep (Results 276 - 300 of 354) sorted by relevance

<<1112131415

/illumos-gate/usr/src/cmd/krb5/kproplog/
H A DMakefile19 CMD= grep -v "usr/src/cmd/krb5/iprop" > $@
/illumos-gate/usr/src/uts/sun/sys/
H A DMakefile98 devops.check := CSTYLE_TAIL = | grep -v "line > 80 characters" | true
/illumos-gate/usr/src/cmd/oamuser/user/
H A DMakefile33 GREP= grep
/illumos-gate/usr/src/cmd/stmsboot/
H A Dmpxio-upgrade78 HASZFSROOT=`$DF -g / |grep zfs`
332 ROOTDEVCHK=`grep $ISROOTDEV /etc/vfstab`
/illumos-gate/usr/src/uts/intel/
H A DMakefile147 LGREP.intel = grep -v 'intel/io/acpica'
/illumos-gate/usr/src/test/zfs-tests/tests/functional/bootfs/
H A Dbootfs_006_pos.ksh47 zpool set 2>&1 | grep bootfs > /dev/null
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_upgrade/
H A Dzfs_upgrade_001_pos.ksh103 log_must eval 'grep "${expect_str1} $ZFS_VERSION" $output > /dev/null 2>&1'
109 log_must grep "^$fs$" $output
125 log_must eval 'grep "${expect_str1} $ZFS_VERSION" $output > /dev/null 2>&1'
127 log_must eval 'grep "${expect_str2}" $output > /dev/null 2>&1'
129 log_must eval 'grep "${expect_str3}" $output > /dev/null 2>&1'
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade.kshlib136 actual=$(zpool upgrade | grep $pool$ | \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/replacement/
H A Dreplacement_001_pos.ksh150 zpool iostat -v $TESTPOOL1 | grep "$TESTDIR/$REPLACEFILE"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_002_pos.ksh129 grep different /tmp/zfs_snapshot2.$$ >/dev/null 2>&1
H A Dsnapshot_006_pos.ksh127 grep different /tmp/zfs_snapshot2.$$ >/dev/null 2>&1
/illumos-gate/usr/src/tools/scripts/
H A Dnightly.sh208 grep "bootblock image is .* bytes too big" $SRC/${INSTALLOG}.out \
239 grep : $SRC/${INSTALLOG}.out \
339 grep ':' | \
340 grep -v PSTAMP | \
410 grep "$MAKE:" $LINTOUT |
427 grep : $LINTOUT | \
728 /usr/bin/id | grep '^uid=0(' >/dev/null 2>&1
1492 grep "$MAKE:" $SRC/clobber-${MACH}.out |
1508 grep "$MAKE:" ${TOOLS}/clobber-${MACH}.out \
1532 grep
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dcoprocess.sh125 echo line1 | grep 'line2'
126 echo line2 | grep 'line1'
/illumos-gate/usr/src/lib/libcmd/
H A DMakefile.com46 grep.o \
/illumos-gate/usr/src/cmd/vntsd/
H A Dsvc-vntsd42 GREP=/usr/bin/grep
/illumos-gate/usr/src/lib/brand/solaris10/cmd/
H A Ds10_net_physical.sh283 l3protect=`/sbin/ifconfig $1|grep -c L3PROTECT`
309 l3protect=`/sbin/ifconfig $1|grep -c L3PROTECT`
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp_api.t237 my @d_lgrps = grep { defined $latencies->{$_}{$_} } @leaves;
243 my @badlatencies = grep { $latencies->{$_}{$_} != $lat_diag } @d_lgrps;
/illumos-gate/usr/src/cmd/bnu/
H A Duupick137 grep -v '^\.$' > $tmpdir/$$uupick
/illumos-gate/usr/src/cmd/boot/scripts/
H A Droot_archive.ksh186 grep -v "set root_is_ramdisk=" "$UNPACKED_ROOT"/etc/system | \
187 grep -v "set ramdisk_size=" > /tmp/system.$$
/illumos-gate/usr/src/cmd/svc/configd/
H A Drestore_repository.sh82 if [ -x /usr/bin/id -a -x /usr/bin/grep ] &&
83 /usr/bin/id 2>/dev/null | /usr/bin/grep -v '^[^=]*=0(' >/dev/null 2>&1; then
224 /lib/svc/bin/sqlite $file >&1 | grep -v '^ok$'`"
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dmanifest-import240 grep "Loaded .*. smf(5) service descriptions" $logf > /dev/null 2>&1
246 grep "smf(5) service descriptions failed to load" $logf > /dev/null 2>&1
389 /usr/bin/grep '^ar_svc_[^/]*/md5sum opaque ' >/dev/null
393 /usr/bin/grep '^ar_svc[^/]*/md5sum opaque ' |
H A Dnet-svc115 /usr/bin/grep '# Added by DHCP$' $1 >/dev/null 2>&1
/illumos-gate/usr/src/lib/krb5/kdb/
H A DMakefile.com47 CMD= grep -v "usr/src/cmd/krb5/iprop" > $@
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_004_pos.ksh169 grep $ds $propfile >/dev/null 2>&1
175 grep "${ds}$" | wc -l`
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dinherit_001_pos.ksh276 grep "^[^#]" $config_file | {
314 grep "^[^#]" $state_file | {

Completed in 374 milliseconds

<<1112131415