Searched refs:all (Results 1 - 25 of 5405) sorted by last modified time

1234567891011>>

/illumos-gate/usr/src/uts/intel/iwn/
H A DMakefile76 all: $(ALL_DEPS)
/illumos-gate/usr/src/uts/intel/pci_autoconfig/
H A DMakefile84 all: $(ALL_DEPS)
/illumos-gate/usr/src/uts/intel/power/
H A DMakefile93 all: $(ALL_DEPS)
/illumos-gate/usr/src/test/os-tests/runfiles/
H A DMakefile28 all: $(SRCS)
/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A DMakefile25 C99MODE = -xc99=%all
43 all: $(PROGS32) $(PROGS64)
/illumos-gate/usr/src/test/os-tests/tests/poll/
H A DMakefile26 C99MODE = -xc99=%all
36 all: $(PROG)
38 install: all $(CMDS)
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A DMakefile56 all: $(PROG)
58 install: all $(CMDS)
H A Dsecflags_psecflags.sh73 /usr/bin/psecflags -s all $$
79 /usr/bin/psecflags -s all $$
145 /usr/bin/psecflags -s all -e sleep 10000 &
158 /usr/bin/psecflags -s all $$
H A Dsecflags_zonecfg.sh94 set upper=all
110 set upper=all
126 set default=all
134 set default=all
143 set default=all
151 set lower=all
/illumos-gate/usr/src/test/util-tests/tests/iconv/
H A DMakefile28 all: $(PROG)
34 install: all $(CMDS)
/illumos-gate/usr/src/test/zfs-tests/callbacks/
H A DMakefile26 all: $(CALLBACKS)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_clone/
H A Dzfs_clone_010_pos.ksh25 # Verify 'zfs list -t all -o name,origin,clones' prints the correct
86 actual_clone=$(zfs list -t all -o clones $snapshot | tail -1)
150 names=$(zfs list -rt all -o name $TESTPOOL)
159 names=$(zfs list -rt all -o name $TESTPOOL)
168 names=$(zfs list -rt all -o name $TESTPOOL)
207 names=$(zfs list -rt all -o name,clones $TESTPOOL)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_003_pos.ksh41 # 3. Verify the value of 'zfs get atime' and 'zfs get all | grep atime'
59 value2=$(zfs get -H all $TESTPOOL/$TESTFS | awk '{print $2 " " $3}' | \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_common.kshlib105 # Cleanup all the user properties of the pool and the dataset reside it.
116 user_prop=$(zfs get -H -o property all $dtst | grep ":")
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_018_pos.ksh41 # 1. Create a pool with all editable properties
77 zpool get all $TESTPOOL
93 zpool get all $TESTPOOL
100 zpool get all $TESTPOOL
H A Dzpool_create_020_pos.ksh81 log_must zpool get all $TESTPOOL
82 zpool get all $TESTPOOL > /tmp/values.$$
H A Dzpool_create_features_001_pos.ksh31 # Newly created pools should have all features enabled.
51 for state in $(zpool get all $TESTPOOL | \
61 log_assert "'zpool create' creates pools with all features enabled"
70 log_pass "'zpool create' creates pools with all features enabled"
H A Dzpool_create_features_002_pos.ksh32 # have all features disabled.
50 for prop in $(zpool get all $TESTPOOL | awk '$2 ~ /feature@/ { print $2 }'); do
60 log_assert "'zpool create -d' creates pools with all features disabled"
H A Dzpool_create_features_003_pos.ksh61 for prop in $(zpool get all $TESTPOOL | awk '$2 ~ /feature@/ { print $2 }'); do
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dzpool_get_002_pos.ksh38 # zpool get all works as expected
42 # 1. Using zpool get, retrieve all default values
44 # 3. Verify that we can see all the properties we expect to see
51 log_assert "Zpool get all works as expected"
59 log_must zpool get all $TESTPOOL
60 zpool get all $TESTPOOL > /tmp/values.$$
62 log_note "Checking zpool get all output for a header."
66 log_fail "The header was not printed from zpool get all"
94 log_pass "Zpool get all works as expected"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzpool_get_001_neg.ksh65 log_must zpool get all $TESTPOOL
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_005_neg.ksh57 log_must zpool get all $TESTPOOL >/dev/null
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inuse/
H A Dinuse_003_pos.ksh67 for all in `pgrep ufsdump`
69 kill -9 $all > /dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite_mtime.ksh50 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}')
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A DMakefile64 all lint clean clobber:

Completed in 186 milliseconds

1234567891011>>