Home
last modified time | relevance | path

Searched refs:ZPOOL_CONFIG_HOSTID (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c568 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 Dlibzfs_status.c218 (void) nvlist_lookup_uint64(config, ZPOOL_CONFIG_HOSTID, &hostid); in check_status()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa_config.c409 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_HOSTID, in spa_config_generate()
H A Dspa.c2478 ZPOOL_CONFIG_HOSTID, &hostid) == 0) { in spa_load_impl()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dzfs.h527 #define ZPOOL_CONFIG_HOSTID "hostid" macro
/titanic_41/usr/src/cmd/zpool/
H A Dzpool_main.c1703 if (nvlist_lookup_uint64(config, ZPOOL_CONFIG_HOSTID, in do_import()