Searched refs:ZPOOL_CONFIG_HOSTID (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libzutil/common/ |
H A D | zutil_import.c | 602 ZPOOL_CONFIG_HOSTID, &hostid) == 0) { in get_configs() 604 ZPOOL_CONFIG_HOSTID, hostid); in get_configs() 847 (void) nvlist_remove(config, ZPOOL_CONFIG_HOSTID, in get_configs() 852 verify(nvlist_add_uint64(config, ZPOOL_CONFIG_HOSTID, in get_configs()
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_status.c | 257 (void) nvlist_lookup_uint64(config, ZPOOL_CONFIG_HOSTID, &hostid); in check_status()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | spa_config.c | 420 fnvlist_add_uint64(config, ZPOOL_CONFIG_HOSTID, hostid); in spa_config_generate()
|
H A D | spa.c | 2501 if (nvlist_exists(label, ZPOOL_CONFIG_HOSTID)) in spa_activity_check_required() 2502 hostid = fnvlist_lookup_uint64(label, ZPOOL_CONFIG_HOSTID); in spa_activity_check_required() 2695 if (nvlist_exists(mmp_label, ZPOOL_CONFIG_HOSTID)) { in spa_activity_check() 2697 ZPOOL_CONFIG_HOSTID); in spa_activity_check() 2725 ZPOOL_CONFIG_HOSTID, &hostid) == 0) { in spa_verify_host()
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 674 #define ZPOOL_CONFIG_HOSTID "hostid" macro
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 785 #define ZPOOL_CONFIG_HOSTID "hostid" macro
|
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 2529 (void) nvlist_lookup_uint64(config, ZPOOL_CONFIG_HOSTID, &hostid); in zfs_force_import_required() 2611 if (nvlist_exists(config, ZPOOL_CONFIG_HOSTID)) in do_import() 2613 ZPOOL_CONFIG_HOSTID); in do_import()
|