Home
last modified time | relevance | path

Searched refs:is_active (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_ret_stack.cpp68 if (is_active()) in push()
85 if (is_active()) in pop()
/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_ret_stack.h64 bool is_active() const in is_active() function
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dp2p.h89 bool is_active; member
H A Dp2p.c1128 if (!afx_hdl->is_active) in brcmf_p2p_afx_handler()
1165 afx_hdl->is_active = true; in brcmf_p2p_af_searching_channel()
1215 afx_hdl->is_active = false; in brcmf_p2p_af_searching_channel()
/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_decode_ptm.cpp566 if (m_return_stack.is_active() && (m_curr_packet_in->getType() == PTM_PKT_ATOM)) in processAtomRange()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h425 kmp_int32 is_active() const { return active; } in is_active() function
1012 if (my_unit->is_active()) { in __kmp_dispatch_init_hierarchy()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1370 void SetIsActive(bool is_active) { m_active = is_active; } in SetIsActive() argument
/freebsd/sys/dev/iwn/
H A Dif_iwn.c7026 int is_active; in iwn_scan() local
7122 is_active = 0; in iwn_scan()
7144 is_active = 1; in iwn_scan()
7201 hdr->crc_threshold = is_active ? in iwn_scan()
7204 hdr->crc_threshold = is_active ? in iwn_scan()
7248 hdr->crc_threshold, is_active, ss->ss_nssid); in iwn_scan()
/freebsd/sys/dev/ice/
H A Dice_ddp_common.c889 if (pkg_info->pkg_info[i].is_active) { in ice_get_pkg_info()
H A Dice_adminq_cmd.h2913 u8 is_active; member
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2654 void DrawSubmitHint(Surface &surface, bool is_active) { in DrawSubmitHint() argument
2656 if (is_active) in DrawSubmitHint()
2660 if (is_active) in DrawSubmitHint()