Searched defs:zonehashbylabel (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
2314 * maintain zonehashbylabel only for labeled systems
2317 zonehashbylabel = mod_hash_create_extended("zone_by_label",
2329 (void) mod_hash_insert(zonehashbylabel,
3042 * zonehashbylabel is not maintained for unlabeled systems
3046 if (mod_hash_find(zonehashbylabel, (mod_hash_key_t)label, &hv) == 0)
4678 (void) mod_hash_insert(zonehashbylabel,
4709 (void) mod_hash_destroy(zonehashbylabel,
5352 (void) mod_hash_destroy(zonehashbylabel,

Completed in 60 milliseconds