Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dzone.c298 static mod_hash_t *zonehashbyname, *zonehashbyid, *zonehashbylabel; variable
2213 zonehashbylabel = mod_hash_create_extended("zone_by_label", in zone_init()
2225 (void) mod_hash_insert(zonehashbylabel, in zone_init()
2916 if (mod_hash_find(zonehashbylabel, (mod_hash_key_t)label, &hv) == 0) in zone_find_all_by_label()
4494 (void) mod_hash_insert(zonehashbylabel, in zone_create()
4525 (void) mod_hash_destroy(zonehashbylabel, in zone_create()
5170 (void) mod_hash_destroy(zonehashbylabel, in zone_destroy()