Home
last modified time | relevance | path

Searched refs:myhostid (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDspa.c2533 unsigned long myhostid = 0; in spa_load_impl() local
2539 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()