HomeSort by relevance Sort by last modified time
    Searched refs:uhdr (Results 1 - 3 of 3) sorted by null

  /external/libpcap/
pcap-common.c 1086 pcap_usb_header_mmapped *uhdr = (pcap_usb_header_mmapped *)buf; local
    [all...]
pcap-usb-linux.c 478 pcap_usb_header* uhdr = (pcap_usb_header*)handle->buffer; local
514 uhdr->id = tag;
515 uhdr->device_address = dev_addr;
516 uhdr->bus_id = handlep->bus_index;
517 uhdr->status = 0;
528 uhdr->ts_sec = pkth.ts.tv_sec;
529 uhdr->ts_usec = pkth.ts.tv_usec;
556 uhdr->event_type = etype;
557 uhdr->transfer_type = urb_transfer;
558 uhdr->endpoint_number = ep_num
    [all...]
  /external/libunwind/src/ia64/
Gtables.c 682 *uhdr;
694 uhdr = (struct unwind_header *) lmd.unwind_base;
696 if ((uhdr->header_version & ~UNWIND_TBL_32BIT) != 1
697 && (uhdr->header_version & ~UNWIND_TBL_32BIT) != 2)
700 (long) (uhdr->header_version & ~UNWIND_TBL_32BIT));
703 if (uhdr->header_version & UNWIND_TBL_32BIT)
709 di.u.ti.table_data = (unw_word_t *) (di.u.ti.segbase + uhdr->start_offset);
710 di.u.ti.table_len = ((uhdr->end_offset - uhdr->start_offset)

Completed in 5625 milliseconds