Searched refs:zonehashbyid (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/os/ |
H A D | zone.c | 298 static mod_hash_t *zonehashbyname, *zonehashbyid, *zonehashbylabel; variable 2205 zonehashbyid = mod_hash_create_idhash("zone_by_id", zone_hash_size, in zone_init() 2219 (void) mod_hash_insert(zonehashbyid, (mod_hash_key_t)GLOBAL_ZONEID, in zone_init() 2897 if (mod_hash_find(zonehashbyid, in zone_find_all_by_id() 4484 (void) mod_hash_insert(zonehashbyid, in zone_create() 4528 (void) mod_hash_destroy(zonehashbyid, in zone_create() 5163 (void) mod_hash_destroy(zonehashbyid, in zone_destroy() 6986 if (zonehashbyid == NULL) in zone_find_by_id_nolock()
|