Home
last modified time | relevance | path

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

/dports/net/corosync2/corosync-2.4.5/test/
H A Dtestvotequorum1.c153 if (info.flags & VOTEQUORUM_INFO_WAIT_FOR_ALL) printf("WaitForAll "); in main()
183 if (info.flags & VOTEQUORUM_INFO_WAIT_FOR_ALL) printf("WaitForAll "); in main()
/dports/net/corosync2/corosync-2.4.5/include/corosync/
H A Dvotequorum.h52 #define VOTEQUORUM_INFO_WAIT_FOR_ALL 4 macro
H A Dipc_votequorum.h173 #define VOTEQUORUM_INFO_WAIT_FOR_ALL 4 macro
/dports/net/corosync2/corosync-2.4.5/tools/
H A Dcorosync-quorumtool.c625 if (info.flags & VOTEQUORUM_INFO_WAIT_FOR_ALL) printf("WaitForAll "); in display_quorum_data()
/dports/net/corosync2/corosync-2.4.5/exec/
H A Dvotequorum.c2606 res_lib_votequorum_getinfo.flags |= VOTEQUORUM_INFO_WAIT_FOR_ALL; in message_handler_req_lib_votequorum_getinfo()