Searched refs:to_add (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Editline.cpp | 1143 std::string to_add = completion.GetCompletion(); in TabCommand() local 1148 to_add.push_back(request.GetParsedArg().GetQuoteChar()); in TabCommand() 1150 to_add.push_back(' '); in TabCommand() 1152 el_insertstr(m_editline, to_add.c_str()); in TabCommand() 1155 if (to_add == " ") in TabCommand() 1160 std::string to_add = completion.GetCompletion(); in TabCommand() local 1161 to_add = to_add.substr(request.GetCursorArgumentPrefix().size()); in TabCommand() 1162 el_insertstr(m_editline, to_add.c_str()); in TabCommand() 1200 if (std::optional<std::string> to_add = m_suggestion_callback(line)) in ApplyAutosuggestCommand() local 1201 el_insertstr(m_editline, to_add->c_str()); in ApplyAutosuggestCommand() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 384 MemoryRegionInfos to_add; in BuildMemoryRegions() local 401 to_add.emplace_back(); in BuildMemoryRegions() 402 to_add.back().GetRange() = section_range; in BuildMemoryRegions() 403 to_add.back().SetLLDBPermissions(section_sp->GetPermissions()); in BuildMemoryRegions() 404 to_add.back().SetMapped(MemoryRegionInfo::eYes); in BuildMemoryRegions() 405 to_add.back().SetName(module_sp->GetFileSpec().GetPath().c_str()); in BuildMemoryRegions() 410 m_memory_regions->insert(m_memory_regions->end(), to_add.begin(), in BuildMemoryRegions() 411 to_add.end()); in BuildMemoryRegions()
|
| /freebsd/sys/dev/ixl/ |
| H A D | ixl_pf_main.c | 580 f = ixl_new_filter(&ama->to_add, macaddr, IXL_VLAN_ANY); in ixl_add_maddr() 621 LIST_INIT(&cb_arg.to_add); in ixl_add_multi() 625 ixl_add_hw_filters(vsi, &cb_arg.to_add, mcnt); in ixl_add_multi() 1281 struct ixl_ftl_head to_add; in ixl_add_filter() local 1296 LIST_INIT(&to_add); in ixl_add_filter() 1297 f = ixl_new_filter(&to_add, macaddr, vlan); in ixl_add_filter() 1319 f = ixl_new_filter(&to_add, macaddr, 0); in ixl_add_filter() 1322 free(LIST_FIRST(&to_add), M_IXL); in ixl_add_filter() 1334 ixl_add_hw_filters(vsi, &to_add, to_add_cnt); in ixl_add_filter() 1350 struct ixl_ftl_head to_add; in ixl_add_vlan_filters() local [all …]
|
| H A D | ixl.h | 470 struct ixl_ftl_head to_add; member
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | mac.c | 4255 unsigned long to_add = ~old_links & new_links; in ath12k_mac_op_change_vif_links() local 4266 for_each_set_bit(link_id, &to_add, IEEE80211_MLD_MAX_NUM_LINKS) { in ath12k_mac_op_change_vif_links()
|