Home
last modified time | relevance | path

Searched refs:znotify (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c217 struct znotify { struct
6195 do_callback(struct znotify *zevtchan, sysevent_t *ev) in do_callback()
6244 struct znotify *zevtchan = p; in zn_cb()
6309 struct znotify *zevtchan = h; in zonecfg_notify_critical_enter()
6319 struct znotify *zevtchan = h; in zonecfg_notify_critical_exit()
6353 struct znotify *zevtchan = h; in zonecfg_notify_critical_abort()
6369 struct znotify *zevtchan; in zonecfg_notify_bind()
6373 zevtchan = malloc(sizeof (struct znotify)); in zonecfg_notify_bind()
6442 ret = pthread_mutex_trylock(&((struct znotify *)handle)->zn_mutex); in zonecfg_notify_unbind()
6447 (void) pthread_mutex_unlock(&((struct znotify *)handle)->zn_mutex); in zonecfg_notify_unbind()
[all …]