Home
last modified time | relevance | path

Searched refs:pLength (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libusb/
H A Dlibusb20.c136 if (xfer->pLength) { in libusb20_tr_close()
137 free(xfer->pLength); in libusb20_tr_close()
196 xfer->pLength = malloc(size); in libusb20_tr_open_stream()
197 if (xfer->pLength == NULL) { in libusb20_tr_open_stream()
200 memset(xfer->pLength, 0, size); in libusb20_tr_open_stream()
205 free(xfer->pLength); in libusb20_tr_open_stream()
220 free(xfer->pLength); in libusb20_tr_open_stream()
255 actlen += xfer->pLength[x]; in libusb20_tr_get_actual_length()
421 xfer->pLength[0] = length; in libusb20_tr_setup_bulk()
441 xfer->pLength[1] = len; in libusb20_tr_setup_control()
[all …]
H A Dlibusb20_int.h160 uint32_t *pLength; member
H A Dlibusb20_ugen20.c838 fsep->pLength = xfer->pLength; in ugen20_tr_open()
/freebsd/sys/dev/usb/template/
H A Dusb_template.c1108 uint16_t *pLength, uint8_t index) in usb_temp_get_config_desc() argument
1133 if (pLength) { in usb_temp_get_config_desc()
1134 *pLength = UGETW(cd->wTotalLength); in usb_temp_get_config_desc()
1206 const void **pPtr, uint16_t *pLength) in usb_temp_get_desc() argument
1279 *pLength = len; in usb_temp_get_desc()
1289 *pLength = 0; in usb_temp_get_desc()
/freebsd/sys/dev/usb/
H A Dusb_dynamic.c100 …sc_w(struct usb_device *udev, struct usb_device_request *req, const void **pPtr, uint16_t *pLength) in usb_temp_get_desc_w() argument
H A Dusb_ioctl.h163 uint32_t *pLength; /* pointer to frame lengths, updated member
374 uint32_t pLength; /* uint32_t * */ member
H A Dusb_generic.c1318 if (fueword32(fs_ep.pLength, &length) != 0) { in ugen_fs_copy_in()
1385 if (fueword32(fs_ep.pLength + n, &length) != 0) { in ugen_fs_copy_in()
1462 PTRIN_CP(fs_ep32, *fs_ep, pLength); in ugen_fs_copyin()
1622 if (fueword32(fs_ep.pLength + n, &temp) != 0) { in ugen_fs_copy_out()
1671 if (suword32(fs_ep.pLength + n, length) != 0) in ugen_fs_copy_out()
/freebsd/contrib/libpcap/
H A Dpcap-tc.c50 typedef TC_STATUS (TC_CALLCONV *TcFcnQueryPortList) (PTC_PORT *ppPorts, PULONG pLength);