Searched refs:zone_hostid (Results 1 – 2 of 2) sorted by relevance
423 uint32_t zone_hostid; /* zone's hostid, HW_INVALID_HOSTID */ member
1978 zone0.zone_hostid = HW_INVALID_HOSTID; in zone_zsd_init()3408 if (zonep == NULL || zonep->zone_hostid == HW_INVALID_HOSTID) { in zone_get_hostid()3413 return (zonep->zone_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()5440 bufsize == sizeof (zone->zone_hostid)) { in zone_getattr()5441 size = sizeof (zone->zone_hostid); in zone_getattr()5442 if (buf != NULL && copyout(&zone->zone_hostid, buf, in zone_getattr()5554 if (bufsize == sizeof (zone->zone_hostid)) { in zone_setattr()5555 if (copyin(buf, &zone->zone_hostid, bufsize) == 0) in zone_setattr()