Searched refs:referenced (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapused/
H A Dsnapused.kshlib102 referenced=$(get_prop referenced $dataset)
107 if ((usedbydataset > referenced)); then
108 log_fail "$dataset(cloned): usedbydataset($usedbydataset) is more than referenced($referenced)"
112 # if non-clones, should usedbydataset == referenced
114 if ((usedbydataset != referenced)); then
115 log_fail "$dataset: usedbydataset($usedbydataset) is not equal to referenced($referenced)"
137 referenced
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_011_neg.ksh56 referenced compressratio mounted
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_002_pos.ksh50 typeset zfs_props=("type" used available creation volsize referenced \
H A Dzfs_get_008_pos.ksh53 set -A props type used available creation volsize referenced compressratio \
H A Dzfs_get_009_pos.ksh51 set -A all_props type used available creation volsize referenced \
H A Dzfs_get_001_pos.ksh59 typeset zfs_props=("type" used available creation volsize referenced \
H A Dzfs_get_005_neg.ksh48 typeset v_props=(type used available creation volsize referenced compressratio \
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Dglobal.h53 boolean_t referenced; /* used for refresh */ member in struct:portdata
H A Devents.c268 port->referenced = B_TRUE;
394 allports[i]->referenced = B_FALSE;
414 if (!pdp->referenced) {
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c70 int referenced; member in struct:phci_list
253 reg->referenced = CACHE_STALE;
663 reg->referenced = CACHE_STALE;
678 if (reg->referenced == CACHE_STALE)
679 reg->referenced = CACHE_REFERENCED;
703 reg->referenced = CACHE_NEW;
720 if (reg->referenced == CACHE_STALE) {
736 if (reg->referenced == CACHE_NEW) {
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_property/
H A Dzfs_written_property_001_pos.ksh90 # expected to be equal to the referenced value.
92 get_prop referenced $TESTPOOL/$TESTFS1@snap$i)
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c40 * Another pool, b_pool, contains buffers referenced by each of the
374 * the referenced plugin. The return is the next entry, which may be NULL
905 boolean_t referenced = 0; local
1016 referenced = 1;
1024 if (referenced) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c106 * referenced by the configuration files. The queries are received
120 * of device entries (as above) -- one per referenced lower stream --
1289 * Count number of explicitly referenced devices among all
1372 * Get the unique devices referenced by all services.
1376 logdbg("no devices referenced by any service");
1727 /* Get the list of devices referenced by configuration above. */
1762 * referenced. Attach ones now referenced. (The use of null
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c126 * Blocks that are actively being referenced or have not been evicted
146 * data block and will evict any arc_buf_t that is no longer referenced. The
158 * Here is a diagram showing an arc_buf_hdr_t referenced by two arc_buf_t's. The
3488 * specified. This will not evict any "active" buffers (i.e. referenced).
5320 int referenced; local
5323 referenced = (refcount_count(&buf->b_hdr->b_l1hdr.b_refcnt));
5325 return (referenced);

Completed in 92 milliseconds