Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dzone.c653 t = zsd_find_mru(&zone->zone_zsd, key); in zone_key_create()
672 list_insert_tail(&zone->zone_zsd, t); in zone_key_create()
721 del = zsd_find_mru(&zone->zone_zsd, key); in zone_key_delete()
760 del = zsd_find(&zone->zone_zsd, key); in zone_key_delete()
762 list_remove(&zone->zone_zsd, del); in zone_key_delete()
787 t = zsd_find_mru(&zone->zone_zsd, key); in zone_setspecific()
810 t = zsd_find_mru(&zone->zone_zsd, key); in zone_getspecific()
829 ASSERT(list_head(&zone->zone_zsd) == NULL); in zone_zsd_configure()
838 ASSERT(zsd_find(&zone->zone_zsd, zsdp->zsd_key) == NULL); in zone_zsd_configure()
850 list_insert_tail(&zone->zone_zsd, t); in zone_zsd_configure()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dzone.c286 wsp->walk_addr += offsetof(struct zone, zone_zsd); in zsd_walk_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h515 list_t zone_zsd; /* list of Zone-Specific Data values */ member