Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-pow.c340 if (entry_list[entry_num] == 0) in __cvmx_pow_entry_mark_list()
342 entry_list[entry_num] = entry_type; in __cvmx_pow_entry_mark_list()
374 __cvmx_pow_entry_mark_list(head, entry_type, entry_list); in __cvmx_pow_display_list_and_walk()
405 uint8_t entry_list[2048]; in __cvmx_pow_display_v1() local
413 memset(entry_list, 0, sizeof(entry_list)); in __cvmx_pow_display_v1()
546 __cvmx_pow_list_names[entry_list[index]], in __cvmx_pow_display_v1()
555 if (entry_list[index] >= CVMX_POW_LIST_DESCHED) in __cvmx_pow_display_v1()
576 uint8_t entry_list[2048]; in __cvmx_pow_display_v2() local
584 memset(entry_list, 0, sizeof(entry_list)); in __cvmx_pow_display_v2()
745 __cvmx_pow_list_names[entry_list[index]], in __cvmx_pow_display_v2()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp178 SOEntryList entry_list; in UpdateSOEntriesForDeletion() local
183 if (!TakeSnapshot(entry_list)) in UpdateSOEntriesForDeletion()
187 pos = std::find(entry_list.begin(), entry_list.end(), *I); in UpdateSOEntriesForDeletion()
188 if (pos == entry_list.end()) in UpdateSOEntriesForDeletion()
192 m_soentries = entry_list; in UpdateSOEntriesForDeletion()
196 bool HexagonDYLDRendezvous::TakeSnapshot(SOEntryList &entry_list) { in TakeSnapshot() argument
212 entry_list.push_back(entry); in TakeSnapshot()
H A DHexagonDYLDRendezvous.h237 bool TakeSnapshot(SOEntryList &entry_list);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp397 SOEntryList entry_list; in RemoveSOEntries() local
402 if (!TakeSnapshot(entry_list)) in RemoveSOEntries()
406 pos = std::find(entry_list.begin(), entry_list.end(), *I); in RemoveSOEntries()
407 if (pos == entry_list.end()) in RemoveSOEntries()
411 m_soentries = entry_list; in RemoveSOEntries()
433 bool DYLDRendezvous::TakeSnapshot(SOEntryList &entry_list) { in TakeSnapshot() argument
440 entry_list.clear(); in TakeSnapshot()
450 entry_list.push_back(entry); in TakeSnapshot()
H A DDYLDRendezvous.h253 bool TakeSnapshot(SOEntryList &entry_list);
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_match.c74 struct entry_list { struct
125 struct entry_list exclusion_entry_list;
154 static void entry_list_add(struct entry_list *, struct match_file *);
155 static void entry_list_free(struct entry_list *);
156 static void entry_list_init(struct entry_list *);
1363 entry_list_init(struct entry_list *list) in entry_list_init()
1371 entry_list_free(struct entry_list *list) in entry_list_free()
1384 entry_list_add(struct entry_list *list, struct match_file *file) in entry_list_add()
/freebsd-13.1/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()
/freebsd-13.1/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