Lines Matching refs:pProtocolWaitConds
1562 xSyncWaitCondition *pProtocolWaitConds; in ProcSyncAwait() local
1586 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()
1621 ((int64_t) pProtocolWaitConds->event_threshold_hi << 32) | in ProcSyncAwait()
1622 pProtocolWaitConds->event_threshold_lo; in ProcSyncAwait()