Lines Matching defs:space
44 int len, int space)
51 out += sprintf(out, "%*s[%p] link (%08x) ", space, "", td,
101 char *buf, int len, int space)
142 out += sprintf(out, "%*s%d: ", space + 2, "", i);
157 space, "", ninactive, nactive);
166 struct uhci_qh *qh, char *buf, int len, int space)
182 space, "", qh, qtype,
188 space, "", qh->period, qh->phase, qh->load,
192 space, "", qh->period, qh->phase, qh->load);
197 out += sprintf(out, "%*s Element points to QH (bug?)\n", space, "");
200 out += sprintf(out, "%*s Depth traverse\n", space, "");
203 out += sprintf(out, "%*s Bit 3 set (bug?)\n", space, "");
206 out += sprintf(out, "%*s Element is NULL (bug?)\n", space, "");
212 out += sprintf(out, "%*s queue is empty\n", space, "");
227 space, "");
232 len - (out - buf), space + 2);
241 space, "", nurbs);
248 out += sprintf(out, "%*s Dummy TD\n", space, "");
626 struct uhci_qh *qh, char *buf, int len, int space)