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

/freebsd-11-stable/sys/xen/interface/io/
H A Dusbif.h196 uint16_t start_frame; /* start frame */ member in struct:usbif_urb_request::__anon13558::__anon13559
220 uint16_t start_frame; /* start frame (ISO) */ member in struct:usbif_urb_response
/freebsd-11-stable/contrib/libpcap/pcap/
H A Dusb.h123 int32_t start_frame; /* for Isochronous events */ member in struct:_usb_header_mmapped
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-usb.h942 * @param start_frame
981 int start_frame, int flags,
H A Dcvmx-usb.c2560 * @param start_frame
2599 int start_frame, int flags,
2612 CVMX_USB_LOG_PARAM("%d", start_frame);
2620 if (cvmx_unlikely(start_frame < 0))
2639 start_frame,
2598 cvmx_usb_submit_isochronous(cvmx_usb_state_t *state, int pipe_handle, int start_frame, int flags, int number_packets, cvmx_usb_iso_packet_t packets[], uint64_t buffer, int buffer_length, cvmx_usb_callback_func_t callback, void *user_data) argument
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-common.c1446 offset += 4; /* skip past start_frame */
1449 uhdr->start_frame = SWAPLONG(uhdr->start_frame);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h256 #define URB_ISO_ASAP 0x0002 /* ignore "start_frame" field */
263 usb_frcount_t start_frame; /* (modify) start frame (ISO) */ member in struct:urb
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1896 size_t Thread::GetStatus(Stream &strm, uint32_t start_frame, argument
1912 StackFrameSP frame_sp = GetStackFrameAtIndex(start_frame);
1923 DumpUsingSettingsFormat(strm, start_frame, stop_format);
1940 strm, start_frame, num_frames, show_frame_info, num_frames_with_source,
H A DProcess.cpp938 const uint32_t start_frame = 0; local
944 start_frame, num_frames,
5443 uint32_t start_frame, uint32_t num_frames,
5474 thread_sp->GetStatus(strm, start_frame, num_frames,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h1077 size_t GetStatus(Stream &strm, uint32_t start_frame, uint32_t num_frames,
H A DProcess.h1233 uint32_t start_frame, uint32_t num_frames,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1223 const uint32_t start_frame = 0; variable
1228 process->GetThreadStatus(strm, only_threads_with_stop_reason, start_frame,
H A DCommandObjectThread.cpp1366 const uint32_t start_frame = 0; variable
1370 process->GetThreadStatus(strm, only_threads_with_stop_reason, start_frame,
H A DCommandObjectTarget.cpp105 const uint32_t start_frame = 0; local
111 start_frame, num_frames, num_frames_with_source,

Completed in 586 milliseconds