Home
last modified time | relevance | path

Searched refs:TAILQ_REMOVE (Results 1 – 25 of 29) sorted by relevance

12

/titanic_44/usr/src/cmd/sendmail/db/xa/
H A Dxa_map.c61 TAILQ_REMOVE(&DB_GLOBAL(db_envq), env, links);
175 TAILQ_REMOVE(&DB_GLOBAL(db_envq), e, links);
300 TAILQ_REMOVE(&DB_GLOBAL(db_nameq), np, links);
H A Dxa_db.c267 TAILQ_REMOVE(&dbc->dbp->active_queue, dbc, links);
/titanic_44/usr/src/uts/intel/io/ipmi/
H A Dipmi_main.c206 TAILQ_REMOVE(&sc->ipmi_pending_requests, req, ir_link); in ipmi_close()
219 TAILQ_REMOVE(&dp->ipmi_completed_requests, req, ir_link); in ipmi_close()
347 TAILQ_REMOVE(&dev->ipmi_completed_requests, kreq, in ipmi_ioctl()
359 TAILQ_REMOVE(&dev->ipmi_completed_requests, kreq, ir_link); in ipmi_ioctl()
H A Dipmi.c160 TAILQ_REMOVE(&sc->ipmi_pending_requests, req, ir_link); in ipmi_submit_driver_request()
200 TAILQ_REMOVE(&sc->ipmi_pending_requests, req, ir_link); in ipmi_dequeue_request()
/titanic_44/usr/src/cmd/sendmail/db/db/
H A Ddb_am.c84 TAILQ_REMOVE(&dbp->free_queue, dbc, links);
197 TAILQ_REMOVE(&dbp->active_queue, dbc, links);
290 TAILQ_REMOVE(&dbp->free_queue, dbc, links);
/titanic_44/usr/src/uts/common/klm/
H A Dnlm_rpc_handle.c90 TAILQ_REMOVE(&hostp->nh_rpchc, rpcp, nr_link); in get_nlm_rpc_fromcache()
329 TAILQ_REMOVE(&hostp->nh_rpchc, rpcp, nr_link); in nlm_rpc_cache_destroy()
H A Dnlm_impl.c310 TAILQ_REMOVE(&nlm_zones_list, g, nlm_link); in nlm_globals_unregister()
418 TAILQ_REMOVE(&g->nlm_idle_hosts, in nlm_gc()
589 TAILQ_REMOVE(&g->nlm_idle_hosts, hostp, nh_link); in nlm_suspend_zone()
610 TAILQ_REMOVE(&all_hosts, hostp, nh_link); in nlm_suspend_zone()
1034 TAILQ_REMOVE(&hostp->nh_vholds_list, nvp, nv_link); in nlm_vhold_destroy()
1148 TAILQ_REMOVE(&g->nlm_idle_hosts, hostp, nh_link); in nlm_host_unregister()
1213 TAILQ_REMOVE(&nvp->nv_slreqs, slr, nsr_link); in nlm_host_notify_server()
1235 TAILQ_REMOVE(&slreqs2free, slr, nsr_link); in nlm_host_notify_server()
1576 TAILQ_REMOVE(&g->nlm_idle_hosts, hostp, nh_link); in nlm_host_find_locked()
1712 TAILQ_REMOVE(&g->nlm_idle_hosts, hostp, nh_link); in nlm_host_find_by_sysid()
[all …]
H A Dnlm_service.c1045 TAILQ_REMOVE(&g->nlm_idle_hosts, hostp, in nlm_do_free_all()
1059 TAILQ_REMOVE(&host_list, hostp, nh_link); in nlm_do_free_all()
/titanic_44/usr/src/cmd/ndmpd/tlm/
H A Dtlm_bitmap.c464 TAILQ_REMOVE(hp, cp, c_hash); in hash_free()
498 TAILQ_REMOVE(hp, cp, c_hash); in bm_chunk_reposition()
1064 TAILQ_REMOVE(&bmp->bm_lru, cp, c_lru); in dbm_chunk_alloc()
1067 TAILQ_REMOVE(hp, cp, c_hash); in dbm_chunk_alloc()
1092 TAILQ_REMOVE(headp, cp, c_lru); in dbm_chunks_free()
1108 TAILQ_REMOVE(&bmp->bm_lru, cp, c_lru); in dbm_chunk_reposition()
1111 TAILQ_REMOVE(hp, cp, c_hash); in dbm_chunk_reposition()
/titanic_44/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c663 TAILQ_REMOVE(&txnp->parent->kids, txnp, klinks);
668 TAILQ_REMOVE(&mgr->txn_chain, txnp, links);
1009 TAILQ_REMOVE(&txnp->kids, kids, klinks);
1012 TAILQ_REMOVE(&mgr->txn_chain, kids, links);
/titanic_44/usr/src/uts/common/io/drm/
H A Ddrm_drv.c507 TAILQ_REMOVE(&dev->files, fpriv, link); in drm_close()
513 TAILQ_REMOVE(&dev->minordevs, mp, link); in drm_close()
H A Dqueue.h562 #define TAILQ_REMOVE(head, elm, field) do { \ macro
H A Ddrm_bufs.c264 TAILQ_REMOVE(&dev->maplist, map, link); in drm_rmmap()
H A Ddrm_sunmod.c378 TAILQ_REMOVE(&dp->minordevs, newp, link); in drm_sun_open()
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-queue.h175 #define TAILQ_REMOVE(head, elm, field) { \ macro
/titanic_44/usr/src/cmd/ssh/include/
H A Dsys-queue.h109 #undef TAILQ_REMOVE
459 #define TAILQ_REMOVE(head, elm, field) do { \ macro
/titanic_44/usr/src/cmd/ssh/ssh-agent/
H A Dssh-agent.c378 TAILQ_REMOVE(&tab->idlist, id, next); in process_remove_identity()
399 TAILQ_REMOVE(&tab->idlist, id, next); in process_remove_all_identities()
428 TAILQ_REMOVE(&tab->idlist, id, next); in reaper()
/titanic_44/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c478 TAILQ_REMOVE(&tq, &fdcon[s], c_link); in confree()
486 TAILQ_REMOVE(&tq, &fdcon[s], c_link); in contouch()
/titanic_44/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c895 TAILQ_REMOVE(&requests, req, tq); in do_download()
918 TAILQ_REMOVE(&requests, req, tq); in do_download()
1141 TAILQ_REMOVE(&acks, ack, tq); in do_upload()
/titanic_44/usr/src/cmd/sendmail/db/include/
H A Dqueue.h192 #define TAILQ_REMOVE(head, elm, field) do { \ macro
/titanic_44/usr/src/cmd/fwflash/common/
H A Dfwflash.c1142 TAILQ_REMOVE(fw_devices, thisdev, nextdev); in fwflash_intr()
1166 TAILQ_REMOVE(fw_pluginlist, thisplug, nextplugin); in fwflash_intr()
/titanic_44/usr/src/cmd/sendmail/db/mp/
H A Dmp_fopen.c448 TAILQ_REMOVE(&dbmp->dbmfq, dbmfp, q);
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c710 TAILQ_REMOVE(&vcp->iod_rqlist, rqp, sr_link); in smb_iod_removerq()
/titanic_44/usr/src/uts/common/sys/
H A Dqueue.h524 #define TAILQ_REMOVE(head, elm, field) do { \ macro
/titanic_44/usr/src/uts/common/io/
H A Dhook.c2186 TAILQ_REMOVE(&hei->hei_head, hi, hi_entry); in hook_unregister()
2529 TAILQ_REMOVE(head, hn, hn_entry); in hook_notify_unregister()

12