Searched refs:myhostid (Results 1 – 1 of 1) sorted by relevance
2533 unsigned long myhostid = 0; in spa_load_impl() local2539 myhostid = zone_get_hostid(NULL); in spa_load_impl()2545 (void) ddi_strtoul(hw_serial, NULL, 10, &myhostid); in spa_load_impl()2547 if (check_hostid && hostid != 0 && myhostid != 0 && in spa_load_impl()2548 hostid != myhostid) { in spa_load_impl()