/titanic_44/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_curadj.c | 41 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 D | queue.h | 437 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 D | drm_drv.c | 407 while ((map = TAILQ_FIRST(&dev->maplist)) != NULL) { in drm_unload()
|
/titanic_44/usr/src/cmd/sendmail/db/xa/ |
H A D | xa_map.c | 48 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 D | xa_db.c | 75 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 D | db_am.c | 83 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 D | db.c | 743 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 D | sys-queue.h | 96 #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 D | txn.c | 436 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 D | ipmi_main.c | 201 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 D | ipmi.c | 199 req = TAILQ_FIRST(&sc->ipmi_pending_requests); in ipmi_dequeue_request()
|
/titanic_44/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_bitmap.c | 463 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 D | mp_open.c | 127 while ((dbmfp = TAILQ_FIRST(&dbmp->dbmfq)) != NULL)
|
H A D | mp_pr.c | 220 for (dbmfp = TAILQ_FIRST(&dbmp->dbmfq);
|
H A D | mp_bh.c | 60 for (dbmfp = TAILQ_FIRST(&dbmp->dbmfq);
|
/titanic_44/usr/src/cmd/ssh/sftp/ |
H A D | sftp-client.c | 882 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 D | nlm_rpc_handle.c | 328 while ((rpcp = TAILQ_FIRST(&hostp->nh_rpchc)) != NULL) { in nlm_rpc_cache_destroy()
|
H A D | nlm_impl.c | 374 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 D | hook.c | 62 hlp = TAILQ_FIRST(&hr.hei_head); in hooklist()
|
/titanic_44/usr/src/cmd/ssh/ssh-agent/ |
H A D | ssh-agent.c | 397 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 D | vrrpd.c | 434 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 D | ssh-keyscan.c | 619 c = TAILQ_FIRST(&tq); in conloop() 652 c = TAILQ_FIRST(&tq); in conloop()
|
/titanic_44/usr/src/cmd/sendmail/db/include/ |
H A D | queue.h | 146 #define TAILQ_FIRST(head) ((head)->tqh_first) macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | queue.h | 552 #define TAILQ_FIRST(head) ((head)->tqh_first) macro
|
/titanic_44/usr/src/uts/common/io/ |
H A D | hook.c | 1996 hi = TAILQ_FIRST(head); in hook_insert() 2054 hi = TAILQ_FIRST(head); in hook_insert_plain()
|