Searched refs:usba_buf_sptr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai.c77 static char *usba_buf_sptr, *usba_buf_eptr; variable
178 usba_buf_sptr = usba_debug_buf;
196 r = usba_buf_sptr;
304 if ((usba_buf_sptr + len) > usba_buf_eptr) {
305 size_t left = _PTRDIFF(usba_buf_eptr, usba_buf_sptr);
307 bcopy(usba_print_buf, usba_buf_sptr, left);
310 usba_buf_sptr = usba_debug_buf + len - left;
312 bcopy(usba_print_buf, usba_buf_sptr, len);
313 usba_buf_sptr += len;
316 (void) sprintf(usba_buf_sptr, ">>>>");
[all...]

Completed in 57 milliseconds