Home
last modified time | relevance | path

Searched refs:ZPOOL_CONFIG_COMMENT (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dspa_config.c395 ZPOOL_CONFIG_COMMENT, spa->spa_comment) == 0); in spa_config_generate()
H A Dspa.c2091 if (nvlist_lookup_string(config, ZPOOL_CONFIG_COMMENT, &comment) == 0) in spa_load()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dzfs.h550 #define ZPOOL_CONFIG_COMMENT "comment" macro
/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c557 ZPOOL_CONFIG_COMMENT, &comment) == 0) in get_configs()
559 ZPOOL_CONFIG_COMMENT, comment); in get_configs()
/titanic_50/usr/src/cmd/zpool/
H A Dzpool_main.c1636 if (nvlist_lookup_string(config, ZPOOL_CONFIG_COMMENT, &comment) == 0) in show_import()