Home
last modified time | relevance | path

Searched refs:ZPOOL_CONFIG_HOSTID (Results 1 – 7 of 7) sorted by last modified time

/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c2529 (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()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h674 #define ZPOOL_CONFIG_HOSTID "hostid" macro
/illumos-gate/usr/src/lib/libzutil/common/
H A Dzutil_import.c602 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/uts/common/fs/zfs/
H A Dspa.c2501 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()
H A Dspa_config.c420 fnvlist_add_uint64(config, ZPOOL_CONFIG_HOSTID, hostid); in spa_config_generate()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_status.c257 (void) nvlist_lookup_uint64(config, ZPOOL_CONFIG_HOSTID, &hostid); in check_status()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h785 #define ZPOOL_CONFIG_HOSTID "hostid" macro