| /freebsd-13.1/sys/xen/interface/io/ |
| H A D | usbif.h | 198 uint16_t start_frame; /* start frame */ member 222 uint16_t start_frame; /* start frame (ISO) */ member
|
| /freebsd-13.1/contrib/libpcap/pcap/ |
| H A D | usb.h | 123 int32_t start_frame; /* for Isochronous events */ member
|
| /freebsd-13.1/contrib/libpcap/ |
| H A D | pcap-common.c | 1449 uhdr->start_frame = SWAPLONG(uhdr->start_frame); in swap_linux_usb_header()
|
| /freebsd-13.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-usb.h | 981 int start_frame, int flags,
|
| H A D | cvmx-usb.c | 2599 int start_frame, int flags, in cvmx_usb_submit_isochronous() argument 2612 CVMX_USB_LOG_PARAM("%d", start_frame); in cvmx_usb_submit_isochronous() 2620 if (cvmx_unlikely(start_frame < 0)) in cvmx_usb_submit_isochronous() 2639 start_frame, in cvmx_usb_submit_isochronous()
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | usb.h | 263 usb_frcount_t start_frame; /* (modify) start frame (ISO) */ member
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Thread.cpp | 1714 size_t Thread::GetStatus(Stream &strm, uint32_t start_frame, in GetStatus() argument 1730 StackFrameSP frame_sp = GetStackFrameAtIndex(start_frame); in GetStatus() 1741 DumpUsingSettingsFormat(strm, start_frame, stop_format); in GetStatus() 1758 strm, start_frame, num_frames, show_frame_info, num_frames_with_source, in GetStatus()
|
| H A D | Process.cpp | 879 const uint32_t start_frame = thread_sp->GetSelectedFrameIndex(); in HandleProcessStateChangedEvent() local 886 start_frame, num_frames, in HandleProcessStateChangedEvent() 5476 uint32_t start_frame, uint32_t num_frames, in GetThreadStatus() argument 5507 thread_sp->GetStatus(strm, start_frame, num_frames, in GetThreadStatus()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Thread.h | 1094 size_t GetStatus(Stream &strm, uint32_t start_frame, uint32_t num_frames,
|
| H A D | Process.h | 1231 uint32_t start_frame, uint32_t num_frames,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 1337 const uint32_t start_frame = 0; in DoExecute() local 1342 process->GetThreadStatus(strm, only_threads_with_stop_reason, start_frame, in DoExecute()
|
| H A D | CommandObjectThread.cpp | 1176 const uint32_t start_frame = 0; in DoExecute() local 1180 process->GetThreadStatus(strm, only_threads_with_stop_reason, start_frame, in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 107 const uint32_t start_frame = 0; in DumpTargetInfo() local 113 start_frame, num_frames, num_frames_with_source, in DumpTargetInfo()
|