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

/illumos-gate/usr/src/uts/common/os/
H A Dzone.c289 * The next caller of zone_key_create() will be assigned a key of ++zsd_keyval.
291 static zone_key_t zsd_keyval = 0; variable
627 key = zsdp->zsd_key = ++zsd_keyval;
628 ASSERT(zsd_keyval != 0);

Completed in 94 milliseconds