Searched refs:tqe_next (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.9.5/Heimdal-323.92.1/base/
H A Dheimqueue.h51 struct type *tqe_next; /* next element */ \
67 if ((elm)->field.tqe_next && \
68 (elm)->field.tqe_next->field.tqe_prev != \
69 &(elm)->field.tqe_next) \
74 if ((elm)->field.tqe_next == NULL && \
75 (head)->tqh_last != &(elm)->field.tqe_next) \
79 (elm)->field.tqe_next = (void *)1L; \
96 if (((elm)->field.tqe_next = (head)->tqh_first) != NULL) \
98 &(elm)->field.tqe_next; \
100 (head)->tqh_last = &(elm)->field.tqe_next; \
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dasn1_queue.h51 struct type *tqe_next; /* next element */ \
67 if ((elm)->field.tqe_next && \
68 (elm)->field.tqe_next->field.tqe_prev != \
69 &(elm)->field.tqe_next) \
74 if ((elm)->field.tqe_next == NULL && \
75 (head)->tqh_last != &(elm)->field.tqe_next) \
79 (elm)->field.tqe_next = (void *)1L; \
96 if (((elm)->field.tqe_next = (head)->tqh_first) != NULL) \
98 &(elm)->field.tqe_next; \
100 (head)->tqh_last = &(elm)->field.tqe_next; \
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Dldap_queue.h372 struct type *tqe_next; /* next element */ \
400 #define LDAP_TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)
414 (var)->field.tqe_next = NULL; \
419 if (((elm)->field.tqe_next = (head)->tqh_first) != NULL) \
421 &(elm)->field.tqe_next; \
423 (head)->tqh_last = &(elm)->field.tqe_next; \
429 (elm)->field.tqe_next = NULL; \
432 (head)->tqh_last = &(elm)->field.tqe_next; \
436 if (((elm)->field.tqe_next = (listelm)->field.tqe_next) !
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dsys-queue.h418 struct type *tqe_next; /* next element */ \
427 #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)
468 if (((elm)->field.tqe_next = (head)->tqh_first) != NULL) \
470 &(elm)->field.tqe_next; \
472 (head)->tqh_last = &(elm)->field.tqe_next; \
478 (elm)->field.tqe_next = NULL; \
481 (head)->tqh_last = &(elm)->field.tqe_next; \
485 if (((elm)->field.tqe_next = (listelm)->field.tqe_next) != NULL)\
486 (elm)->field.tqe_next
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dbuf_internal.h153 #define b_shadow b_freelist.tqe_next
159 #define b_trans_next b_freelist.tqe_next
H A Dqueue.h551 struct type *tqe_next; /* next element */ \
650 #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)
666 TRASHIT((elm)->field.tqe_next); \
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_node.c396 np->n_dlink.tqe_next = NFSNOLIST;
397 np->n_dreturn.tqe_next = NFSNOLIST;
879 if (np->n_dreturn.tqe_next != NFSNOLIST) {
882 if (np->n_dreturn.tqe_next != NFSNOLIST) {
884 np->n_dreturn.tqe_next = NFSNOLIST;
888 if (np->n_dlink.tqe_next != NFSNOLIST) {
891 if (np->n_dlink.tqe_next != NFSNOLIST) {
893 np->n_dlink.tqe_next = NFSNOLIST;
H A Dnfs_srvcache.c249 if (rp->rc_lru.tqe_next) {
437 nextrp = rp->rc_lru.tqe_next;
H A Dnfs_syscalls.c358 req->r_achain.tqe_next = NFSREQNOLIST;
834 slp->ns_wgq.tqe_next = SLPNOLIST;
1421 if (slp->ns_wgq.tqe_next != SLPNOLIST) {
1423 slp->ns_wgq.tqe_next = SLPNOLIST;
1492 if (slp->ns_wgq.tqe_next != SLPNOLIST) {
1494 slp->ns_wgq.tqe_next = SLPNOLIST;
H A Dnfs_socket.c1840 req->r_rchain.tqe_next = NFSREQNOLIST;
3045 if ((req->r_cchain.tqe_next != NFSREQNOLIST)) {
3047 req->r_cchain.tqe_next = NFSREQNOLIST;
3412 req2->r_cchain.tqe_next = NFSREQNOLIST;
3612 req->r_achain.tqe_next = NFSREQNOLIST;
3613 req->r_rchain.tqe_next = NFSREQNOLIST;
3614 req->r_cchain.tqe_next = NFSREQNOLIST;
3653 if (req->r_achain.tqe_next != NFSREQNOLIST) {
3656 if (nmp && (req->r_achain.tqe_next != NFSREQNOLIST)) {
3658 req->r_achain.tqe_next
[all...]
H A Dnfs_bio.c284 if (bp->nb_free.tqe_next == NFSNOLIST)
296 bp->nb_free.tqe_next = NFSNOLIST;
862 bp->nb_free.tqe_next = NFSNOLIST;
921 if (bp->nb_free.tqe_next != NFSNOLIST)
960 if (bp->nb_free.tqe_next != NFSNOLIST)
1106 if (bp->nb_free.tqe_next != NFSNOLIST)
1118 if (bp->nb_free.tqe_next != NFSNOLIST)
1128 if (bp->nb_free.tqe_next != NFSNOLIST)
3776 if (req->r_achain.tqe_next == NFSREQNOLIST)
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Dqueue.h455 struct type *tqe_next; /* next element */ \
541 #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)
555 TRASHIT((elm)->field.tqe_next); \
H A Ddb.in562 struct __db_mpoolfile *tqe_next;
742 struct __db_txn *tqe_next;
746 struct __db_txn *tqe_next;
786 struct __db_txn *tqe_next;
1307 struct __db *tqe_next;
1639 DBC *tqe_next;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dinit.c276 lc->lc_q.tqe_next = NULL;
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dnet.py1324 rtd = rtd.rtd_trash_link.tqe_next
1349 ifa = ifa.inifa_trash_link.tqe_next
1374 ifa = ifa.in6ifa_trash_link.tqe_next
1399 inm = inm.inm_trash_link.tqe_next
1424 in6m = in6m.in6m_trash_link.tqe_next
1450 ifma = ifma.ifma_trash_link.tqe_next
1701 kcb = kcb.next.tqe_next
1703 kctl = kctl.next.tqe_next
1886 pr = pr.pr_entry.tqe_next
1887 dp = dp.dom_entry.tqe_next
[all...]
H A Dmemory.py120 current_proc = current_proc.p_memstat_list.tqe_next
1512 lockf_blocker = lockf_blocker.lf_block.tqe_next
1693 vp = vp.v_mntvnodes.tqe_next
1708 vp = vp.v_mntvnodes.tqe_next
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dsys_generic.c1924 next = evq->ee_slist.tqe_next;
1947 next = evq->ee_slist.tqe_next;
2008 evq != NULL; evq = evq->ee_slist.tqe_next) {
2093 evq != NULL; evq = evq->ee_slist.tqe_next) {
2345 for ( ; np != NULL; np = np->ee_slist.tqe_next) {
2585 for ( ; evq != NULL; evq = evq->ee_slist.tqe_next) {
2717 for ( ; evq != NULL; evq = evq->ee_slist.tqe_next) {
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dif.c799 ifp = ifp->if_link.tqe_next) {
802 ifa = ifa->ifa_link.tqe_next) {
845 ifp = ifp->if_link.tqe_next) {
849 ifa = ifa->ifa_link.tqe_next) {
901 ifa = ifa->ifa_link.tqe_next) {
988 for (ifp = ifnet_head.tqh_first; ifp; ifp = ifp->if_link.tqe_next) {
991 ifa = ifa->ifa_link.tqe_next) {
1084 ifa = ifa->ifa_link.tqe_next) {
2542 ifp; ifp = ifp->if_link.tqe_next) {
2560 ifa = ifa->ifa_link.tqe_next) {
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h552 struct __db_mpoolfile *tqe_next; member in struct:__db_mpoolfile::__anon149
732 struct __db_txn *tqe_next; member in struct:__db_txn::__anon151
736 struct __db_txn *tqe_next; member in struct:__db_txn::__anon152
776 struct __db_txn *tqe_next; member in struct:__db_txn::__anon155
1297 struct __db *tqe_next; member in struct:__db::__anon157
1629 DBC *tqe_next; member in struct:__dbc::__anon161
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h541 struct __db_mpoolfile *tqe_next; member in struct:__db_mpoolfile::__anon174
721 struct __db_txn *tqe_next; member in struct:__db_txn::__anon176
725 struct __db_txn *tqe_next; member in struct:__db_txn::__anon177
765 struct __db_txn *tqe_next; member in struct:__db_txn::__anon180
1286 struct __db *tqe_next; member in struct:__db::__anon182
1618 DBC *tqe_next; member in struct:__dbc::__anon186
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h550 struct __db_mpoolfile *tqe_next; member in struct:__db_mpoolfile::__anon198
730 struct __db_txn *tqe_next; member in struct:__db_txn::__anon200
734 struct __db_txn *tqe_next; member in struct:__db_txn::__anon201
774 struct __db_txn *tqe_next; member in struct:__db_txn::__anon204
1295 struct __db *tqe_next; member in struct:__db::__anon206
1627 DBC *tqe_next; member in struct:__dbc::__anon210
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h589 struct __db_mpoolfile *tqe_next; member in struct:__db_mpoolfile::__anon229
769 struct __db_txn *tqe_next; member in struct:__db_txn::__anon231
773 struct __db_txn *tqe_next; member in struct:__db_txn::__anon232
813 struct __db_txn *tqe_next; member in struct:__db_txn::__anon235
1334 struct __db *tqe_next; member in struct:__db::__anon237
1666 DBC *tqe_next; member in struct:__dbc::__anon241
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h589 struct __db_mpoolfile *tqe_next; member in struct:__db_mpoolfile::__anon253
769 struct __db_txn *tqe_next; member in struct:__db_txn::__anon255
773 struct __db_txn *tqe_next; member in struct:__db_txn::__anon256
813 struct __db_txn *tqe_next; member in struct:__db_txn::__anon259
1334 struct __db *tqe_next; member in struct:__db::__anon261
1666 DBC *tqe_next; member in struct:__dbc::__anon265
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/core/
H A Dkernelcore.py28 iter_val = iter_val.__getattr__(element_name).tqe_next
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb.c953 (dbp->dblistlinks.tqe_next != NULL ||
956 dbp->dblistlinks.tqe_next = NULL;

Completed in 432 milliseconds

12