Searched defs:zonehashbyid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dzone.c298 static mod_hash_t *zonehashbyname, *zonehashbyid, *zonehashbylabel; variable
2309 zonehashbyid = mod_hash_create_idhash("zone_by_id", zone_hash_size,
2323 (void) mod_hash_insert(zonehashbyid, (mod_hash_key_t)GLOBAL_ZONEID,
3027 if (mod_hash_find(zonehashbyid,
4670 (void) mod_hash_insert(zonehashbyid,
4714 (void) mod_hash_destroy(zonehashbyid,
5349 (void) mod_hash_destroy(zonehashbyid,
7193 if (zonehashbyid == NULL)

Completed in 72 milliseconds