Searched refs:data_flag (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/libpcap/pcap/
H A Dusb.h87 char data_flag; /*if !=0 no urb data is present*/ member in struct:_usb_header
112 char data_flag; /*if !=0 no urb data is present*/ member in struct:_usb_header_mmapped
/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib_common.h169 int cudbg_read_flash(void *handle, void *data, u32 size, int data_flag);
H A Dcudbg_flash_utils.c329 int cudbg_read_flash(void *handle, void *data, u32 size, int data_flag) argument
356 if (!data_flag) {
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-usb-linux.c969 uhdr->data_flag = 1;
989 uhdr->data_flag = 0;
1179 * If info.hdr->data_flag is non-zero, there's no URB data;
1182 * of data transferred. If info.hdr->data_flag is zero,
1195 if (info.hdr->data_flag) {
1289 * If hdr->data_flag is non-zero, there's no
1293 * If hdr->data_flag is zero, there is URB data,
1308 if (hdr->data_flag) {

Completed in 79 milliseconds