Home
last modified time | relevance | path

Searched defs:is_active (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Dclang.py87 def is_active(checkers): function
/openbsd-src/sys/dev/pci/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.h79 uint32_t is_active; member
111 uint32_t is_active; member
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h1282 void SetIsActive(bool is_active) { m_active = is_active; } in SetIsActive()
/openbsd-src/sys/dev/pci/drm/i915/gt/
H A Dselftest_lrc.c38 static bool is_active(struct i915_request *rq) in is_active() function
H A Dselftest_execlists.c28 static bool is_active(struct i915_request *rq) in is_active() function
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_fbc.c69 bool (*is_active)(struct intel_fbc *fbc); member
H A Dintel_dp.c2705 bool is_active; in intel_dp_pcon_start_frl_training() local
4183 bool is_active; in intel_dp_handle_hdmi_link_status_change() local
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c1397 unsigned is_active : 1; member
/openbsd-src/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_priv.h504 bool is_active; member
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dregex.c1494 unsigned is_active : 1; member
/openbsd-src/gnu/lib/libiberty/src/
H A Dregex.c1803 unsigned is_active : 1; member
/openbsd-src/sys/dev/pci/
H A Dif_iwn.c5157 int buflen, error, is_active; in iwn_scan() local
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2654 void DrawSubmitHint(Surface &surface, bool is_active) { in DrawSubmitHint()