Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h447 uint32_t zone_hostid; /* zone's hostid, HW_INVALID_HOSTID */ member
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c2089 zone0.zone_hostid = HW_INVALID_HOSTID; in zone_zsd_init()
3566 if (zonep == NULL || zonep->zone_hostid == HW_INVALID_HOSTID) { in zone_get_hostid()
3571 return (zonep->zone_hostid); in zone_get_hostid()
4545 zone->zone_hostid = HW_INVALID_HOSTID; in zone_create()
5655 if (zone->zone_hostid != HW_INVALID_HOSTID && in zone_getattr()
5656 bufsize == sizeof (zone->zone_hostid)) { in zone_getattr()
5657 size = sizeof (zone->zone_hostid); in zone_getattr()
5658 if (buf != NULL && copyout(&zone->zone_hostid, buf, in zone_getattr()
5790 if (bufsize == sizeof (zone->zone_hostid)) { in zone_setattr()
5791 if (copyin(buf, &zone->zone_hostid, bufsize) == 0) in zone_setattr()