Home
last modified time | relevance | path

Searched refs:is_active (Results 1 – 9 of 9) 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/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1323 void SetIsActive(bool is_active) { m_active = is_active; } in SetIsActive() argument
/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/sys/dev/iwn/
H A Dif_iwn.c7014 int is_active; in iwn_scan() local
7110 is_active = 0; in iwn_scan()
7132 is_active = 1; in iwn_scan()
7189 hdr->crc_threshold = is_active ? in iwn_scan()
7192 hdr->crc_threshold = is_active ? in iwn_scan()
7236 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.h2912 u8 is_active;
2765 u8 is_active; global() member
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2653 void DrawSubmitHint(Surface &surface, bool is_active) { in DrawSubmitHint() argument
2655 if (is_active) in DrawSubmitHint()
2659 if (is_active) in DrawSubmitHint()