Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/gen/
H A Dgethostid.c51 return ((int)HW_INVALID_HOSTID); in gethostid()
54 return ((int)HW_INVALID_HOSTID); in gethostid()
/titanic_50/usr/src/cmd/hostid/
H A Dhostid.c36 if ((unsigned int)(hostval = gethostid()) == HW_INVALID_HOSTID) { in main()
/titanic_50/usr/src/uts/common/sys/
H A Dsysteminfo.h95 #define HW_INVALID_HOSTID 0xFFFFFFFF /* an invalid hostid */ macro
/titanic_50/usr/src/uts/i86pc/os/
H A Dstartup.c1628 if ((h = set_soft_hostid()) == HW_INVALID_HOSTID) { in startup_modules()
2840 return ((int32_t)HW_INVALID_HOSTID); in uuid_to_hostid()
2860 int32_t hostid = (int32_t)HW_INVALID_HOSTID; in set_soft_hostid()
2892 if ((hostid == HW_INVALID_HOSTID) && in set_soft_hostid()
2905 if (hostid == HW_INVALID_HOSTID) { in set_soft_hostid()
2960 if (hostid == HW_INVALID_HOSTID) /* didn't find a hostid */ in set_soft_hostid()
/titanic_50/usr/src/uts/common/os/
H A Dzone.c1978 zone0.zone_hostid = HW_INVALID_HOSTID; in zone_zsd_init()
3408 if (zonep == NULL || zonep->zone_hostid == HW_INVALID_HOSTID) { in zone_get_hostid()
3410 return (HW_INVALID_HOSTID); in zone_get_hostid()
4334 zone->zone_hostid = HW_INVALID_HOSTID; in zone_create()
5439 if (zone->zone_hostid != HW_INVALID_HOSTID && in zone_getattr()
/titanic_50/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c2410 if (hostidval > UINT_MAX || hostidval == HW_INVALID_HOSTID || in zonecfg_valid_hostid()