Searched refs:entry_list (Results 1 – 13 of 13) sorted by relevance
| /netbsd/src/external/ibm-public/postfix/dist/src/qmgr/ |
| D | qmgr_peer.c | 90 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()
|
| D | qmgr_entry.c | 118 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()
|
| D | qmgr.h | 439 QMGR_ENTRY_LIST entry_list; /* todo message entries queued for member
|
| D | qmgr_job.c | 928 if (peer->entry_list.next != 0) in qmgr_job_entry_select()
|
| D | qmgr_message.c | 1403 entry = peer->entry_list.prev; in qmgr_message_assign()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | entry.c | 73 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/ |
| D | archive_match.c | 73 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/ |
| D | sun_map.h | 98 struct sun_entry *entry_list; /* list of 'struct s2a_entry' */ member
|
| /netbsd/src/sys/uvm/ |
| D | uvm_map.c | 2317 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/ |
| D | pfvar.h | 748 TAILQ_ENTRY(pf_state) entry_list;
|
| D | if_pfsync.c | 1464 state = TAILQ_NEXT(state, entry_list); in pfsync_bulk_update()
|
| D | pf.c | 916 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);
|
| D | pf_ioctl.c | 2036 state = TAILQ_NEXT(state, entry_list); in pfioctl()
|