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

/freebsd-12-stable/lib/libusb/
H A Dlibusb20.c137 if (xfer->pLength) {
138 free(xfer->pLength);
196 size = MaxFrameCount * sizeof(xfer->pLength[0]);
197 xfer->pLength = malloc(size);
198 if (xfer->pLength == NULL) {
201 memset(xfer->pLength, 0, size);
206 free(xfer->pLength);
221 free(xfer->pLength);
256 actlen += xfer->pLength[x];
376 return (xfer->pLength[frInde
[all...]
H A Dlibusb20_int.h171 uint32_t *pLength; member in struct:libusb20_transfer
H A Dlibusb20_ugen20.c839 fsep->pLength = libusb20_pass_ptr(xfer->pLength);
/freebsd-12-stable/sys/dev/usb/
H A Dusb_dynamic.c101 usb_temp_get_desc_w(struct usb_device *udev, struct usb_device_request *req, const void **pPtr, uint16_t *pLength) argument
H A Dusb_ioctl.h186 uint64_t pLength; member in struct:usb_fs_endpoint
189 uint32_t *pLength; /* pointer to frame lengths, updated
H A Dusb_generic.c1099 error = copyin(fs_ep.pLength,
1169 error = copyin(fs_ep.pLength + n,
1331 error = copyin(fs_ep.pLength + n,
1385 fs_ep.pLength + n, sizeof(length));
/freebsd-12-stable/sys/dev/usb/template/
H A Dusb_template.c1121 uint16_t *pLength, uint8_t index)
1146 if (pLength) {
1147 *pLength = UGETW(cd->wTotalLength);
1219 const void **pPtr, uint16_t *pLength)
1292 *pLength = len;
1302 *pLength = 0;
1120 usb_temp_get_config_desc(struct usb_device *udev, uint16_t *pLength, uint8_t index) argument
1218 usb_temp_get_desc(struct usb_device *udev, struct usb_device_request *req, const void **pPtr, uint16_t *pLength) argument
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-tc.c50 typedef TC_STATUS (TC_CALLCONV *TcFcnQueryPortList) (PTC_PORT *ppPorts, PULONG pLength);

Completed in 129 milliseconds