Home
last modified time | relevance | path

Searched refs:active_state (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/blocklist/diff/
H A Dssh.diff143 struct ssh *ssh = active_state; /* XXX */
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1481 bool SetStopHookActiveStateByID(lldb::user_id_t uid, bool active_state);
1483 void SetAllStopHooksActiveState(bool active_state);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3039 bool active_state) { in SetStopHookActiveStateByID() argument
3045 (*specified_hook_iter).second->SetIsActive(active_state); in SetStopHookActiveStateByID()
3049 void Target::SetAllStopHooksActiveState(bool active_state) { in SetAllStopHooksActiveState() argument
3052 (*pos).second->SetIsActive(active_state); in SetAllStopHooksActiveState()