Home
last modified time | relevance | path

Searched refs:DM_USE_ACTIVE_ZPOOL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_zpool.c97 if (strcmp(type, DM_USE_ACTIVE_ZPOOL) == 0) { in inuse_zpool_common()
130 return (inuse_zpool_common(slice, attrs, errp, DM_USE_ACTIVE_ZPOOL)); in inuse_active_zpool()
H A Dlibdiskmgt.h411 #define DM_USE_ACTIVE_ZPOOL "active_zpool" macro
H A Dentry.c1097 } else if (strcmp(what, DM_USE_ACTIVE_ZPOOL) == 0) { in dm_get_usage_string()