Searched refs:one_shot (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h70 bool one_shot = false);
227 SetOneShot (bool one_shot) argument
229 m_one_shot = one_shot;
H A DBreakpoint.h359 /// If \a one_shot is \b true, breakpoint will be deleted on first hit.
362 SetOneShot (bool one_shot);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpoint.h71 SetOneShot (bool one_shot);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpoint.cpp246 SBBreakpoint::SetOneShot (bool one_shot) argument
251 log->Printf ("SBBreakpoint(%p)::SetOneShot (one_shot=%i)", m_opaque_sp.get(), one_shot);
256 m_opaque_sp->SetOneShot (one_shot);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpoint.cpp199 Breakpoint::SetOneShot (bool one_shot) argument
201 m_options.SetOneShot (one_shot);
/freebsd-10.0-release/sys/dev/nxge/include/
H A Dxgehal-device.h788 int one_shot);
/freebsd-10.0-release/sys/dev/nxge/xgehal/
H A Dxgehal-device.c5746 * @one_shot: 1 - generate scheduled interrupt only once.
5756 int one_shot)
5771 if (one_shot) {
5755 xge_hal_device_sched_timer(xge_hal_device_h devh, int interval_us, int one_shot) argument
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-ciu-defs.h12962 uint64_t one_shot : 1; /**< One-shot mode */ member in struct:cvmx_ciu_timx::cvmx_ciu_timx_s
12969 uint64_t one_shot : 1;

Completed in 282 milliseconds