Symbol: TAILQ_CONCAT
lib/libutil/imsg-buffer.c
1049
TAILQ_CONCAT(&to->bufs, &from->bufs, entry);
sbin/iked/config.c
1295
TAILQ_CONCAT(&env->sc_radcfgmaps, &cfgmaps, entry);
sbin/pfctl/parse.y
6110
TAILQ_CONCAT(dst->rules.active.ptr, src->rules.active.ptr, entries);
sbin/pfctl/parse.y
6112
TAILQ_CONCAT(dst->rules.inactive.ptr, src->rules.inactive.ptr, entries);
sbin/pfctl/pfctl_optimize.c
690
TAILQ_CONCAT(&head, &block->sb_rules, por_entry);
sbin/pfctl/pfctl_optimize.c
711
TAILQ_CONCAT(&block->sb_rules, &head, por_entry);
sbin/pfctl/pfctl_optimize.c
822
TAILQ_CONCAT(&queue, &block->sb_rules, por_entry);
sbin/unwind/frontend.c
1439
TAILQ_CONCAT(oldh, newh, entry);
sbin/unwind/resolver.c
1777
TAILQ_CONCAT(old_list, new_list, entry);
sbin/unwind/unwind.c
685
TAILQ_CONCAT(&conf->uw_forwarder_list, &xconf->uw_forwarder_list,
sbin/unwind/unwind.c
687
TAILQ_CONCAT(&conf->uw_dot_forwarder_list,
sys/dev/dt/dt_dev.c
634
TAILQ_CONCAT(&sc->ds_pcbs, &plist, dp_snext);
sys/dev/ic/qla.c
1760
TAILQ_CONCAT(&detach, &sc->sc_ports, ports);
sys/dev/pci/qle.c
2115
TAILQ_CONCAT(&detach, &sc->sc_ports, ports);
sys/dev/pv/viomb.c
377
TAILQ_CONCAT(&sc->sc_balloon_pages, &b->bl_pglist, pageq);
sys/dev/pv/viomb.c
431
TAILQ_CONCAT(&sc->sc_balloon_pages, &b->bl_pglist, pageq);
sys/kern/subr_evcount.c
73
TAILQ_CONCAT(&evcount_list, &evcount_percpu_init_list, next);
sys/kern/subr_pool.c
661
TAILQ_CONCAT(&prl, &pp->pr_requests, pr_entry);
sys/kern/subr_pool.c
692
TAILQ_CONCAT(&pp->pr_requests, &prl, pr_entry);
sys/net/pf_ioctl.c
1086
TAILQ_CONCAT(garbage, &pfstlim->pfstlim_states, pfl_link);
sys/net/pf_ioctl.c
1135
TAILQ_CONCAT(&l, &pf_statelim_list_active, pfstlim_list);
sys/net/pf_ioctl.c
1229
TAILQ_CONCAT(garbage, &pfsr->pfsr_states, pfl_link);
sys/net/pf_ioctl.c
1292
TAILQ_CONCAT(&l, &pf_sourcelim_list_active, pfsrlim_list);
usr.bin/ctfconv/parse.c
275
TAILQ_CONCAT(&fwd->it_members, &it->it_members, im_next);
usr.bin/ctfconv/parse.c
543
TAILQ_CONCAT(&itypeq, cutq, it_next);
usr.bin/newsyslog/newsyslog.c
197
TAILQ_CONCAT(&runlist, &config, next);
usr.bin/ssh/sshconnect2.c
1766
TAILQ_CONCAT(preferred, &agent, next);
usr.bin/ssh/sshconnect2.c
1792
TAILQ_CONCAT(preferred, &files, next);
usr.bin/tmux/cmd-parse.y
149
TAILQ_CONCAT($$, $2, entry);
usr.bin/tmux/cmd-parse.y
404
TAILQ_CONCAT($$, $3, entry);
usr.bin/tmux/cmd-parse.y
457
TAILQ_CONCAT(&$$->arguments, $3, entry);
usr.bin/tmux/cmd-parse.y
584
TAILQ_CONCAT($$, $2, entry);
usr.bin/tmux/cmd-parse.y
801
TAILQ_CONCAT(&last->arguments, &cmd->arguments, entry);
usr.bin/tmux/cmd.c
621
TAILQ_CONCAT(cmdlist->list, from->list, qentry);
usr.bin/tmux/cmd.c
628
TAILQ_CONCAT(cmdlist->list, from->list, qentry);
usr.bin/tmux/mode-tree.c
588
TAILQ_CONCAT(&mtd->saved, &mtd->children, entry);
usr.bin/tmux/screen-write.c
1688
TAILQ_CONCAT(&screen_write_citem_freelist, &cl->items, entry);
usr.bin/tmux/screen-write.c
1709
TAILQ_CONCAT(&ctx->s->write_list[y].items, &cl->items, entry);
usr.sbin/bgpd/config.c
367
TAILQ_CONCAT(&xconf->networks, &conf->networks, entry);
usr.sbin/bgpd/parse.y
4231
TAILQ_CONCAT(conf->filters, groupfilter_l, entry);
usr.sbin/bgpd/parse.y
4232
TAILQ_CONCAT(conf->filters, peerfilter_l, entry);
usr.sbin/bgpd/parse.y
4233
TAILQ_CONCAT(conf->filters, filter_l, entry);
usr.sbin/bgpd/rde.c
4321
TAILQ_CONCAT(&prefixes, &re->prefix_h, rib_l);
usr.sbin/bgpd/rde_filter.c
762
TAILQ_CONCAT(dest, source, entry);
usr.sbin/bgpd/rde_peer.c
543
TAILQ_CONCAT(&peerself->rib_pq_head, &peer->rib_pq_head, rib_queue);
usr.sbin/bgpd/session.c
115
TAILQ_CONCAT(conf->listen_addrs, nconf->listen_addrs, entry);
usr.sbin/ldapd/search.c
767
TAILQ_CONCAT(&plan->indices, &arg->indices,
usr.sbin/ldapd/search.c
798
TAILQ_CONCAT(&plan->indices, &arg->indices, next);
usr.sbin/npppd/npppd/npppd_radius.c
636
TAILQ_CONCAT(&_this->raddae_listens, &listens, entry);
usr.sbin/relayd/relay_http.c
1588
TAILQ_CONCAT(actions, &rule->rule_kvlist, kv_rule_entry);
usr.sbin/rpki-client/parser.c
1263
TAILQ_CONCAT(&globalq, &myq, entries);