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

/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dzone.h79 * The following is what code should be initializing its zone_key_t to if it
85 typedef uint_t zone_key_t; typedef
87 extern void zone_key_create(zone_key_t *, void *(*)(zoneid_t),
89 extern int zone_key_delete(zone_key_t);
90 extern void *zone_getspecific(zone_key_t, zone_t *);
91 extern int zone_setspecific(zone_key_t, zone_t *, const void *);
/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h674 * The following is what code should be initializing its zone_key_t to if it
680 typedef uint_t zone_key_t; typedef
682 extern void zone_key_create(zone_key_t *, void *(*)(zoneid_t),
684 extern int zone_key_delete(zone_key_t);
685 extern void *zone_getspecific(zone_key_t, zone_t *);
686 extern int zone_setspecific(zone_key_t, zone_t *, const void *);
700 zone_key_t zsd_key; /* Key used to lookup value */

Completed in 73 milliseconds