Searched defs:xs_state (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.h77 fmd_stat_t xs_state; /* state name associated with xprt */ member in struct:fmd_xprt_stat
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c128 } xs_state; variable in typeref:struct:xs_handle
185 mutex_enter(&xs_state.reply_lock);
188 while (list_empty(&xs_state.reply_list)) {
190 if (cv_wait_sig(&xs_state.reply_cv,
191 &xs_state.reply_lock) == 0) {
192 mutex_exit(&xs_state.reply_lock);
197 mutex_exit(&xs_state.reply_lock);
200 mutex_enter(&xs_state.reply_lock);
204 *reply = list_head(&xs_state.reply_list);
205 list_remove(&xs_state
[all...]

Completed in 57 milliseconds