Searched refs:tqe_prev (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/Heimdal-323.92.1/base/
H A Dheimqueue.h52 struct type **tqe_prev; /* address of previous next element */ \
61 (head)->tqh_first->field.tqe_prev != &(head)->tqh_first) \
68 (elm)->field.tqe_next->field.tqe_prev != \
71 if (*(elm)->field.tqe_prev != (elm)) \
80 (elm)->field.tqe_prev = (void *)1L;
97 (head)->tqh_first->field.tqe_prev = \
102 (elm)->field.tqe_prev = &(head)->tqh_first; \
108 (elm)->field.tqe_prev = (head)->tqh_last; \
116 (elm)->field.tqe_next->field.tqe_prev = \
121 (elm)->field.tqe_prev
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dasn1_queue.h52 struct type **tqe_prev; /* address of previous next element */ \
61 (head)->tqh_first->field.tqe_prev != &(head)->tqh_first) \
68 (elm)->field.tqe_next->field.tqe_prev != \
71 if (*(elm)->field.tqe_prev != (elm)) \
80 (elm)->field.tqe_prev = (void *)1L;
97 (head)->tqh_first->field.tqe_prev = \
102 (elm)->field.tqe_prev = &(head)->tqh_first; \
108 (elm)->field.tqe_prev = (head)->tqh_last; \
116 (elm)->field.tqe_next->field.tqe_prev = \
121 (elm)->field.tqe_prev
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Dqueue.h456 struct type **tqe_prev; /* address of previous next element */ \
466 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
496 TAILQ_NEXT((elm), field)->field.tqe_prev = \
503 (elm)->field.tqe_prev = &TAILQ_NEXT((listelm), field); \
509 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
511 *(listelm)->field.tqe_prev = (elm); \
512 (listelm)->field.tqe_prev = &TAILQ_NEXT((elm), field); \
519 TAILQ_FIRST((head))->field.tqe_prev = \
524 (elm)->field.tqe_prev
[all...]
H A Ddb.in563 struct __db_mpoolfile **tqe_prev;
743 struct __db_txn **tqe_prev;
747 struct __db_txn **tqe_prev;
787 struct __db_txn **tqe_prev;
1308 struct __db **tqe_prev;
1640 DBC **tqe_prev;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Dldap_queue.h373 struct type **tqe_prev; /* address of previous next element */ \
403 ((struct type *)((elm)->field.tqe_prev) == LDAP_TAILQ_FIRST(head) ? \
406 ((char *)((elm)->field.tqe_prev) - offsetof(struct type, field))))
415 (var)->field.tqe_prev = NULL; \
420 (head)->tqh_first->field.tqe_prev = \
425 (elm)->field.tqe_prev = &(head)->tqh_first; \
430 (elm)->field.tqe_prev = (head)->tqh_last; \
437 (elm)->field.tqe_next->field.tqe_prev = \
442 (elm)->field.tqe_prev = &(listelm)->field.tqe_next; \
446 (elm)->field.tqe_prev
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dsys-queue.h419 struct type **tqe_prev; /* address of previous next element */ \
432 (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))
469 (head)->tqh_first->field.tqe_prev = \
474 (elm)->field.tqe_prev = &(head)->tqh_first; \
479 (elm)->field.tqe_prev = (head)->tqh_last; \
486 (elm)->field.tqe_next->field.tqe_prev = \
491 (elm)->field.tqe_prev = &(listelm)->field.tqe_next; \
495 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
497 *(listelm)->field.tqe_prev
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dqueue.h552 struct type **tqe_prev; /* address of previous next element */ \
563 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
603 TAILQ_NEXT((elm), field)->field.tqe_prev = \
610 (elm)->field.tqe_prev = &TAILQ_NEXT((listelm), field); \
616 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
618 *(listelm)->field.tqe_prev = (elm); \
619 (listelm)->field.tqe_prev = &TAILQ_NEXT((elm), field); \
626 TAILQ_FIRST((head))->field.tqe_prev = \
631 (elm)->field.tqe_prev
[all...]
H A Dbuf_internal.h152 #define b_orig b_freelist.tqe_prev
158 #define b_trans_head b_freelist.tqe_prev
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dinit.c275 lc->lc_q.tqe_prev = NULL;
H A Dbind.c175 assert( lc->lc_q.tqe_prev != NULL );
184 assert( lc->lc_q.tqe_prev == NULL );
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dplog.c217 new->chain.tqe_prev = &TAILQ_NEXT(p, chain);
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h553 struct __db_mpoolfile **tqe_prev; member in struct:__db_mpoolfile::__anon149
733 struct __db_txn **tqe_prev; member in struct:__db_txn::__anon151
737 struct __db_txn **tqe_prev; member in struct:__db_txn::__anon152
777 struct __db_txn **tqe_prev; member in struct:__db_txn::__anon155
1298 struct __db **tqe_prev; member in struct:__db::__anon157
1630 DBC **tqe_prev; member in struct:__dbc::__anon161
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h542 struct __db_mpoolfile **tqe_prev; member in struct:__db_mpoolfile::__anon174
722 struct __db_txn **tqe_prev; member in struct:__db_txn::__anon176
726 struct __db_txn **tqe_prev; member in struct:__db_txn::__anon177
766 struct __db_txn **tqe_prev; member in struct:__db_txn::__anon180
1287 struct __db **tqe_prev; member in struct:__db::__anon182
1619 DBC **tqe_prev; member in struct:__dbc::__anon186
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h551 struct __db_mpoolfile **tqe_prev; member in struct:__db_mpoolfile::__anon198
731 struct __db_txn **tqe_prev; member in struct:__db_txn::__anon200
735 struct __db_txn **tqe_prev; member in struct:__db_txn::__anon201
775 struct __db_txn **tqe_prev; member in struct:__db_txn::__anon204
1296 struct __db **tqe_prev; member in struct:__db::__anon206
1628 DBC **tqe_prev; member in struct:__dbc::__anon210
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h590 struct __db_mpoolfile **tqe_prev; member in struct:__db_mpoolfile::__anon229
770 struct __db_txn **tqe_prev; member in struct:__db_txn::__anon231
774 struct __db_txn **tqe_prev; member in struct:__db_txn::__anon232
814 struct __db_txn **tqe_prev; member in struct:__db_txn::__anon235
1335 struct __db **tqe_prev; member in struct:__db::__anon237
1667 DBC **tqe_prev; member in struct:__dbc::__anon241
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h590 struct __db_mpoolfile **tqe_prev; member in struct:__db_mpoolfile::__anon253
770 struct __db_txn **tqe_prev; member in struct:__db_txn::__anon255
774 struct __db_txn **tqe_prev; member in struct:__db_txn::__anon256
814 struct __db_txn **tqe_prev; member in struct:__db_txn::__anon259
1335 struct __db **tqe_prev; member in struct:__db::__anon261
1667 DBC **tqe_prev; member in struct:__dbc::__anon265
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dconn.c821 if ( mc->mc_q.tqe_prev != NULL ) {
1192 if ( mc->mc_q.tqe_prev != NULL ) {
1777 if ( mc->mc_q.tqe_prev != NULL ) {
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_aio.c318 if (entryp->aio_workq_link.tqe_prev == NULL) {
324 entryp->aio_workq_link.tqe_prev = NULL; /* Not on a workq */
460 if (entryp->aio_workq_link.tqe_prev != NULL) {
466 if (entryp->aio_workq_link.tqe_prev != NULL) {
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c249 if ((vp)->v_freelist.tqe_prev == (struct vnode **)0xdeadb) \
258 (vp)->v_freelist.tqe_prev = (struct vnode **)0xdeadb; \
262 ((vp)->v_freelist.tqe_prev != (struct vnode **)0xdeadb)
554 vp->v_mntvnodes.tqe_prev = &(mp->mnt_workerqueue.tqh_first);
583 mp->mnt_workerqueue.tqh_first->v_mntvnodes.tqe_prev = mp->mnt_vnodelist.tqh_last;
593 mp->mnt_newvnodes.tqh_first->v_mntvnodes.tqe_prev = &mp->mnt_vnodelist.tqh_first;
596 mp->mnt_vnodelist.tqh_first->v_mntvnodes.tqe_prev = &nlvp->v_mntvnodes.tqe_next;
1270 vp->v_mntvnodes.tqe_next->v_mntvnodes.tqe_prev = vp->v_mntvnodes.tqe_prev;
1271 *vp->v_mntvnodes.tqe_prev
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb.c954 dbp->dblistlinks.tqe_prev != NULL)) {
957 dbp->dblistlinks.tqe_prev = NULL;
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dpf_ioctl.c514 pf_default_rule.entries.tqe_prev = &pf_default_rule.entries.tqe_next;
776 rule->entries.tqe_prev = NULL;
781 rule->entries.tqe_prev != NULL)
1146 dst->entries.tqe_prev = NULL;
1157 pa.entries.tqe_prev = NULL;
1389 dst->entries.tqe_prev = NULL;
1407 dst->entries.tqe_prev = NULL;
1509 dst->entries.tqe_prev = NULL;
1520 dst->entries.tqe_prev = NULL;
H A Ddlil.c4860 VERIFY(ifp->if_detaching_link.tqe_prev == NULL);
5377 ifp->if_link.tqe_prev = NULL;
5472 ifp->if_detaching_link.tqe_prev = NULL;
5605 VERIFY(ifp->if_link.tqe_prev == NULL);
5607 VERIFY(ifp->if_detaching_link.tqe_prev == NULL);
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dnd6_nbr.c1658 dp->dad_list.tqe_prev = NULL;
2200 dp->dad_list.tqe_next != NULL || dp->dad_list.tqe_prev != NULL) {
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din.c123 (ia)->ia_hash.tqe_prev = (void *)(uintptr_t)-1; \
128 (ia)->ia_hash.tqe_prev == (void *)(uintptr_t)-1))
H A Dmptcp_subr.c257 mptcp_subflow_protosw.pr_entry.tqe_prev = NULL;
279 mptcp_subflow_protosw6.pr_entry.tqe_prev = NULL;

Completed in 278 milliseconds

12