Searched refs:ub_data (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/dev/usb/ |
| H A D | ucom.c | 139 u_char *ub_data; member 338 ub->ub_data = usbd_get_buffer(ub->ub_xfer); in ucom_attach() 355 ub->ub_data = usbd_get_buffer(ub->ub_xfer); in ucom_attach() 1242 ub->ub_data, data, &cnt); in ucomstart() 1244 memcpy(ub->ub_data, data, cnt); in ucomstart() 1335 usbd_setup_xfer(ub->ub_xfer, sc, ub->ub_data, ub->ub_len, in ucom_submit_write() 1398 if ((*rint)(ub->ub_data[ub->ub_index], tp) == -1) { in ucom_read_complete() 1422 usbd_setup_xfer(ub->ub_xfer, sc, ub->ub_data, sc->sc_ibufsize, in ucomsubmitread() 1482 KDASSERT(cp == ub->ub_data); in ucomreadcb() 1499 ub->ub_index = (u_int)(cp - ub->ub_data); in ucomreadcb()
|
| /netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/modules/ |
| H A D | unbound.rst | 71 Class ub_data 73 .. autoclass:: ub_data
|
| /netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/examples/ |
| H A D | example7.rst | 23 The :class:`unbound.ub_data` class contains attributes suffix which converts
|
| H A D | example8.rst | 7 produces by unbound resolver (see :class:`unbound.ub_data`).
|
| /netbsd-src/external/bsd/unbound/dist/libunbound/python/ |
| H A D | libunbound.i | 694 class ub_data: 843 return ub_data(self._ub_result_data(self))
|