Searched refs:uhdr (Results 1 – 3 of 3) sorted by relevance
1163 pcap_usb_header_mmapped *uhdr = (pcap_usb_header_mmapped *)buf; in swap_linux_usb_header() local1179 uhdr->id = SWAPLL(uhdr->id); in swap_linux_usb_header()1186 uhdr->bus_id = SWAPSHORT(uhdr->bus_id); in swap_linux_usb_header()1193 uhdr->ts_sec = SWAPLL(uhdr->ts_sec); in swap_linux_usb_header()1198 uhdr->ts_usec = SWAPLONG(uhdr->ts_usec); in swap_linux_usb_header()1203 uhdr->status = SWAPLONG(uhdr->status); in swap_linux_usb_header()1208 uhdr->urb_len = SWAPLONG(uhdr->urb_len); in swap_linux_usb_header()1213 uhdr->data_len = SWAPLONG(uhdr->data_len); in swap_linux_usb_header()1215 if (uhdr->transfer_type == URB_ISOCHRONOUS) { in swap_linux_usb_header()1219 uhdr->s.iso.error_count = SWAPLONG(uhdr->s.iso.error_count); in swap_linux_usb_header()[all …]
481 pcap_usb_header* uhdr = (pcap_usb_header*)handle->buffer; in usb_read_linux() local517 uhdr->id = tag; in usb_read_linux()518 uhdr->device_address = dev_addr; in usb_read_linux()519 uhdr->bus_id = handlep->bus_index; in usb_read_linux()520 uhdr->status = 0; in usb_read_linux()531 uhdr->ts_sec = pkth.ts.tv_sec; in usb_read_linux()532 uhdr->ts_usec = pkth.ts.tv_usec; in usb_read_linux()559 uhdr->event_type = etype; in usb_read_linux()560 uhdr->transfer_type = urb_transfer; in usb_read_linux()561 uhdr->endpoint_number = ep_num; in usb_read_linux()[all …]
682 *uhdr; in tdep_find_proc_info()694 uhdr = (struct unwind_header *) lmd.unwind_base; in tdep_find_proc_info()696 if ((uhdr->header_version & ~UNWIND_TBL_32BIT) != 1 in tdep_find_proc_info()697 && (uhdr->header_version & ~UNWIND_TBL_32BIT) != 2) in tdep_find_proc_info()700 (long) (uhdr->header_version & ~UNWIND_TBL_32BIT)); in tdep_find_proc_info()703 if (uhdr->header_version & UNWIND_TBL_32BIT) in tdep_find_proc_info()709 di.u.ti.table_data = (unw_word_t *) (di.u.ti.segbase + uhdr->start_offset); in tdep_find_proc_info()710 di.u.ti.table_len = ((uhdr->end_offset - uhdr->start_offset) in tdep_find_proc_info()