Lines Matching refs:mmp_label
3669 nvlist_t *mmp_label = NULL; in spa_activity_check() local
3693 vdev_uberblock_load(rvd, ub, &mmp_label); in spa_activity_check()
3724 vdev_uberblock_load(rvd, ub, &mmp_label); in spa_activity_check()
3742 if (mmp_label) { in spa_activity_check()
3743 nvlist_free(mmp_label); in spa_activity_check()
3744 mmp_label = NULL; in spa_activity_check()
3774 if (mmp_label) { in spa_activity_check()
3775 if (nvlist_exists(mmp_label, ZPOOL_CONFIG_HOSTNAME)) { in spa_activity_check()
3776 hostname = fnvlist_lookup_string(mmp_label, in spa_activity_check()
3782 if (nvlist_exists(mmp_label, ZPOOL_CONFIG_HOSTID)) { in spa_activity_check()
3783 hostid = fnvlist_lookup_uint64(mmp_label, in spa_activity_check()
3798 if (mmp_label) in spa_activity_check()
3799 nvlist_free(mmp_label); in spa_activity_check()