Searched refs:tqh_first (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.9.5/Heimdal-323.92.1/base/
H A Dheimqueue.h43 struct type *tqh_first; /* first element */ \
48 { NULL, &(head).tqh_first }
60 if ((head)->tqh_first && \
61 (head)->tqh_first->field.tqe_prev != &(head)->tqh_first) \
90 (head)->tqh_first = NULL; \
91 (head)->tqh_last = &(head)->tqh_first; \
96 if (((elm)->field.tqe_next = (head)->tqh_first) != NULL) \
97 (head)->tqh_first->field.tqe_prev = \
101 (head)->tqh_first
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dasn1_queue.h43 struct type *tqh_first; /* first element */ \
48 { NULL, &(head).tqh_first }
60 if ((head)->tqh_first && \
61 (head)->tqh_first->field.tqe_prev != &(head)->tqh_first) \
90 (head)->tqh_first = NULL; \
91 (head)->tqh_last = &(head)->tqh_first; \
96 if (((elm)->field.tqe_next = (head)->tqh_first) != NULL) \
97 (head)->tqh_first->field.tqe_prev = \
101 (head)->tqh_first
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dqueue.h539 struct type *tqh_first; /* first element */ \
546 { NULL, &(head).tqh_first }
562 *(head1)->tqh_last = (head2)->tqh_first; \
563 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
571 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
573 #define TAILQ_FIRST(head) ((head)->tqh_first)
677 struct type *swap_first = (head1)->tqh_first; \
679 (head1)->tqh_first = (head2)->tqh_first; \
681 (head2)->tqh_first
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Dldap_queue.h363 struct type *tqh_first; /* first element */ \
368 { NULL, &(head).tqh_first }
382 #define LDAP_TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
392 #define LDAP_TAILQ_FIRST(head) ((head)->tqh_first)
409 (head)->tqh_first = NULL; \
410 (head)->tqh_last = &(head)->tqh_first; \
419 if (((elm)->field.tqe_next = (head)->tqh_first) != NULL) \
420 (head)->tqh_first->field.tqe_prev = \
424 (head)->tqh_first = (elm); \
425 (elm)->field.tqe_prev = &(head)->tqh_first; \
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Dglobals.h85 {NULL, &__db_global_values.envq.tqh_first},
H A Dqueue.h445 struct type *tqh_first; /* first element */ \
451 { NULL, &(head).tqh_first }
465 *(head1)->tqh_last = (head2)->tqh_first; \
466 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
474 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
476 #define TAILQ_FIRST(head) ((head)->tqh_first)
H A Ddb.in756 struct __db_txn *tqh_first;
766 struct __txn_event *tqh_first;
1321 struct __dbc *tqh_first;
1325 struct __dbc *tqh_first;
1329 struct __dbc *tqh_first;
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_srvcache.c307 rp = nfsrv_reqcache_lruhead.tqh_first;
317 rp = nfsrv_reqcache_lruhead.tqh_first;
436 for (rp = nfsrv_reqcache_lruhead.tqh_first; rp != 0; rp = nextrp) {
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dsys-queue.h409 struct type *tqh_first; /* first element */ \
414 { NULL, &(head).tqh_first }
425 #define TAILQ_FIRST(head) ((head)->tqh_first)
463 (head)->tqh_first = NULL; \
464 (head)->tqh_last = &(head)->tqh_first; \
468 if (((elm)->field.tqe_next = (head)->tqh_first) != NULL) \
469 (head)->tqh_first->field.tqe_prev = \
473 (head)->tqh_first = (elm); \
474 (elm)->field.tqe_prev = &(head)->tqh_first; \
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dsys_generic.c1923 for (evq = sp->so_evlist.tqh_first; evq != NULL; evq = next) {
1946 for (evq = cpipe->pipe_evlist.tqh_first; evq != NULL; evq = next) {
2007 for (evq = pipep->pipe_evlist.tqh_first;
2092 for (evq = sp->so_evlist.tqh_first;
2324 np = ((struct socket *)fp->f_data)->so_evlist.tqh_first;
2328 np = ((struct pipe *)fp->f_data)->pipe_evlist.tqh_first;
2421 if (p->p_evlist.tqh_first == NULL) {
2457 if ((evq = p->p_evlist.tqh_first) != NULL) {
2563 evq = ((struct socket *)fp->f_data)->so_evlist.tqh_first;
2567 evq = ((struct pipe *)fp->f_data)->pipe_evlist.tqh_first;
[all...]
H A Dbsd_init.c899 mountlist.tqh_first->mnt_flag |= MNT_ROOTFS;
903 if (VFS_ROOT(mountlist.tqh_first, &rootvnode, &context))
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dnet.py1311 rtd = Cast(rt_trash_head.tqh_first, 'rtentry_dbg *')
1336 ifa = Cast(ifa_trash_head.tqh_first, 'in_ifaddr_dbg *')
1361 ifa = Cast(in6ifa_trash_head.tqh_first, 'in6_ifaddr_dbg *')
1386 inm = Cast(inm_trash_head.tqh_first, 'in_multi_dbg *')
1411 in6m = Cast(in6m_trash_head.tqh_first, 'in6_multi_dbg *')
1436 ifma = Cast(ifma_trash_head.tqh_first, 'ifmultiaddr_dbg *')
1683 kctl = Cast(ctl_head.tqh_first, 'kctl *')
1691 kcb = Cast(kctl.kcb_head.tqh_first, 'ctl_cb *')
1777 dp = Cast(domains.tqh_first, 'domain *')
1802 pr = Cast(dp.dom_protosw.tqh_first, 'protos
[all...]
H A Dmemory.py117 current_proc = Cast(current_list.tqh_first, 'proc *')
1508 lockf_blocker = lockf_itr.lf_blkhd.tqh_first
1689 vp = Cast(mp.mnt_workerqueue.tqh_first, 'vnode *')
1704 vp = Cast(mp.mnt_newvnodes.tqh_first, 'vnode *')
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dif.c798 for (ifp = ifnet_head.tqh_first; ifp && !result;
801 for (ifa = ifp->if_addrhead.tqh_first; ifa;
844 for (ifp = ifnet_head.tqh_first; ifp && !result;
848 for (ifa = ifp->if_addrhead.tqh_first; ifa;
900 for (ifa = ifp->if_addrhead.tqh_first; ifa != NULL;
988 for (ifp = ifnet_head.tqh_first; ifp; ifp = ifp->if_link.tqe_next) {
990 for (ifa = ifp->if_addrhead.tqh_first; ifa;
1083 for (ifa = ifp->if_addrhead.tqh_first; ifa;
2541 for (ifp = ifnet_head.tqh_first; space > sizeof (ifr) &&
2558 ifa = ifp->if_addrhead.tqh_first;
[all...]
H A Dif_stf.c467 for (ia = ifp->if_addrlist.tqh_first; ia; ia = ia->ifa_list.tqe_next) {
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c3363 if (*queue == BQ_EMPTY && (bp = bufqueues[*queue].tqh_first))
3379 bp = bufqueues[*queue].tqh_first;
3384 age_bp = bufqueues[BQ_AGE].tqh_first;
3385 lru_bp = bufqueues[BQ_LRU].tqh_first;
3386 meta_bp = bufqueues[BQ_META].tqh_first;
3393 bp = bufqueues[BQ_EMPTY].tqh_first;
3982 for (bp = bufqueues[BQ_LOCKED].tqh_first; bp;
4023 for (bp = dp->tqh_first; bp; bp = bp->b_freelist.tqe_next) {
4049 (bp = iobufqueue.tqh_first) == NULL) {
4790 struct buf *bp = bufqueues[q].tqh_first;
[all...]
H A Dvfs_subr.c554 vp->v_mntvnodes.tqe_prev = &(mp->mnt_workerqueue.tqh_first);
555 mp->mnt_workerqueue.tqh_first = mp->mnt_vnodelist.tqh_first;
559 if (mp->mnt_newvnodes.tqh_first != NULL)
580 mvp->v_mntvnodes.tqe_next = mp->mnt_workerqueue.tqh_first;
582 mp->mnt_vnodelist.tqh_first = 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;
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/core/
H A Dkernelcore.py19 value : an object that is of type as headval->tqh_first. Always a pointer object
25 iter_val = headval.tqh_first
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dip_icmp.c684 for (ia = in_ifaddrhead.tqh_first; ia; ia = ia->ia_link.tqe_next) {
711 ia = in_ifaddrhead.tqh_first;
H A Draw_ip.c743 for (ia = in_ifaddrhead.tqh_first; ia;
776 for (ia = in_ifaddrhead.tqh_first; ia;
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h746 struct __db_txn *tqh_first; member in struct:__db_txn::__kids
756 struct __txn_event *tqh_first; member in struct:__db_txn::__anon153
1311 struct __dbc *tqh_first; member in struct:__db::__cq_fq
1315 struct __dbc *tqh_first; member in struct:__db::__cq_aq
1319 struct __dbc *tqh_first; member in struct:__db::__cq_jq
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h735 struct __db_txn *tqh_first; member in struct:__db_txn::__kids
745 struct __txn_event *tqh_first; member in struct:__db_txn::__anon178
1300 struct __dbc *tqh_first; member in struct:__db::__cq_fq
1304 struct __dbc *tqh_first; member in struct:__db::__cq_aq
1308 struct __dbc *tqh_first; member in struct:__db::__cq_jq
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h744 struct __db_txn *tqh_first; member in struct:__db_txn::__kids
754 struct __txn_event *tqh_first; member in struct:__db_txn::__anon202
1309 struct __dbc *tqh_first; member in struct:__db::__cq_fq
1313 struct __dbc *tqh_first; member in struct:__db::__cq_aq
1317 struct __dbc *tqh_first; member in struct:__db::__cq_jq
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h783 struct __db_txn *tqh_first; member in struct:__db_txn::__kids
793 struct __txn_event *tqh_first; member in struct:__db_txn::__anon233
1348 struct __dbc *tqh_first; member in struct:__db::__cq_fq
1352 struct __dbc *tqh_first; member in struct:__db::__cq_aq
1356 struct __dbc *tqh_first; member in struct:__db::__cq_jq
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h783 struct __db_txn *tqh_first; member in struct:__db_txn::__kids
793 struct __txn_event *tqh_first; member in struct:__db_txn::__anon257
1348 struct __dbc *tqh_first; member in struct:__db::__cq_fq
1352 struct __dbc *tqh_first; member in struct:__db::__cq_aq
1356 struct __dbc *tqh_first; member in struct:__db::__cq_jq

Completed in 392 milliseconds

12