Searched refs:ZPOOL_HIST_INT_NAME (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_history.c244 } else if (nvlist_exists(nvl, ZPOOL_HIST_INT_NAME)) {
248 fnvlist_lookup_string(nvl, ZPOOL_HIST_INT_NAME),
255 fnvlist_lookup_string(nvl, ZPOOL_HIST_INT_NAME),
455 fnvlist_add_string(nvl, ZPOOL_HIST_INT_NAME, operation);
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h914 #define ZPOOL_HIST_INT_NAME "internal_name" macro
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c5023 } else if (nvlist_exists(rec, ZPOOL_HIST_INT_NAME)) {
5028 fnvlist_lookup_string(rec, ZPOOL_HIST_INT_NAME));

Completed in 319 milliseconds