Home
last modified time | relevance | path

Searched refs:TAILQ_FIRST (Results 1 – 25 of 31) sorted by relevance

12

/titanic_44/usr/src/cmd/sendmail/db/btree/
H A Dbt_curadj.c41 for (dbc = TAILQ_FIRST(&dbp->active_queue);
92 for (count = 0, dbc = TAILQ_FIRST(&dbp->active_queue);
134 for (dbc = TAILQ_FIRST(&dbp->active_queue);
170 for (dbc = TAILQ_FIRST(&dbp->active_queue);
210 for (dbc = TAILQ_FIRST(&dbp->active_queue);
251 for (dbc = TAILQ_FIRST(&dbp->active_queue);
/titanic_44/usr/src/uts/common/io/drm/
H A Dqueue.h437 TAILQ_FIRST((head))->field.tqe_prev != \
438 &TAILQ_FIRST((head))) \
478 #define TAILQ_FIRST(head) ((head)->tqh_first) macro
481 for ((var) = TAILQ_FIRST((head)); \
486 for ((var) = TAILQ_FIRST((head)); \
501 TAILQ_FIRST((head)) = NULL; \
502 (head)->tqh_last = &TAILQ_FIRST((head)); \
533 if ((TAILQ_NEXT((elm), field) = TAILQ_FIRST((head))) != NULL) \
534 TAILQ_FIRST((head))->field.tqe_prev = \
538 TAILQ_FIRST((head)) = (elm); \
[all …]
H A Ddrm_drv.c407 while ((map = TAILQ_FIRST(&dev->maplist)) != NULL) { in drm_unload()
/titanic_44/usr/src/cmd/sendmail/db/xa/
H A Dxa_map.c48 env = TAILQ_FIRST(&DB_GLOBAL(db_envq));
168 for (e = TAILQ_FIRST(&DB_GLOBAL(db_envq));
275 for (np = TAILQ_FIRST(&DB_GLOBAL(db_nameq)); np != NULL;
297 for (np = TAILQ_FIRST(&DB_GLOBAL(db_nameq)); np != NULL; np = next) {
H A Dxa_db.c75 if ((rp = TAILQ_FIRST(&DB_GLOBAL(db_nameq))) != NULL &&
79 dbenv = TAILQ_FIRST(&DB_GLOBAL(db_envq));
123 while ((dbc = TAILQ_FIRST(&dbp->active_queue)) != NULL)
/titanic_44/usr/src/cmd/sendmail/db/db/
H A Ddb_am.c83 if ((dbc = TAILQ_FIRST(&dbp->free_queue)) != NULL)
103 (adbc = TAILQ_FIRST(&dbp->active_queue)) != NULL)
258 for (dbc = TAILQ_FIRST(&dbp->active_queue);
H A Ddb.c743 while ((dbc = TAILQ_FIRST(&dbp->active_queue)) != NULL)
746 while ((dbc = TAILQ_FIRST(&dbp->free_queue)) != NULL)
/titanic_44/usr/src/cmd/ssh/include/
H A Dsys-queue.h96 #undef TAILQ_FIRST
396 #define TAILQ_FIRST(head) ((head)->tqh_first) macro
405 (TAILQ_FIRST(head) == TAILQ_END(head))
408 for((var) = TAILQ_FIRST(head); \
/titanic_44/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c436 for (kids = TAILQ_FIRST(&txnp->kids);
438 kids = TAILQ_FIRST(&txnp->kids))
524 TAILQ_FIRST(&tmgrp->txn_chain)) != TAILQ_END(&tmgrp->txn_chain))
993 for (kids = TAILQ_FIRST(&txnp->kids);
995 kids = TAILQ_FIRST(&txnp->kids)) {
/titanic_44/usr/src/uts/intel/io/ipmi/
H A Dipmi_main.c201 req = TAILQ_FIRST(&sc->ipmi_pending_requests); in ipmi_close()
218 while ((req = TAILQ_FIRST(&dp->ipmi_completed_requests)) != NULL) { in ipmi_close()
335 kreq = TAILQ_FIRST(&dev->ipmi_completed_requests); in ipmi_ioctl()
H A Dipmi.c199 req = TAILQ_FIRST(&sc->ipmi_pending_requests); in ipmi_dequeue_request()
/titanic_44/usr/src/cmd/ndmpd/tlm/
H A Dtlm_bitmap.c463 cp = TAILQ_FIRST(hp); in hash_free()
497 if (TAILQ_FIRST(hp) != cp) { in bm_chunk_reposition()
1060 cp = TAILQ_FIRST(&bmp->bm_lru); in dbm_chunk_alloc()
1091 cp = TAILQ_FIRST(headp); in dbm_chunks_free()
1110 if (TAILQ_FIRST(hp) != cp) { in dbm_chunk_reposition()
/titanic_44/usr/src/cmd/sendmail/db/mp/
H A Dmp_open.c127 while ((dbmfp = TAILQ_FIRST(&dbmp->dbmfq)) != NULL)
H A Dmp_pr.c220 for (dbmfp = TAILQ_FIRST(&dbmp->dbmfq);
H A Dmp_bh.c60 for (dbmfp = TAILQ_FIRST(&dbmp->dbmfq);
/titanic_44/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c882 for (req = TAILQ_FIRST(&requests); in do_download()
960 if (TAILQ_FIRST(&requests) != NULL) in do_download()
1112 } else if (TAILQ_FIRST(&acks) == NULL) in do_upload()
1135 for (ack = TAILQ_FIRST(&acks); in do_upload()
/titanic_44/usr/src/uts/common/klm/
H A Dnlm_rpc_handle.c328 while ((rpcp = TAILQ_FIRST(&hostp->nh_rpchc)) != NULL) { in nlm_rpc_cache_destroy()
H A Dnlm_impl.c374 while ((hostp = TAILQ_FIRST(&g->nlm_idle_hosts)) != NULL) { in nlm_gc()
604 while ((hostp = TAILQ_FIRST(&all_hosts)) != NULL) { in nlm_suspend_zone()
1212 while ((slr = TAILQ_FIRST(&nvp->nv_slreqs)) != NULL) { in nlm_host_notify_server()
1234 while ((slr = TAILQ_FIRST(&slreqs2free)) != NULL) { in nlm_host_notify_server()
1386 nvp = TAILQ_FIRST(&hostp->nh_vholds_list); in nlm_host_gc_vholds()
2434 while ((hostp = TAILQ_FIRST(&g->nlm_idle_hosts)) != NULL) { in nlm_svc_stopping()
/titanic_44/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c62 hlp = TAILQ_FIRST(&hr.hei_head); in hooklist()
/titanic_44/usr/src/cmd/ssh/ssh-agent/
H A Dssh-agent.c397 for (id = TAILQ_FIRST(&tab->idlist); id; in process_remove_all_identities()
398 id = TAILQ_FIRST(&tab->idlist)) { in process_remove_all_identities()
422 for (id = TAILQ_FIRST(&tab->idlist); id; id = nxt) { in reaper()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c434 ip = TAILQ_FIRST(&intf->vvi_iplist); in vrrpd_delete_if()
878 vr = TAILQ_FIRST(&vrrp_vr_list); in vrrpd_cleanup()
883 intf = TAILQ_FIRST(&vrrp_intf_list); in vrrpd_cleanup()
1495 next_intf = TAILQ_FIRST(&vrrp_intf_list); in vrrpd_init_ipcache()
1522 for (ip = TAILQ_FIRST(&intf->vvi_iplist); ip != NULL; in vrrpd_init_ipcache()
1738 nextif = TAILQ_FIRST(&vrrp_intf_list); in vrrpd_update_ipcache()
1753 for (ip = TAILQ_FIRST(&intf->vvi_iplist); ip != NULL; in vrrpd_update_ipcache()
1816 for (ip = TAILQ_FIRST(&intf->vvi_iplist); ip != NULL; in vrrpd_update_ipcache()
3850 vip = TAILQ_FIRST(&vif->vvi_iplist); in vrrpd_init_txsock_v4()
4397 for (ip = TAILQ_FIRST(&vif->vvi_iplist); ip != NULL; ip = nextip) { in vrrpd_virtualip_update()
/titanic_44/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c619 c = TAILQ_FIRST(&tq); in conloop()
652 c = TAILQ_FIRST(&tq); in conloop()
/titanic_44/usr/src/cmd/sendmail/db/include/
H A Dqueue.h146 #define TAILQ_FIRST(head) ((head)->tqh_first) macro
/titanic_44/usr/src/uts/common/sys/
H A Dqueue.h552 #define TAILQ_FIRST(head) ((head)->tqh_first) macro
/titanic_44/usr/src/uts/common/io/
H A Dhook.c1996 hi = TAILQ_FIRST(head); in hook_insert()
2054 hi = TAILQ_FIRST(head); in hook_insert_plain()

12