Lines Matching defs:ret_descr

234 	usb_dev_descr_t		*ret_descr,
237 if ((buf == NULL) || (ret_descr == NULL) ||
244 buf, buflen, ret_descr, ret_buf_len));
251 usb_cfg_descr_t *ret_descr,
254 if ((buf == NULL) || (ret_descr == NULL) ||
261 buf, buflen, ret_descr, ret_buf_len));
269 usba_cfg_pwr_descr_t *ret_descr,
274 if ((buf == NULL) || (ret_descr == NULL)) {
282 buf, buflen, ret_descr, ret_buf_len));
293 bcopy(&default_cfg_power, ret_descr, USBA_CFG_PWR_DESCR_SIZE);
295 return (ret_descr->bLength);
304 usb_ia_descr_t *ret_descr,
309 if ((buf == NULL) || (ret_descr == NULL)) {
320 ret_descr, ret_buf_len));
339 usb_if_descr_t *ret_descr,
344 if ((buf == NULL) || (ret_descr == NULL)) {
356 ret_descr, ret_buf_len));
374 usba_if_pwr_descr_t *ret_descr,
379 if ((buf == NULL) || (ret_descr == NULL)) {
396 _PTRDIFF(bufend, buf), ret_descr,
414 bcopy(&default_if_power, ret_descr, USBA_IF_PWR_DESCR_SIZE);
416 return (ret_descr->bLength);
430 usb_ep_descr_t *ret_descr,
435 if ((buf == NULL) || (ret_descr == NULL)) {
454 ret_descr, ret_buf_len));
469 * Returns (at ret_descr) a null-terminated string. Null termination is
478 char *ret_descr,
482 char *retstart = ret_descr;
485 if ((buf == NULL) || (ret_descr == NULL) ||
494 *ret_descr++ = buf[0];
497 *ret_descr++ = 0;
499 return (_PTRDIFF(ret_descr, retstart));
509 void *ret_descr,
514 if ((buf == NULL) || (ret_descr == NULL) || (fmt == NULL) ||
522 _PTRDIFF(bufend, buf), ret_descr,
535 void *ret_descr,
540 if ((buf == NULL) || (ret_descr == NULL) || (fmt == NULL)) {
558 ret_descr, ret_buf_len));
581 void *ret_descr,
586 if ((buf == NULL) || (ret_descr == NULL) || (fmt == NULL)) {
614 ret_descr, ret_buf_len));