/freebsd/lib/libusb/ |
H A D | libusb10_hotplug.c | 272 TAILQ_REMOVE(&ctx->hotplug_devs, adev, hotplug_entry); 297 TAILQ_REMOVE(&ctx->hotplug_devs, adev, hotplug_entry); 302 TAILQ_REMOVE(&ctx->hotplug_cbh, acbh, entry); 316 TAILQ_REMOVE(&hotplug_devs, adev, hotplug_entry); 322 TAILQ_REMOVE(&ctx->hotplug_cbh, acbh, entry); 331 TAILQ_REMOVE(&hotplug_devs, adev, hotplug_entry); 409 TAILQ_REMOVE(&ctx->hotplug_cbh, handle, entry);
|
/freebsd/lib/libc/db/mpool/ |
H A D | mpool.c | 160 TAILQ_REMOVE(head, bp, hq); in mpool_delete() 161 TAILQ_REMOVE(&mp->lqh, bp, q); in mpool_delete() 200 TAILQ_REMOVE(head, bp, hq); in mpool_get() 202 TAILQ_REMOVE(&mp->lqh, bp, q); in mpool_get() 302 TAILQ_REMOVE(&mp->lqh, bp, q); in mpool_close() 361 TAILQ_REMOVE(head, bp, hq); in mpool_bkt() 362 TAILQ_REMOVE(&mp->lqh, bp, q); in mpool_bkt()
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_optimize.c | 290 TAILQ_REMOVE(rs->rules[PF_RULESET_FILTER].inactive.ptr, r, in pfctl_optimize_ruleset() 333 TAILQ_REMOVE(&superblocks, block, sb_entry); in pfctl_optimize_ruleset() 336 TAILQ_REMOVE(&block->sb_rules, por, por_entry); in pfctl_optimize_ruleset() 357 TAILQ_REMOVE(&opt_queue, por, por_entry); in pfctl_optimize_ruleset() 371 TAILQ_REMOVE(&superblocks, block, sb_entry); in pfctl_optimize_ruleset() 482 TAILQ_REMOVE(&block->sb_rules, por2, por_entry); in remove_identical_rules() 489 TAILQ_REMOVE(&block->sb_rules, por1, por_entry); in remove_identical_rules() 543 TAILQ_REMOVE(&block->sb_rules, p2, in combine_rules() 565 TAILQ_REMOVE(&block->sb_rules, p2, in combine_rules() 586 TAILQ_REMOVE(&block->sb_rules, p1, por_entry); in combine_rules() [all …]
|
/freebsd/contrib/openbsm/bin/auditfilterd/ |
H A D | auditfilterd_conf.c | 98 TAILQ_REMOVE(list, am, am_list); in auditfilter_module_list_free() 372 TAILQ_REMOVE(&filter_list, am1, am_list); in auditfilterd_conf_apply() 415 TAILQ_REMOVE(&filter_list, am1, am_list); in auditfilterd_conf_apply() 425 TAILQ_REMOVE(list, am2, am_list); in auditfilterd_conf_apply() 450 TAILQ_REMOVE(list, am1, am_list); in auditfilterd_conf_apply()
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | request.c | 71 TAILQ_REMOVE(&rp->users, ru, ru_link); in free_request() 75 TAILQ_REMOVE(&rp->jobids, rj, rj_link); in free_request()
|
/freebsd/usr.sbin/nscd/ |
H A D | cacheplcs.c | 129 TAILQ_REMOVE(&queue_policy->head, queue_item, entries); in cache_queue_policy_remove_item() 225 TAILQ_REMOVE(&queue_policy->head, queue_item, entries); in destroy_cache_queue_policy() 288 TAILQ_REMOVE(&queue_policy->head, queue_item, entries); in cache_lru_policy_update_item() 408 TAILQ_REMOVE(&(lfu_policy->groups[lfu_item->frequency]), lfu_item, in cache_lfu_policy_update_item() 427 TAILQ_REMOVE(&(lfu_policy->groups[lfu_item->frequency]), lfu_item, in cache_lfu_policy_remove_item() 576 TAILQ_REMOVE(&(lfu_policy->groups[i]), lfu_item, in destroy_cache_lfu_policy()
|
/freebsd/sys/dev/usb/ |
H A D | usb_process.c | 164 TAILQ_REMOVE(&up->up_qhead, pm, pm_qentry); in usb_process() 321 TAILQ_REMOVE(&up->up_qhead, pm2, pm_qentry); in usb_proc_msignal() 382 TAILQ_REMOVE(&up->up_qhead, pm0, pm_qentry); in usb_proc_mwait_impl() 386 TAILQ_REMOVE(&up->up_qhead, pm1, pm_qentry); in usb_proc_mwait_impl()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evrpc.c | 105 TAILQ_REMOVE(&base->paused_requests, pause, next); in evrpc_free() 155 TAILQ_REMOVE(head, hook, next); in evrpc_remove_hook_internal() 265 TAILQ_REMOVE(&base->registered_rpcs, rpc, next); in evrpc_unregister_rpc() 547 TAILQ_REMOVE(&pool->requests, request, next); in evrpc_pool_free() 552 TAILQ_REMOVE(&pool->paused_requests, pause, next); in evrpc_pool_free() 557 TAILQ_REMOVE(&pool->connections, connection, next); in evrpc_pool_free() 607 TAILQ_REMOVE(&pool->requests, request, next); in evrpc_pool_add_connection() 616 TAILQ_REMOVE(&pool->connections, connection, next); in evrpc_pool_remove_connection() 794 TAILQ_REMOVE(head, pause, next); in evrpc_resume_request() 964 TAILQ_REMOVE(&pool->requests, ctx, next); in evrpc_pool_schedule() [all …]
|
/freebsd/contrib/libevent/ |
H A D | evrpc.c | 105 TAILQ_REMOVE(&base->paused_requests, pause, next); in evrpc_free() 155 TAILQ_REMOVE(head, hook, next); in evrpc_remove_hook_internal() 265 TAILQ_REMOVE(&base->registered_rpcs, rpc, next); in evrpc_unregister_rpc() 547 TAILQ_REMOVE(&pool->requests, request, next); in evrpc_pool_free() 552 TAILQ_REMOVE(&pool->paused_requests, pause, next); in evrpc_pool_free() 557 TAILQ_REMOVE(&pool->connections, connection, next); in evrpc_pool_free() 607 TAILQ_REMOVE(&pool->requests, request, next); in evrpc_pool_add_connection() 616 TAILQ_REMOVE(&pool->connections, connection, next); in evrpc_pool_remove_connection() 794 TAILQ_REMOVE(head, pause, next); in evrpc_resume_request() 964 TAILQ_REMOVE(&pool->requests, ctx, next); in evrpc_pool_schedule() [all …]
|
/freebsd/share/examples/scsi_target/ |
H A D | scsi_target.c | 351 TAILQ_REMOVE(&pending_queue, ccb_h, periph_links.tqe); in cleanup() 355 TAILQ_REMOVE(&work_queue, ccb_h, periph_links.tqe); in cleanup() 523 TAILQ_REMOVE(&work_queue, ccb_h, in request_loop() 560 TAILQ_REMOVE(&pending_queue, &ccb->ccb_h, periph_links.tqe); in handle_read() 673 TAILQ_REMOVE(&work_queue, &atio->ccb_h, periph_links.tqe); in work_atio() 744 TAILQ_REMOVE(&a_descr->cmplt_io, ccb_h, in run_queue() 759 TAILQ_REMOVE(&a_descr->cmplt_io, ccb_h, in run_queue() 823 TAILQ_REMOVE(&work_queue, &inot->ccb_h, periph_links.tqe); in work_inot()
|
/freebsd/sys/dev/usb/controller/ |
H A D | generic_ehci_fdt.c | 200 TAILQ_REMOVE(&sc->clk_list, clk, next); in generic_ehci_fdt_detach() 208 TAILQ_REMOVE(&sc->rst_list, rst, next); in generic_ehci_fdt_detach() 218 TAILQ_REMOVE(&sc->phy_list, phy, next); in generic_ehci_fdt_detach()
|
/freebsd/sys/rpc/ |
H A D | clnt_bck.c | 327 TAILQ_REMOVE(&ct->ct_pending, cr, cr_link); in clnt_bck_call() 340 TAILQ_REMOVE(&ct->ct_pending, cr, cr_link); in clnt_bck_call() 352 TAILQ_REMOVE(&ct->ct_pending, cr, cr_link); in clnt_bck_call() 358 TAILQ_REMOVE(&ct->ct_pending, cr, cr_link); in clnt_bck_call() 366 TAILQ_REMOVE(&ct->ct_pending, cr, cr_link); in clnt_bck_call() 374 TAILQ_REMOVE(&ct->ct_pending, cr, cr_link); in clnt_bck_call()
|
H A D | replay.c | 139 TAILQ_REMOVE(&rc->rc_cache[rce->rce_hash], rce, rce_link); in replay_free() 140 TAILQ_REMOVE(&rc->rc_all, rce, rce_alllink); in replay_free() 194 TAILQ_REMOVE(&rc->rc_all, rce, rce_alllink); in replay_find()
|
/freebsd/usr.bin/tail/ |
H A D | reverse.c | 210 TAILQ_REMOVE(&head, first, entries); in r_buf() 268 TAILQ_REMOVE(&head, tr, in r_buf() 278 TAILQ_REMOVE(&head, first, entries); in r_buf()
|
/freebsd/sys/netgraph/ |
H A D | ng_pipe.c | 700 TAILQ_REMOVE(&ngp_f->packet_head, ngp_h, ngp_link); in ngp_rcvdata() 707 TAILQ_REMOVE(&hinfo->fifo_head, ngp_f, fifo_le); in ngp_rcvdata() 769 TAILQ_REMOVE(&hinfo->fifo_head, ngp_f, fifo_le); in pipe_dequeue() 799 TAILQ_REMOVE(&ngp_f->packet_head, ngp_h, ngp_link); in pipe_dequeue() 822 TAILQ_REMOVE(&hinfo->fifo_head, ngp_f, fifo_le); in pipe_dequeue() 827 TAILQ_REMOVE(&hinfo->fifo_head, ngp_f, fifo_le); in pipe_dequeue() 882 TAILQ_REMOVE(&hinfo->qout_head, ngp_h, ngp_link); in pipe_dequeue() 965 TAILQ_REMOVE(&ngp_f->packet_head, ngp_h, ngp_link); in ngp_disconnect() 969 TAILQ_REMOVE(&hinfo->fifo_head, ngp_f, fifo_le); in ngp_modevent() 975 TAILQ_REMOVE( in ngp_modevent() [all...] |
/freebsd/sys/kern/ |
H A D | subr_rman.c | 207 TAILQ_REMOVE(&rm->rm_list, t, r_link); in rman_manage_region() 258 TAILQ_REMOVE(&rm->rm_list, r, r_link); in rman_fini() 263 TAILQ_REMOVE(&rman_head, rm, rm_link); in rman_fini() 374 TAILQ_REMOVE(&rm->rm_list, s, r_link); in rman_adjust_resource() 384 TAILQ_REMOVE(&rm->rm_list, t, r_link); in rman_adjust_resource() 691 TAILQ_REMOVE(&rm->rm_list, r, r_link); in int_rman_release_resource() 726 TAILQ_REMOVE(&rm->rm_list, r, r_link); in int_rman_release_resource() 727 TAILQ_REMOVE(&rm->rm_list, t, r_link); in int_rman_release_resource() 734 TAILQ_REMOVE(&rm->rm_list, r, r_link); in int_rman_release_resource() 740 TAILQ_REMOVE(&rm->rm_list, r, r_link); in int_rman_release_resource()
|
H A D | subr_eventhandler.c | 196 TAILQ_REMOVE(&list->el_entries, ep, ee_link); in _eventhandler_deregister() 210 TAILQ_REMOVE(&list->el_entries, ep, ee_link); in _eventhandler_deregister() 290 TAILQ_REMOVE(&list->el_entries, ep, ee_link); in eventhandler_prune_list()
|
H A D | subr_unit.c | 437 TAILQ_REMOVE(&uh->ppfree, up, list); in clean_unrhdrl() 585 TAILQ_REMOVE(&uh->head, us, list); in optimize_unr() 624 TAILQ_REMOVE(&uh->head, uf, list); in optimize_unr() 629 TAILQ_REMOVE(&uh->head, uf, list); in optimize_unr() 639 TAILQ_REMOVE(&uh->head, uf, list); in optimize_unr() 674 TAILQ_REMOVE(&uh->head, up, list); in collapse_unr() 684 TAILQ_REMOVE(&uh->head, upp, list); in collapse_unr() 690 TAILQ_REMOVE(&uh->head, upp, list); in collapse_unr() 699 TAILQ_REMOVE(&uh->head, upp, list); in collapse_unr() 709 TAILQ_REMOVE(&uh->head, upp, list); in collapse_unr()
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_tpc.c | 170 TAILQ_REMOVE(&lun->tpc_lists, list, links); in tpc_timeout() 182 TAILQ_REMOVE(&softc->tpc_tokens, token, links); in tpc_timeout() 211 TAILQ_REMOVE(&softc->tpc_tokens, token, links); in ctl_tpc_shutdown() 236 TAILQ_REMOVE(&lun->tpc_lists, list, links); in ctl_tpc_lun_clear() 250 TAILQ_REMOVE(&lun->tpc_lists, list, links); in ctl_tpc_lun_shutdown() 261 TAILQ_REMOVE(&softc->tpc_tokens, token, links); in ctl_tpc_lun_shutdown() 547 TAILQ_REMOVE(&lun->tpc_lists, list, links); in ctl_receive_copy_status_lid1() 616 TAILQ_REMOVE(&lun->tpc_lists, list, links); in ctl_receive_copy_failure_details() 677 TAILQ_REMOVE(&lun->tpc_lists, list, links); in ctl_receive_copy_status_lid4() 831 TAILQ_REMOVE(&list->allio, tior, links); in tpc_process_b2b() [all …]
|
/freebsd/sys/geom/ |
H A D | geom_event.c | 244 TAILQ_REMOVE(&g_doorstep, pp, orphan); in one_event() 262 TAILQ_REMOVE(&g_events, ep, events); in one_event() 309 TAILQ_REMOVE(&g_doorstep, pp, orphan); in g_cancel_event() 321 TAILQ_REMOVE(&g_events, ep, events); in g_cancel_event()
|
/freebsd/sys/geom/eli/ |
H A D | g_eli_key_cache.c | 120 TAILQ_REMOVE(&sc->sc_ekeys_queue, key, gek_next); in g_eli_key_allocate() 153 TAILQ_REMOVE(&sc->sc_ekeys_queue, key, gek_next); in g_eli_key_replace() 172 TAILQ_REMOVE(&sc->sc_ekeys_queue, key, gek_next); in g_eli_key_remove() 332 TAILQ_REMOVE(&sc->sc_ekeys_queue, key, gek_next); in g_eli_key_hold()
|
/freebsd/sys/security/audit/ |
H A D | audit_trigger.c | 89 TAILQ_REMOVE(&trigger_list, ti, list); in audit_close() 112 TAILQ_REMOVE(&trigger_list, ti, list); in audit_read()
|
/freebsd/sys/netgraph/netflow/ |
H A D | netflow.c | 588 TAILQ_REMOVE(&hsh->head, fle, fle_hash); in ng_netflow_cache_flush() 595 TAILQ_REMOVE(&hsh->head, fle, fle_hash); in ng_netflow_cache_flush() 731 TAILQ_REMOVE(&hsh->head, fle, fle_hash); in ng_netflow_flow_add() 753 TAILQ_REMOVE(&hsh->head, fle, fle_hash); in ng_netflow_flow_add() 764 TAILQ_REMOVE(&hsh->head, fle, fle_hash); in ng_netflow_flow_add() 853 TAILQ_REMOVE(&hsh->head, fle, fle_hash); in ng_netflow_flow6_add() 876 TAILQ_REMOVE(&hsh->head, fle, fle_hash); in ng_netflow_flow6_add() 887 TAILQ_REMOVE(&hsh->head, fle, fle_hash); in ng_netflow_flow6_add() 1126 TAILQ_REMOVE(&hsh->head, fle, fle_hash); in ng_netflow_expire() 1165 TAILQ_REMOVE(&hsh->head, fle, fle_hash); in ng_netflow_expire()
|
/freebsd/sys/geom/bde/ |
H A D | g_bde_work.c |
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_clip.c | 269 TAILQ_REMOVE(&sc->clip_pending, ce, plink); in t4_get_clip_entry() 313 TAILQ_REMOVE(&sc->clip_pending, ce, plink); in release_clip_entry_locked() 594 TAILQ_REMOVE(&sc->clip_pending, ce, plink); in update_hw_clip_table() 617 TAILQ_REMOVE(&sc->clip_pending, ce, plink); in update_hw_clip_table() 641 TAILQ_REMOVE(&sc->clip_pending, ce, plink); in update_hw_clip_table() 650 TAILQ_REMOVE(&sc->clip_pending, ce, plink); in update_hw_clip_table()
|