Searched refs:is_global (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DProperty.h40 Property(ConstString name, ConstString desc, bool is_global,
H A DOptionValueProperties.h195 bool is_global, const lldb::OptionValueSP &value_sp);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp222 bool is_global, const lldb::OptionValueSP &value_sp)
224 m_is_global(is_global) {}
221 Property(ConstString name, ConstString desc, bool is_global, const lldb::OptionValueSP &value_sp) argument
H A DOptionValueProperties.cpp71 bool is_global,
73 Property property(name, desc, is_global, value_sp);
69 AppendProperty(ConstString name, ConstString desc, bool is_global, const OptionValueSP &value_sp) argument
/freebsd-13-stable/contrib/ofed/libibverbs/
H A Dmarshall.c52 dst->is_global = src->is_global;
H A Dcmd.c1204 attr->ah_attr.is_global = resp.dest.is_global;
1216 attr->alt_ah_attr.is_global = resp.alt_dest.is_global;
1267 cmd->dest.is_global = attr->ah_attr.is_global;
1300 cmd->alt_dest.is_global = attr->alt_ah_attr.is_global;
1596 cmd.attr.is_global = attr->is_global;
[all...]
H A Dkern-abi.h575 __u8 is_global; member in struct:ibv_kern_ah_attr
702 __u8 is_global; member in struct:ibv_qp_dest
H A Dverbs.c869 ah_attr->is_global = 1;
H A Dverbs.h633 uint8_t is_global; member in struct:ibv_ah_attr
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_marshall.c53 dst->is_global = src->ah_flags & IB_AH_GRH ? 1 : 0;
H A Dib_uverbs_cmd.c2296 resp.dest.is_global = !!(attr->ah_attr.ah_flags & IB_AH_GRH);
2308 resp.alt_dest.is_global = !!(attr->alt_ah_attr.ah_flags & IB_AH_GRH);
2420 attr->ah_attr.ah_flags = cmd.dest.is_global ? IB_AH_GRH : 0;
2432 attr->alt_ah_attr.ah_flags = cmd.alt_dest.is_global ? IB_AH_GRH : 0;
2943 attr.ah_flags = cmd.attr.is_global ? IB_AH_GRH : 0;
/freebsd-13-stable/contrib/ofed/libibverbs/examples/
H A Duc_pingpong.c89 .is_global = 0,
98 attr.ah_attr.is_global = 1;
H A Dud_pingpong.c84 .is_global = 0,
110 ah_attr.is_global = 1;
H A Drc_pingpong.c106 .is_global = 0,
115 attr.ah_attr.is_global = 1;
H A Dsrq_pingpong.c98 .is_global = 0,
107 attr.ah_attr.is_global = 1;
H A Dxsrq_pingpong.c462 attr->is_global = 1;
/freebsd-13-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h486 __u8 is_global; member in struct:ib_uverbs_ah_attr
620 __u8 is_global; member in struct:ib_uverbs_qp_dest
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h35 ThreadProperties(bool is_global);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp105 ThreadProperties::ThreadProperties(bool is_global) : Properties() { argument
106 if (is_global) {
/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dverbs.c1656 if (unlikely((!attr->is_global) && is_eth)) {
1684 if (attr->is_global) {
/freebsd-13-stable/contrib/ofed/libmlx4/
H A Dverbs.c1213 if (attr->is_global) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2218 bool is_global = symbol.getBinding() == STB_GLOBAL; local
2256 is_global, // Is this globally visible?
/freebsd-13-stable/contrib/ofed/librdmacm/
H A Drsocket.c4098 attr.is_global = 1;

Completed in 376 milliseconds