Home
last modified time | relevance | path

Searched refs:vol_props (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c382 if (vol_props) { in snmpplugin_fini()
383 free(vol_props); in snmpplugin_fini()
385 vol_props = NULL; in snmpplugin_fini()
684 if (vol_props) { in free_resources()
685 free(vol_props); in free_resources()
1089 if (vol_props) { in save_volprop()
1095 vol_props = p; in save_volprop()
1165 if (vol_props) { in check_for_stale_data()
1166 free(vol_props); in check_for_stale_data()
1168 vol_props = NULL; in check_for_stale_data()
[all …]
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dproperties.shlib37 typeset -a vol_props=('compress' 'checksum' 'copies' 'logbias' 'primarycache'
131 proplist="${vol_props[@]}"