Searched refs:start_frame (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/contrib/xen/io/ |
| H A D | usbif.h | 362 uint16_t start_frame; /* start frame */ member 386 uint16_t start_frame; /* start frame (ISO) */ member
|
| /freebsd/contrib/libpcap/pcap/ |
| H A D | usb.h | 123 int32_t start_frame; /* for Isochronous events */ member
|
| /freebsd/contrib/libpcap/ |
| H A D | pcap-util.c | 340 uhdr->start_frame = SWAPLONG(uhdr->start_frame); in swap_linux_usb_header()
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-usb.c | 117 nd_int32_t start_frame; /* for Isochronous events */ member
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | usb.h | 263 usb_frcount_t start_frame; /* (modify) start frame (ISO) */ member
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Thread.cpp | 1781 size_t Thread::GetStatus(Stream &strm, uint32_t start_frame, in GetStatus() argument 1797 StackFrameSP frame_sp = GetStackFrameAtIndex(start_frame); in GetStatus() 1812 DumpUsingSettingsFormat(strm, start_frame, stop_format); in GetStatus() 1829 strm, start_frame, num_frames, show_frame_info, num_frames_with_source, in GetStatus()
|
| H A D | Process.cpp | 859 const uint32_t start_frame = in HandleProcessStateChangedEvent() local 867 start_frame, num_frames, in HandleProcessStateChangedEvent() 5777 uint32_t start_frame, uint32_t num_frames, in GetThreadStatus() argument 5808 thread_sp->GetStatus(strm, start_frame, num_frames, in GetThreadStatus()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Thread.h | 1177 size_t GetStatus(Stream &strm, uint32_t start_frame, uint32_t num_frames,
|
| H A D | Process.h | 1304 uint32_t start_frame, uint32_t num_frames,
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 1455 const uint32_t start_frame = 0; in DoExecute() local 1460 process->GetThreadStatus(strm, only_threads_with_stop_reason, start_frame, in DoExecute()
|
| H A D | CommandObjectThread.cpp | 1249 const uint32_t start_frame = 0; in DoExecute() local 1253 process->GetThreadStatus(strm, only_threads_with_stop_reason, start_frame, in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 128 const uint32_t start_frame = 0; in DumpTargetInfo() local 134 start_frame, num_frames, num_frames_with_source, in DumpTargetInfo()
|