Home
last modified time | relevance | path

Searched defs:zsd_entry (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dzone.h677 struct zsd_entry { struct
678 zone_key_t zsd_key; /* Key used to lookup value */
679 void *zsd_data; /* Caller-managed value */
684 void *(*zsd_create)(zoneid_t);
685 void (*zsd_shutdown)(zoneid_t, void *);
686 void (*zsd_destroy)(zoneid_t, void *);
687 list_node_t zsd_linkage;
688 uint16_t zsd_flags; /* See below */
689 kcondvar_t zsd_cv;