/freebsd/usr.sbin/jail/ |
H A D | jailparse.y | 130 TAILQ_CONCAT(&$$->val, $3, tq); 136 TAILQ_CONCAT(&$$->val, $3, tq); 143 TAILQ_CONCAT(&$$->val, $2, tq);
|
H A D | config.c | 156 TAILQ_CONCAT(&opp, &j->params, tq); in load_config() 440 TAILQ_CONCAT(&dp->val, &nss, tq); in add_param() 447 TAILQ_CONCAT(&np->val, &nss, tq); in add_param()
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | auditdistd.h | 257 TAILQ_CONCAT((tolist), (fromlist1), adr_next); \ 260 TAILQ_CONCAT((tolist), (fromlist2), adr_next); \
|
/freebsd/sys/dev/nvmf/host/ |
H A D | nvmf_ns.c | 423 TAILQ_CONCAT(&bios, &ns->pending_bios, bio_queue); in nvmf_reconnect_ns() 442 TAILQ_CONCAT(&bios, &ns->pending_bios, bio_queue); in nvmf_shutdown_ns() 478 TAILQ_CONCAT(&bios, &ns->pending_bios, bio_queue); in nvmf_destroy_ns()
|
/freebsd/sys/security/mac_ipacl/ |
H A D | mac_ipacl.c | 301 TAILQ_CONCAT(&save_head, &rule_head, r_entries); in sysctl_rules() 302 TAILQ_CONCAT(&rule_head, &head, r_entries); in sysctl_rules()
|
/freebsd/sys/security/mac_portacl/ |
H A D | mac_portacl.c | 359 TAILQ_CONCAT(&save_head, &rule_head, r_entries); in sysctl_rules() 360 TAILQ_CONCAT(&rule_head, &head, r_entries); in sysctl_rules()
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_page_alloc.c | 633 TAILQ_CONCAT(&pool->list, &new_pages, plinks.q); in ttm_page_pool_fill_locked() 642 TAILQ_CONCAT(&pool->list, &new_pages, plinks.q); in ttm_page_pool_fill_locked() 669 TAILQ_CONCAT(pages, &pool->list, plinks.q); in ttm_page_pool_get_pages()
|
/freebsd/sys/dev/iommu/ |
H A D | busdma_iommu.c | 658 TAILQ_CONCAT(&map->map_entries, &entries, dmamap_link); in iommu_bus_dmamap_load_something() 667 TAILQ_CONCAT(&domain->unload_entries, &entries, dmamap_link); in iommu_bus_dmamap_load_something() 868 TAILQ_CONCAT(&entries, &map->map_entries, dmamap_link); in iommu_bus_dmamap_unload() 872 TAILQ_CONCAT(&domain->unload_entries, &entries, dmamap_link); in iommu_bus_dmamap_unload()
|
/freebsd/sys/sys/ |
H A D | queue_mergesort.h | 44 TAILQ_CONCAT(head1, head2, field)
|
H A D | queue.h | 778 #define TAILQ_CONCAT(head1, head2, field) do { \ macro
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | sys-queue.h | 110 #undef TAILQ_CONCAT 619 #define TAILQ_CONCAT(head1, head2, field) do { \ macro
|
/freebsd/sys/kern/ |
H A D | subr_turnstile.c | 901 TAILQ_CONCAT(&ts->ts_pending, &ts->ts_blocked[queue], td_lockq); in turnstile_broadcast() 963 TAILQ_CONCAT(&pending_threads, &ts->ts_pending, td_lockq); in turnstile_unpend()
|
/freebsd/sys/dev/usb/video/ |
H A D | udl.c | 599 TAILQ_CONCAT(&sc->sc_cmd_buf_free, phead, entry); in udl_bulk_write_callback() 620 TAILQ_CONCAT(&sc->sc_cmd_buf_free, phead, entry); in udl_bulk_write_callback()
|
/freebsd/contrib/openbsm/compat/ |
H A D | queue.h | 434 #define TAILQ_CONCAT(head1, head2, field) do { \ macro
|
/freebsd/sbin/hastd/ |
H A D | parse.y | 920 TAILQ_CONCAT(&lconfig->hc_listen, &depth0_listen, hl_next); in yy_config_parse()
|
H A D | hastd.c | 606 TAILQ_CONCAT(&cfg->hc_listen, &newcfg->hc_listen, hl_next); in hastd_reload()
|
/freebsd/share/man/man3/ |
H A D | Makefile | 263 queue.3 TAILQ_CONCAT.3 \
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_tx_edma.c | 272 TAILQ_CONCAT(&txq->fifo.axq_q, &sq, bf_list); in ath_tx_edma_push_staging_list()
|
H A D | if_ath_rx_edma.c | 571 TAILQ_CONCAT(&rxlist, &sc->sc_rx_rxlist[qtype], bf_list); in ath_edma_recv_proc_deferred_queue()
|
H A D | if_ath_beacon.c | 642 TAILQ_CONCAT(&cabq->fifo.axq_q, &cabq->axq_q, bf_list); in ath_beacon_cabq_start_edma()
|
/freebsd/usr.sbin/rtsold/ |
H A D | rtsol.c | 689 TAILQ_CONCAT(sm_rdnss_head, sm_dnssl_head, sm_next); in ra_opt_rdnss_dispatch()
|
/freebsd/sys/dev/usb/controller/ |
H A D | dwc_otg.c | 2630 TAILQ_CONCAT(&sc->sc_bus.intr_q.head, &head, wait_entry); in dwc_otg_update_host_transfer_schedule_locked() 2640 TAILQ_CONCAT(&head, &sc->sc_bus.intr_q.head, wait_entry); in dwc_otg_update_host_transfer_schedule_locked() 2641 TAILQ_CONCAT(&sc->sc_bus.intr_q.head, &head, wait_entry); in dwc_otg_update_host_transfer_schedule_locked() 2651 TAILQ_CONCAT(&sc->sc_bus.intr_q.head, &head, wait_entry); in dwc_otg_update_host_transfer_schedule_locked()
|
/freebsd/contrib/libarchive/unzip/ |
H A D | la_queue.h | 674 #define TAILQ_CONCAT(head1, head2, field) do { \ macro
|
/freebsd/sys/netipsec/ |
H A D | key.c | 2632 TAILQ_CONCAT(&drainq, &V_sptree[dir], chain); in key_spdflush() 6407 TAILQ_CONCAT(&drainq, &sah->savtree_alive, chain); in key_delete_all() 6476 TAILQ_CONCAT(&drainq, &sah->savtree_alive, chain); in key_delete_xform() 7813 TAILQ_CONCAT(&flushq, &V_sahtree, chain); in key_flush() 8690 TAILQ_CONCAT(&drainq, &V_sptree[i], chain); in key_vnet_destroy() 8691 TAILQ_CONCAT(&drainq, &V_sptree_ifnet[i], chain); in key_vnet_destroy() 8707 TAILQ_CONCAT(&sahdrainq, &V_sahtree, chain); in key_vnet_destroy()
|
/freebsd/crypto/openssh/ |
H A D | sshconnect2.c | 1766 TAILQ_CONCAT(preferred, &agent, next); in pubkey_prepare() 1792 TAILQ_CONCAT(preferred, &files, next); in pubkey_prepare()
|