Lines Matching defs:znotify
206 struct znotify {
5986 * If any state changes occur, zn_cb will set the failed field of the znotify
6033 do_callback(struct znotify *zevtchan, sysevent_t *ev)
6082 struct znotify *zevtchan = p;
6147 struct znotify *zevtchan = h;
6157 struct znotify *zevtchan = h;
6191 struct znotify *zevtchan = h;
6207 struct znotify *zevtchan;
6211 zevtchan = malloc(sizeof (struct znotify));
6275 (void) sysevent_evc_unbind(((struct znotify *)handle)->zn_eventchan);
6280 ret = pthread_mutex_trylock(&((struct znotify *)handle)->zn_mutex);
6285 (void) pthread_mutex_unlock(&((struct znotify *)handle)->zn_mutex);
6286 (void) pthread_mutex_destroy(&((struct znotify *)handle)->zn_mutex);
6287 (void) pthread_cond_destroy(&((struct znotify *)handle)->zn_cond);
6288 (void) pthread_mutex_destroy(&((struct znotify *)handle)->zn_bigmutex);