Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dzone.c300 static mod_hash_t *zonehashbyname, *zonehashbyid, *zonehashbylabel; variable
2317 zonehashbyid = mod_hash_create_idhash("zone_by_id", zone_hash_size, in zone_init()
2331 (void) mod_hash_insert(zonehashbyid, (mod_hash_key_t)GLOBAL_ZONEID, in zone_init()
3052 if (mod_hash_find(zonehashbyid, in zone_find_all_by_id()
4700 (void) mod_hash_insert(zonehashbyid, in zone_create()
4744 (void) mod_hash_destroy(zonehashbyid, in zone_create()
5379 (void) mod_hash_destroy(zonehashbyid, in zone_destroy()
7235 if (zonehashbyid == NULL) in zone_find_by_id_nolock()