HomeSort by: relevance | last modified time | path
    Searched refs:entry_list (Results 1 - 16 of 16) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr_peer.c 90 QMGR_LIST_INIT(peer->entry_list);
107 if (peer->entry_list.next != 0)
146 if (queue->window > queue->busy_refcount && peer->entry_list.next != 0) {
qmgr_entry.c 118 if ((entry = peer->entry_list.next) != 0) {
124 QMGR_LIST_UNLINK(peer->entry_list, QMGR_ENTRY *, entry, peer_peers);
199 QMGR_LIST_PREPEND(peer->entry_list, entry, peer_peers);
269 QMGR_LIST_UNLINK(peer->entry_list, QMGR_ENTRY *, entry, peer_peers);
382 QMGR_LIST_APPEND(peer->entry_list, entry, peer_peers);
qmgr.h 439 QMGR_ENTRY_LIST entry_list; /* todo message entries queued for member in struct:QMGR_PEER
qmgr_job.c 928 if (peer->entry_list.next != 0)
qmgr_message.c 1403 entry = peer->entry_list.prev;
  /src/external/bsd/am-utils/dist/amd/
sun_map.h 98 struct sun_entry *entry_list; /* list of 'struct s2a_entry' */ member in struct:sun_map
  /src/external/gpl2/groff/dist/src/preproc/tbl/
table.h 98 table_entry *entry_list; member in class:table
table.cpp 1204 entry_list(0), entry_list_tailp(&entry_list), entry(0),
1227 while (entry_list) {
1228 table_entry *tem = entry_list;
1229 entry_list = entry_list->next;
1615 table_entry *p = entry_list;
1977 table_entry *p = entry_list;
2108 for (q = entry_list; q; q = q->next)
2123 for (q = entry_list; q; q = q->next
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
entry.c 73 static Entry *entry_list; variable
489 e->e_private = entry_list;
490 entry_list = e;
534 *prev = entry_list;
535 entry_list = (Entry *)(s+1);
546 if ( !entry_list )
548 e = entry_list;
549 entry_list = e->e_private;
  /src/external/bsd/libarchive/dist/libarchive/
archive_match.c 75 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)
1350 entry_list_free(struct entry_list *list)
1363 entry_list_add(struct entry_list *list, struct match_file *file)
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
index-write.c 681 entry_list &elist = insertpair.first->second;
708 entry_list &these_entries = item.second;
1063 struct entry_list struct
1071 std::map<c_str_view, entry_list> m_name_to_value_set;
  /src/sys/uvm/
uvm_map.c 2312 * in "entry_list"
2317 struct vm_map_entry **entry_list /* OUT */, int flags)
2367 *entry_list = NULL;
2488 *entry_list = first_entry;
  /src/sys/dist/pf/net/
if_pfsync.c 1467 state = TAILQ_NEXT(state, entry_list);
pfvar.h 748 TAILQ_ENTRY(pf_state) entry_list; member in struct:pf_state
pf.c 916 TAILQ_INSERT_TAIL(&state_list, s, entry_list);
1113 TAILQ_REMOVE(&state_list, cur, entry_list);
1137 next = TAILQ_NEXT(cur, entry_list);
pf_ioctl.c 2036 state = TAILQ_NEXT(state, entry_list);

Completed in 48 milliseconds