Searched refs:pProtocolWaitConds (Results 1 – 1 of 1) sorted by relevance
1562 xSyncWaitCondition *pProtocolWaitConds; in ProcSyncAwait() local1586 pProtocolWaitConds = (xSyncWaitCondition *) &stuff[1]; in ProcSyncAwait()1589 for (i = 0; i < items; i++, pProtocolWaitConds++, pAwait++) { in ProcSyncAwait()1590 if (pProtocolWaitConds->counter == None) { /* XXX protocol change */ in ProcSyncAwait()1595 client->errorValue = pProtocolWaitConds->counter; in ProcSyncAwait()1601 pAwait->trigger.value_type = pProtocolWaitConds->value_type; in ProcSyncAwait()1603 ((int64_t)pProtocolWaitConds->wait_value_hi << 32) | in ProcSyncAwait()1604 pProtocolWaitConds->wait_value_lo; in ProcSyncAwait()1605 pAwait->trigger.test_type = pProtocolWaitConds->test_type; in ProcSyncAwait()1608 pProtocolWaitConds->counter, RTCounter, in ProcSyncAwait()[all …]