Lines Matching refs:b2
237 xBellFeedbackState *b2;
239 b2 = (xBellFeedbackState *) * buf;
240 b2->class = BellFeedbackClass;
241 b2->length = sizeof(xBellFeedbackState);
242 b2->id = b->ctrl.id;
243 b2->percent = b->ctrl.percent;
244 b2->pitch = b->ctrl.pitch;
245 b2->duration = b->ctrl.duration;
247 swaps(&b2->length);
248 swaps(&b2->pitch);
249 swaps(&b2->duration);