Lines Matching defs:pm0
268 struct usb_proc_msg *pm0 = _pm0;
283 if (pm0->pm_qentry.tqe_prev) {
291 * No entries are queued. Queue "pm0" and use the existing
294 pm2 = pm0;
297 if (pm0->pm_num == up->up_msg_num) {
306 pm2 = pm0;
312 d = (pm1->pm_num - pm0->pm_num);
316 pm2 = pm0;
368 struct usb_proc_msg *pm0 = _pm0;
381 if (pm0->pm_qentry.tqe_prev) {
382 TAILQ_REMOVE(&up->up_qhead, pm0, pm_qentry);
383 pm0->pm_qentry.tqe_prev = NULL;
390 while (error == 0 && (pm0->pm_qentry.tqe_prev ||
403 if (error != 0 && !USB_PROC_MSG_ENQUEUED(pm0) &&