Searched refs:pLength (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/libusb/ |
H A D | libusb20.c | 136 if (xfer->pLength) { in libusb20_tr_close() 137 free(xfer->pLength); in libusb20_tr_close() 195 size = MaxFrameCount * sizeof(xfer->pLength[0]); in libusb20_tr_open_stream() 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() 375 return (xfer->pLength[frIndex]); in libusb20_tr_get_length() [all …]
|
H A D | libusb20_int.h | 160 uint32_t *pLength; member
|
H A D | libusb20_ugen20.c | 838 fsep->pLength = xfer->pLength; in ugen20_tr_open()
|
/freebsd/sys/dev/usb/template/ |
H A D | usb_template.c | 1108 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 D | usb_ioctl.h | 163 uint32_t *pLength; /* pointer to frame lengths, updated member 374 uint32_t pLength; /* uint32_t * */ member
|
H A D | usb_dynamic.c | 100 …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 D | usb_generic.c | 1318 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 D | pcap-tc.c | 48 typedef TC_STATUS (TC_CALLCONV *TcFcnQueryPortList) (PTC_PORT *ppPorts, PULONG pLength);
|