Searched refs:myhostid (Results 1 – 1 of 1) sorted by relevance
2628 unsigned long myhostid = 0; in spa_load_impl() local2634 myhostid = zone_get_hostid(NULL); in spa_load_impl()2640 (void) ddi_strtoul(hw_serial, NULL, 10, &myhostid); in spa_load_impl()2642 if (check_hostid && hostid != 0 && myhostid != 0 && in spa_load_impl()2643 hostid != myhostid) { in spa_load_impl()