Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c226 ZN_PING_RECEIVED} zn_state; member
6254 if (zevtchan->zn_state == ZN_LOCKED) { in zn_cb()
6263 zevtchan->zn_state = ZN_PING_RECEIVED; in zn_cb()
6274 if (zevtchan->zn_state == ZN_UNLOCKED) { in zn_cb()
6312 zevtchan->zn_state = ZN_LOCKED; in zonecfg_notify_critical_enter()
6321 if (zevtchan->zn_state == ZN_UNLOCKED) in zonecfg_notify_critical_exit()
6325 zevtchan->zn_state = ZN_PING_INFLIGHT; in zonecfg_notify_critical_exit()
6338 zevtchan->zn_state = ZN_LOCKED; in zonecfg_notify_critical_exit()
6344 zevtchan->zn_state = ZN_UNLOCKED; in zonecfg_notify_critical_exit()
6355 zevtchan->zn_state = ZN_UNLOCKED; in zonecfg_notify_critical_abort()
[all …]