Home
last modified time | relevance | path

Searched refs:start_frame (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/sys/xen/interface/io/
H A Dusbif.h198 uint16_t start_frame; /* start frame */ member
222 uint16_t start_frame; /* start frame (ISO) */ member
/freebsd-13.1/contrib/libpcap/pcap/
H A Dusb.h123 int32_t start_frame; /* for Isochronous events */ member
/freebsd-13.1/contrib/libpcap/
H A Dpcap-common.c1449 uhdr->start_frame = SWAPLONG(uhdr->start_frame); in swap_linux_usb_header()
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-usb.h981 int start_frame, int flags,
H A Dcvmx-usb.c2599 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 Dusb.h263 usb_frcount_t start_frame; /* (modify) start frame (ISO) */ member
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1714 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 DProcess.cpp879 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 DThread.h1094 size_t GetStatus(Stream &strm, uint32_t start_frame, uint32_t num_frames,
H A DProcess.h1231 uint32_t start_frame, uint32_t num_frames,
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1337 const uint32_t start_frame = 0; in DoExecute() local
1342 process->GetThreadStatus(strm, only_threads_with_stop_reason, start_frame, in DoExecute()
H A DCommandObjectThread.cpp1176 const uint32_t start_frame = 0; in DoExecute() local
1180 process->GetThreadStatus(strm, only_threads_with_stop_reason, start_frame, in DoExecute()
H A DCommandObjectTarget.cpp107 const uint32_t start_frame = 0; in DumpTargetInfo() local
113 start_frame, num_frames, num_frames_with_source, in DumpTargetInfo()