Searched defs:myhostid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.c609 long myhostid; local
621 myhostid = gethostid();
623 clear_data.host_id[12] = (myhostid & 0xff000000) >> 24;
624 clear_data.host_id[13] = (myhostid & 0xff0000) >> 16;
625 clear_data.host_id[14] = (myhostid & 0xff00) >> 8;
626 clear_data.host_id[15] = myhostid & 0xff;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c2552 unsigned long myhostid = 0; local
2558 myhostid = zone_get_hostid(NULL);
2564 (void) ddi_strtoul(hw_serial, NULL, 10, &myhostid);
2566 if (hostid != 0 && myhostid != 0 &&
2567 hostid != myhostid) {

Completed in 74 milliseconds