Home
last modified time | relevance | path

Searched refs:TAILQ_CONCAT (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/sys/kern/
H A Dsubr_evcount.c73 TAILQ_CONCAT(&evcount_list, &evcount_percpu_init_list, next); in evcount_init_percpu()
H A Dsubr_pool.c655 TAILQ_CONCAT(&prl, &pp->pr_requests, pr_entry); in pool_runqueue()
686 TAILQ_CONCAT(&pp->pr_requests, &prl, pr_entry); in pool_runqueue()
/openbsd/sys/dev/pv/
H A Dviomb.c375 TAILQ_CONCAT(&sc->sc_balloon_pages, &b->bl_pglist, pageq); in viomb_deflate()
429 TAILQ_CONCAT(&sc->sc_balloon_pages, &b->bl_pglist, pageq); in viomb_inflate_intr()
/openbsd/usr.bin/tmux/
H A Dcmd-parse.y149 TAILQ_CONCAT($$, $2, entry);
390 TAILQ_CONCAT($$, $3, entry);
443 TAILQ_CONCAT(&$$->arguments, $3, entry);
570 TAILQ_CONCAT($$, $2, entry);
H A Dcmd.c612 TAILQ_CONCAT(cmdlist->list, from->list, qentry); in cmd_list_append_all()
619 TAILQ_CONCAT(cmdlist->list, from->list, qentry); in cmd_list_move()
H A Dscreen-write.c1635 TAILQ_CONCAT(&screen_write_citem_freelist, &cl->items, entry); in screen_write_collect_clear()
1656 TAILQ_CONCAT(&ctx->s->write_list[y].items, &cl->items, entry); in screen_write_collect_scroll()
H A Dmode-tree.c486 TAILQ_CONCAT(&mtd->saved, &mtd->children, entry); in mode_tree_build()
/openbsd/sbin/unwind/
H A Dunwind.c675 TAILQ_CONCAT(&conf->uw_forwarder_list, &xconf->uw_forwarder_list, in merge_config()
677 TAILQ_CONCAT(&conf->uw_dot_forwarder_list, in merge_config()
H A Dfrontend.c1420 TAILQ_CONCAT(oldh, newh, entry); in merge_tas()
H A Dresolver.c1744 TAILQ_CONCAT(old_list, new_list, entry); in replace_forwarders()
/openbsd/usr.sbin/ldapd/
H A Dsearch.c767 TAILQ_CONCAT(&plan->indices, &arg->indices, in search_planner()
798 TAILQ_CONCAT(&plan->indices, &arg->indices, next); in search_planner()
/openbsd/sbin/pfctl/
H A Dpfctl_optimize.c690 TAILQ_CONCAT(&head, &block->sb_rules, por_entry); in reorder_rules()
711 TAILQ_CONCAT(&block->sb_rules, &head, por_entry); in reorder_rules()
822 TAILQ_CONCAT(&queue, &block->sb_rules, por_entry); in block_feedback()
H A Dparse.y5553 TAILQ_CONCAT(dst->rules.active.ptr, src->rules.active.ptr, entries); in mv_rules()
5555 TAILQ_CONCAT(dst->rules.inactive.ptr, src->rules.inactive.ptr, entries); in mv_rules()
/openbsd/usr.bin/ctfconv/
H A Dparse.c275 TAILQ_CONCAT(&fwd->it_members, &it->it_members, im_next); in it_merge()
543 TAILQ_CONCAT(&itypeq, cutq, it_next); in cu_merge()
/openbsd/usr.sbin/bgpd/
H A Drde.c516 TAILQ_CONCAT(&netconf_s.attrset, &session_set, entry); in rde_dispatch_imsg_session()
885 TAILQ_CONCAT(&netconf_p.attrset, &parent_set, entry); in rde_dispatch_imsg_parent()
1055 TAILQ_CONCAT(&r->set, &parent_set, entry); in rde_dispatch_imsg_parent()
1152 TAILQ_CONCAT(&vpn->export, &parent_set, entry); in rde_dispatch_imsg_parent()
1160 TAILQ_CONCAT(&vpn->import, &parent_set, entry); in rde_dispatch_imsg_parent()
3982 TAILQ_CONCAT(&prefixes, &re->prefix_h, entry.list.rib); in rde_softreconfig_sync_reeval()
H A Dconfig.c365 TAILQ_CONCAT(&xconf->networks, &conf->networks, entry); in merge_config()
H A Drde_filter.c567 TAILQ_CONCAT(dest, source, entry); in filterset_move()
H A Dparse.y4177 TAILQ_CONCAT(conf->filters, groupfilter_l, entry); in parse_config()
4178 TAILQ_CONCAT(conf->filters, peerfilter_l, entry); in parse_config()
4179 TAILQ_CONCAT(conf->filters, filter_l, entry); in parse_config()
/openbsd/sys/dev/dt/
H A Ddt_dev.c547 TAILQ_CONCAT(&sc->ds_pcbs, &plist, dp_snext); in dt_ioctl_probe_enable()
/openbsd/sys/sys/
H A Dqueue.h527 #define TAILQ_CONCAT(head1, head2, field) do { \ macro
/openbsd/usr.bin/ssh/
H A Dsshconnect2.c1757 TAILQ_CONCAT(preferred, &agent, next); in pubkey_prepare()
1783 TAILQ_CONCAT(preferred, &files, next); in pubkey_prepare()
/openbsd/usr.bin/newsyslog/
H A Dnewsyslog.c200 TAILQ_CONCAT(&runlist, &config, next); in main()
/openbsd/usr.sbin/relayd/
H A Drelay_http.c1718 TAILQ_CONCAT(actions, &rule->rule_kvlist, kv_rule_entry); in relay_match_actions()
/openbsd/sys/dev/ic/
H A Dqla.c1760 TAILQ_CONCAT(&detach, &sc->sc_ports, ports); in qla_do_update()
/openbsd/sys/dev/pci/
H A Dqle.c2123 TAILQ_CONCAT(&detach, &sc->sc_ports, ports); in qle_do_update()

12