Searched defs:znotify (Results 1 – 1 of 1) sorted by relevance
205 struct znotify { struct206 void * zn_private;207 evchan_t *zn_eventchan;208 int (*zn_callback)(const char *zonename, zoneid_t zid,210 pthread_mutex_t zn_mutex;211 pthread_cond_t zn_cond;212 pthread_mutex_t zn_bigmutex;213 volatile enum {ZN_UNLOCKED, ZN_LOCKED, ZN_PING_INFLIGHT,214 ZN_PING_RECEIVED} zn_state;215 char zn_subscriber_id[MAX_SUBID_LEN];[all …]