Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/xen/io/
H A Dusbif.h362 uint16_t start_frame; /* start frame */ member
386 uint16_t start_frame; /* start frame (ISO) */ member
/freebsd-14.2/contrib/libpcap/pcap/
H A Dusb.h123 int32_t start_frame; /* for Isochronous events */ member
/freebsd-14.2/contrib/libpcap/
H A Dpcap-util.c340 uhdr->start_frame = SWAPLONG(uhdr->start_frame); in swap_linux_usb_header()
/freebsd-14.2/contrib/tcpdump/
H A Dprint-usb.c117 nd_int32_t start_frame; /* for Isochronous events */ member
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h263 usb_frcount_t start_frame; /* (modify) start frame (ISO) */ member
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1723 size_t Thread::GetStatus(Stream &strm, uint32_t start_frame, in GetStatus() argument
1739 StackFrameSP frame_sp = GetStackFrameAtIndex(start_frame); in GetStatus()
1754 DumpUsingSettingsFormat(strm, start_frame, stop_format); in GetStatus()
1771 strm, start_frame, num_frames, show_frame_info, num_frames_with_source, in GetStatus()
H A DProcess.cpp903 const uint32_t start_frame = in HandleProcessStateChangedEvent() local
911 start_frame, num_frames, in HandleProcessStateChangedEvent()
5577 uint32_t start_frame, uint32_t num_frames, in GetThreadStatus() argument
5608 thread_sp->GetStatus(strm, start_frame, num_frames, in GetThreadStatus()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h1118 size_t GetStatus(Stream &strm, uint32_t start_frame, uint32_t num_frames,
H A DProcess.h1312 uint32_t start_frame, uint32_t num_frames,
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1447 const uint32_t start_frame = 0; in DoExecute() local
1452 process->GetThreadStatus(strm, only_threads_with_stop_reason, start_frame, in DoExecute()
H A DCommandObjectThread.cpp1289 const uint32_t start_frame = 0; in DoExecute() local
1293 process->GetThreadStatus(strm, only_threads_with_stop_reason, start_frame, in DoExecute()
H A DCommandObjectTarget.cpp127 const uint32_t start_frame = 0; in DumpTargetInfo() local
133 start_frame, num_frames, num_frames_with_source, in DumpTargetInfo()