Home
last modified time | relevance | path

Searched refs:entry_list (Results 1 – 9 of 9) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp181 SOEntryList entry_list; in UpdateSOEntriesForDeletion() local
186 if (!TakeSnapshot(entry_list)) in UpdateSOEntriesForDeletion()
190 if (!llvm::is_contained(entry_list, *I)) in UpdateSOEntriesForDeletion()
194 m_soentries = entry_list; in UpdateSOEntriesForDeletion()
198 bool HexagonDYLDRendezvous::TakeSnapshot(SOEntryList &entry_list) { in TakeSnapshot() argument
214 entry_list.push_back(entry); in TakeSnapshot()
H A DHexagonDYLDRendezvous.h237 bool TakeSnapshot(SOEntryList &entry_list);
/src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp527 SOEntryList entry_list; in RemoveSOEntries() local
532 if (!TakeSnapshot(entry_list)) in RemoveSOEntries()
536 if (!llvm::is_contained(entry_list, *I)) in RemoveSOEntries()
540 m_soentries = entry_list; in RemoveSOEntries()
567 bool DYLDRendezvous::TakeSnapshot(SOEntryList &entry_list) { in TakeSnapshot() argument
574 entry_list.clear(); in TakeSnapshot()
586 entry_list.push_back(entry); in TakeSnapshot()
H A DDYLDRendezvous.h346 bool TakeSnapshot(SOEntryList &entry_list);
/src/contrib/libarchive/libarchive/
H A Darchive_match.c75 struct entry_list { struct
125 struct entry_list exclusion_entry_list;
157 static void entry_list_add(struct entry_list *, struct match_file *);
158 static void entry_list_free(struct entry_list *);
159 static void entry_list_init(struct entry_list *);
1343 entry_list_init(struct entry_list *list) in entry_list_init()
1350 entry_list_free(struct entry_list *list) in entry_list_free()
1363 entry_list_add(struct entry_list *list, struct match_file *file) in entry_list_add()
/src/contrib/ofed/opensm/opensm/
H A Dosm_congestion_control.c165 p_entry = &p_cc->ca_cong_setting.entry_list[i]; in cc_setup_mad_data()
199 memset(p_cc->cc_tbl[i].entry_list, in cc_setup_mad_data()
201 sizeof(p_cc->cc_tbl[i].entry_list)); in cc_setup_mad_data()
210 p_cc->cc_tbl[i].entry_list[j].shift_multiplier = in cc_setup_mad_data()
/src/crypto/krb5/src/lib/krb5/rcache/
H A Dmemrcache.c44 K5_LIST_HEAD(entry_list, entry);
/src/crypto/krb5/src/kdc/
H A Dreplay.c47 K5_LIST_HEAD(entry_list, entry);
/src/contrib/ofed/opensm/include/iba/
H A Dib_types.h11681 ib_cong_log_event_sw_t entry_list[15]; member
11938 ib_ca_cong_entry_t entry_list[IB_CA_CONG_ENTRY_DATA_SIZE]; member
12002 ib_cc_tbl_entry_t entry_list[IB_CC_TBL_ENTRY_LIST_MAX]; member