upl_buf           125 dev/usb/if_upl.c 	char			*upl_buf;
upl_buf           446 dev/usb/if_upl.c 			c->upl_buf = usbd_alloc_buffer(c->upl_xfer, UPL_BUFSZ);
upl_buf           447 dev/usb/if_upl.c 			if (c->upl_buf == NULL) {
upl_buf           476 dev/usb/if_upl.c 			c->upl_buf = usbd_alloc_buffer(c->upl_xfer, UPL_BUFSZ);
upl_buf           477 dev/usb/if_upl.c 			if (c->upl_buf == NULL) {
upl_buf           528 dev/usb/if_upl.c 	memcpy(mtod(c->upl_mbuf, char *), c->upl_buf, total_len);
upl_buf           567 dev/usb/if_upl.c 	    c, c->upl_buf, UPL_BUFSZ, USBD_SHORT_XFER_OK | USBD_NO_COPY,
upl_buf           637 dev/usb/if_upl.c 	m_copydata(m, 0, m->m_pkthdr.len, c->upl_buf);
upl_buf           646 dev/usb/if_upl.c 	    c, c->upl_buf, total_len, USBD_NO_COPY, USBD_DEFAULT_TIMEOUT,
upl_buf           787 dev/usb/if_upl.c 		    c, c->upl_buf, UPL_BUFSZ,