Searched refs:get (Results 1 - 25 of 327) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dzpool_get_001_pos.ksh37 # Zpool get usage message is displayed when called with no arguments
40 # 1. Run zpool get
45 log_assert "Zpool get usage message is displayed when called with no arguments."
47 zpool get > /dev/null 2>&1
51 log_fail "\"zpool get\" exit status $RET should be equal to 2."
54 OUTPUT=$(zpool get 2>&1 | grep -i usage)
58 log_fail "Usage message for zpool get did not contain the word 'usage'."
61 log_pass "Zpool get usage message is displayed when called with no arguments."
H A Dzpool_get_004_neg.ksh37 # Malformed zpool get commands are rejected
41 # 1. Run several different "zpool get" commands that should fail.
44 log_assert "Malformed zpool get commands are rejected"
58 log_mustnot zpool get $arg
61 log_pass "Malformed zpool get commands are rejected"
/illumos-gate/usr/src/cmd/lms/SyncLib/Include/
H A DSPtr.h62 _ptr = other_sptr_p.get();
72 _ptr = other_sptr_p.get();
115 _ptr = (T *)other_sptr_p.get();
139 _ptr = other_sptr_p.get();
159 // get - return inner pointer
160 T *get() const function in class:SPtr
186 return(x.get() == y.get());
192 return(x.get() != y.get());
[all...]
/illumos-gate/usr/src/lib/print/libipp-listener/
H A DMakefile.com31 cups-get-classes.o cups-get-default.o cups-get-printers.o \
33 get-job-attributes.o get-jobs.o get-printer-attributes.o hold-job.o \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_006_pos.ksh48 volsize=$(zfs get -H -o value volsize $TESTPOOL/$TESTVOL)
65 typeset oblksize=$(zfs get -H -o value volblocksize $TESTPOOL/$TESTVOL)
70 typeset blksize=$(zfs get -H -o value volblocksize $TESTPOOL/$TESTVOL)
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A Dfpgetrnd.s37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
38 st %fsr, [%sp+ARGPUSH] ! get fsr value
H A Dfpgetmask.s37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
39 st %fsr, [%sp+ARGPUSH] ! get fsr value
H A Dfpgetsticky.s37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
39 st %fsr, [%sp+ARGPUSH] ! get fsr value
/illumos-gate/usr/src/lib/libc/sparcv9/fp/
H A Dfpgetrnd.s37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
38 st %fsr, [%sp+STACK_BIAS+ARGPUSH] ! get fsr value
H A Dfpgetmask.s37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
39 st %fsr, [%sp+STACK_BIAS+ARGPUSH] ! get fsr value
H A Dfpgetsticky.s37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
39 st %fsr, [%sp+STACK_BIAS+ARGPUSH] ! get fsr value
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_003_pos.ksh36 # 'zfs get' should get consistent report with different options.
41 # 3. Verify the value of 'zfs get atime' and 'zfs get all | grep atime'
52 log_assert "'zfs get' should get consistent report with different option."
58 value1=$(zfs get -H atime $TESTPOOL/$TESTFS | awk '{print $3}')
59 value2=$(zfs get -H all $TESTPOOL/$TESTFS | awk '{print $2 " " $3}' | \
65 log_pass "'zfs get' get consisten
[all...]
/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/reservation/
H A Dreservation_011_pos.sh64 fs_quota=`zfs get quota $TESTPOOL/$TESTFS`
68 new_fs_quota=`zfs get quota $TESTPOOL/$TESTFS`
/illumos-gate/usr/src/test/zfs-tests/tests/functional/userquota/
H A Duserquota_008_pos.ksh38 # zfs get all <fs> does not print out userquota/groupquota
42 # 2. check zfs get all fs
52 log_assert "Check zfs get all will not print out user|group quota"
57 log_mustnot zfs get all $QFS | grep userquota
58 log_mustnot zfs get all $QFS | grep groupquota
60 log_pass "zfs get all will not print out user|group quota"
H A Duserquota_007_pos.ksh60 log_must zfs get userquota@$QUSER1 $QFS
61 log_must zfs get groupquota@$QGROUP $QFS
72 log_must zfs get userquota@$QUSER1 $QFS
73 log_must zfs get groupquota@$QGROUP $QFS
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wio.h48 int (*get)(void *); /* Get byte from input object. */ member in struct:__anon4206
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dm_wio.h48 int (*get)(void *); /* Get byte from input object. */ member in struct:__anon4220
/illumos-gate/usr/src/lib/libc/i386/crt/
H A D_rtboot.s30 / we get control from exec which has loaded our text and
86 leal 4(%ebp),%eax / get address of argv
89 movl (%ebp),%eax / get # of args
101 call .L01 / only way to get IP into a register
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_common.kshlib46 typeset value=$(zfs get -H -o value $prop $dtst)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzpool_get_001_neg.ksh38 # zpool get works when run as a user
42 # 1. For each property, get that property
48 log_assert "zpool get works when run as a user"
57 ACTUAL=$( zpool get $PROP $TESTPOOL | grep $PROP | awk '{print $1}' )
65 log_must zpool get all $TESTPOOL
67 log_pass "zpool get works when run as a user"
H A Dzfs_inherit_001_neg.ksh50 PROP=$(zfs get snapdir $TESTPOOL/$TESTFS)
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DResourceMonitor.java171 StatisticList util = (StatisticList) get("utilization");
180 * @param name The name of the statistic to get.
184 return ((AggregateStatistic)((StatisticList)get(name)).
215 StatisticList first = (StatisticList) get("idle");
228 StatisticList sl = (StatisticList) get(keys.
229 get(i));
233 sl.get(sl.size() - 2);
244 ((AggregateStatistic)first.get(first.size() -
252 StatisticList sl = (StatisticList) get(name);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_reservation/
H A Dzfs_reservation_002_pos.ksh77 reserve=`zfs get -pH reservation $FS | awk '{print $3}'`
79 log_fail "ZFS get -p reservation did not return 0"
82 reserve=`zfs get -H reservation $FS | awk '{print $3}'`
84 log_fail "ZFS get reservation did not return 'none'"

Completed in 90 milliseconds

1234567891011>>