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.h1426 bool SetStopHookActiveStateByID(lldb::user_id_t uid, bool active_state);
1428 void SetAllStopHooksActiveState(bool active_state);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2862 bool active_state) { in SetStopHookActiveStateByID() argument
2868 (*specified_hook_iter).second->SetIsActive(active_state); in SetStopHookActiveStateByID()
2872 void Target::SetAllStopHooksActiveState(bool active_state) { in SetAllStopHooksActiveState() argument
2875 (*pos).second->SetIsActive(active_state); in SetAllStopHooksActiveState()