Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lvm/md_monitord/
H A Dmd_monitord.c363 if (meta_notify_getev(MD_FF_Q, EVFLG_WAIT, &event, in wait_for_event()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_notify.c443 (flags & EVFLG_WAIT) != 0? EQ_GET_WAIT: EQ_GET_NOWAIT, in meta_notify_getev()
/titanic_41/usr/src/head/
H A Dmeta.h499 #define EVFLG_WAIT 0x00000001 /* block until events are pending */ macro