Searched refs:ZPOOL_CONFIG_HOSTID (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 568 ZPOOL_CONFIG_HOSTID, &hostid) == 0) { in get_configs() 570 ZPOOL_CONFIG_HOSTID, hostid); in get_configs() 807 (void) nvlist_remove(config, ZPOOL_CONFIG_HOSTID, in get_configs() 812 verify(nvlist_add_uint64(config, ZPOOL_CONFIG_HOSTID, in get_configs()
|
H A D | libzfs_status.c | 218 (void) nvlist_lookup_uint64(config, ZPOOL_CONFIG_HOSTID, &hostid); in check_status()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | spa_config.c | 409 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_HOSTID, in spa_config_generate()
|
H A D | spa.c | 2478 ZPOOL_CONFIG_HOSTID, &hostid) == 0) { in spa_load_impl()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 527 #define ZPOOL_CONFIG_HOSTID "hostid" macro
|
/titanic_41/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 1703 if (nvlist_lookup_uint64(config, ZPOOL_CONFIG_HOSTID, in do_import()
|