Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/qmgr/
Dqmgr_peer.c90 QMGR_LIST_INIT(peer->entry_list); in qmgr_peer_create()
107 if (peer->entry_list.next != 0) in qmgr_peer_free()
146 if (queue->window > queue->busy_refcount && peer->entry_list.next != 0) { in qmgr_peer_select()
Dqmgr_entry.c118 if ((entry = peer->entry_list.next) != 0) { in qmgr_entry_select()
124 QMGR_LIST_UNLINK(peer->entry_list, QMGR_ENTRY *, entry, peer_peers); in qmgr_entry_select()
199 QMGR_LIST_PREPEND(peer->entry_list, entry, peer_peers); in qmgr_entry_unselect()
269 QMGR_LIST_UNLINK(peer->entry_list, QMGR_ENTRY *, entry, peer_peers); in qmgr_entry_done()
382 QMGR_LIST_APPEND(peer->entry_list, entry, peer_peers); in qmgr_entry_create()
Dqmgr.h439 QMGR_ENTRY_LIST entry_list; /* todo message entries queued for member
Dqmgr_job.c928 if (peer->entry_list.next != 0) in qmgr_job_entry_select()
Dqmgr_message.c1403 entry = peer->entry_list.prev; in qmgr_message_assign()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dentry.c73 static Entry *entry_list; variable
489 e->e_private = entry_list; in entry_free()
490 entry_list = e; in entry_free()
534 *prev = entry_list; in entry_prealloc()
535 entry_list = (Entry *)(s+1); in entry_prealloc()
546 if ( !entry_list ) in entry_alloc()
548 e = entry_list; in entry_alloc()
549 entry_list = e->e_private; in entry_alloc()
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_match.c73 struct entry_list { struct
124 struct entry_list exclusion_entry_list;
153 static void entry_list_add(struct entry_list *, struct match_file *);
154 static void entry_list_free(struct entry_list *);
155 static void entry_list_init(struct entry_list *);
1362 entry_list_init(struct entry_list *list) in entry_list_init()
1370 entry_list_free(struct entry_list *list) in entry_list_free()
1383 entry_list_add(struct entry_list *list, struct match_file *file) in entry_list_add()
/netbsd/src/external/bsd/am-utils/dist/amd/
Dsun_map.h98 struct sun_entry *entry_list; /* list of 'struct s2a_entry' */ member
/netbsd/src/sys/uvm/
Duvm_map.c2317 struct vm_map_entry **entry_list /* OUT */, int flags) in uvm_unmap_remove() argument
2367 *entry_list = NULL; in uvm_unmap_remove()
2488 *entry_list = first_entry; in uvm_unmap_remove()
/netbsd/src/sys/dist/pf/net/
Dpfvar.h748 TAILQ_ENTRY(pf_state) entry_list;
Dif_pfsync.c1464 state = TAILQ_NEXT(state, entry_list); in pfsync_bulk_update()
Dpf.c916 TAILQ_INSERT_TAIL(&state_list, s, entry_list); in pf_insert_state()
1113 TAILQ_REMOVE(&state_list, cur, entry_list);
1137 next = TAILQ_NEXT(cur, entry_list);
Dpf_ioctl.c2036 state = TAILQ_NEXT(state, entry_list); in pfioctl()