Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_kapi.c106 static zone_key_t idmap_zone_key; variable
314 zs = zone_getspecific(idmap_zone_key, zone); in idmap_get_zone_specific()
319 zs = zone_getspecific(idmap_zone_key, zone); in idmap_get_zone_specific()
325 (void) zone_setspecific(idmap_zone_key, zone, zs); in idmap_get_zone_specific()
355 zone_key_create(&idmap_zone_key, NULL, NULL, idmap_zone_destroy); in kidmap_start()