Lines Matching defs:p2
122 xPtrFeedbackState *p2;
124 p2 = (xPtrFeedbackState *) * buf;
125 p2->class = PtrFeedbackClass;
126 p2->length = sizeof(xPtrFeedbackState);
127 p2->id = p->ctrl.id;
128 p2->accelNum = p->ctrl.num;
129 p2->accelDenom = p->ctrl.den;
130 p2->threshold = p->ctrl.threshold;
132 swaps(&p2->length);
133 swaps(&p2->accelNum);
134 swaps(&p2->accelDenom);
135 swaps(&p2->threshold);