HomeSort by: relevance | last modified time | path
    Searched refs:wait_reply (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libperfuse/
ops.c 188 NO_PAYLOAD_REPLY_LEN, wait_reply)) != 0)
435 if ((error = xchg_msg(pu, opc, pm, sizeof(*feo), wait_reply)) != 0)
531 if ((error = xchg_msg(pu, opc, pm, sizeof(*feo), wait_reply)) != 0)
910 if ((error = xchg_msg(pu, 0, pm, sizeof(*fio), wait_reply)) != 0)
939 if ((error = xchg_msg(pu, opc, pm, UNSPEC_REPLY_LEN, wait_reply)) != 0){
975 if ((error = xchg_msg(pu, opc, pm, sizeof(*fso), wait_reply)) != 0)
1231 if ((error = xchg_msg(pu, opc, pm, len, wait_reply)) != 0) {
1446 if ((error = xchg_msg(pu, opc, pm, sizeof(*foo), wait_reply)) != 0)
1542 error = xchg_msg(pu, opc, pm, NO_PAYLOAD_REPLY_LEN, wait_reply);
1613 if ((error = xchg_msg(pu, opc, pm, sizeof(*fao), wait_reply)) != 0
    [all...]
perfuse_if.h 130 enum perfuse_xchg_pb_reply { wait_reply, no_reply }; enumerator in enum:perfuse_xchg_pb_reply

Completed in 13 milliseconds