/openbsd/sys/kern/ |
H A D | subr_evcount.c | 73 TAILQ_CONCAT(&evcount_list, &evcount_percpu_init_list, next); in evcount_init_percpu()
|
H A D | subr_pool.c | 659 TAILQ_CONCAT(&prl, &pp->pr_requests, pr_entry); in pool_runqueue() 690 TAILQ_CONCAT(&pp->pr_requests, &prl, pr_entry); in pool_runqueue()
|
/openbsd/sys/dev/pv/ |
H A D | viomb.c | 377 TAILQ_CONCAT(&sc->sc_balloon_pages, &b->bl_pglist, pageq); in viomb_deflate() 431 TAILQ_CONCAT(&sc->sc_balloon_pages, &b->bl_pglist, pageq); in viomb_inflate_intr()
|
/openbsd/usr.bin/tmux/ |
H A D | cmd-parse.y | 149 TAILQ_CONCAT($$, $2, entry); 404 TAILQ_CONCAT($$, $3, entry); 457 TAILQ_CONCAT(&$$->arguments, $3, entry); 584 TAILQ_CONCAT($$, $2, entry);
|
H A D | cmd.c | 610 TAILQ_CONCAT(cmdlist->list, from->list, qentry); in cmd_list_append_all() 617 TAILQ_CONCAT(cmdlist->list, from->list, qentry); in cmd_list_move()
|
H A D | screen-write.c | 1650 TAILQ_CONCAT(&screen_write_citem_freelist, &cl->items, entry); in screen_write_collect_clear() 1671 TAILQ_CONCAT(&ctx->s->write_list[y].items, &cl->items, entry); in screen_write_collect_scroll()
|
H A D | mode-tree.c | 519 TAILQ_CONCAT(&mtd->saved, &mtd->children, entry); in mode_tree_build()
|
/openbsd/sbin/unwind/ |
H A D | unwind.c | 683 TAILQ_CONCAT(&conf->uw_forwarder_list, &xconf->uw_forwarder_list, in merge_config() 685 TAILQ_CONCAT(&conf->uw_dot_forwarder_list, in merge_config()
|
H A D | frontend.c | 1437 TAILQ_CONCAT(oldh, newh, entry); in merge_tas()
|
H A D | resolver.c | 1763 TAILQ_CONCAT(old_list, new_list, entry); in replace_forwarders()
|
/openbsd/usr.sbin/ldapd/ |
H A D | search.c | 767 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 D | pfctl_optimize.c | 690 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 D | parse.y | 5601 TAILQ_CONCAT(dst->rules.active.ptr, src->rules.active.ptr, entries); in mv_rules() 5603 TAILQ_CONCAT(dst->rules.inactive.ptr, src->rules.inactive.ptr, entries); in mv_rules()
|
/openbsd/usr.bin/ctfconv/ |
H A D | parse.c | 275 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 D | rde.c | 526 TAILQ_CONCAT(&netconf_s.attrset, &session_set, entry); in rde_dispatch_imsg_session() 897 TAILQ_CONCAT(&netconf_p.attrset, &parent_set, entry); in rde_dispatch_imsg_parent() 1067 TAILQ_CONCAT(&r->set, &parent_set, entry); in rde_dispatch_imsg_parent() 1166 TAILQ_CONCAT(&vpn->export, &parent_set, entry); in rde_dispatch_imsg_parent() 1174 TAILQ_CONCAT(&vpn->import, &parent_set, entry); in rde_dispatch_imsg_parent() 4091 TAILQ_CONCAT(&prefixes, &re->prefix_h, entry.list.rib); in rde_softreconfig_sync_reeval()
|
H A D | config.c | 367 TAILQ_CONCAT(&xconf->networks, &conf->networks, entry); in merge_config()
|
H A D | rde_filter.c | 567 TAILQ_CONCAT(dest, source, entry); in filterset_move()
|
H A D | parse.y | 4206 TAILQ_CONCAT(conf->filters, groupfilter_l, entry); in parse_config() 4207 TAILQ_CONCAT(conf->filters, peerfilter_l, entry); in parse_config() 4208 TAILQ_CONCAT(conf->filters, filter_l, entry); in parse_config()
|
/openbsd/usr.sbin/npppd/npppd/ |
H A D | npppd_radius.c | 631 TAILQ_CONCAT(&_this->raddae_listens, &listens, entry); in npppd_radius_dae_init()
|
/openbsd/sys/sys/ |
H A D | queue.h | 527 #define TAILQ_CONCAT(head1, head2, field) do { \ macro
|
/openbsd/sys/dev/dt/ |
H A D | dt_dev.c | 617 TAILQ_CONCAT(&sc->ds_pcbs, &plist, dp_snext); in dt_ioctl_probe_enable()
|
/openbsd/usr.bin/ssh/ |
H A D | sshconnect2.c | 1756 TAILQ_CONCAT(preferred, &agent, next); in pubkey_prepare() 1782 TAILQ_CONCAT(preferred, &files, next); in pubkey_prepare()
|
/openbsd/usr.bin/newsyslog/ |
H A D | newsyslog.c | 200 TAILQ_CONCAT(&runlist, &config, next); in main()
|
/openbsd/sbin/iked/ |
H A D | config.c | 1295 TAILQ_CONCAT(&env->sc_radcfgmaps, &cfgmaps, entry); in config_getradcfgmap()
|
/openbsd/usr.sbin/relayd/ |
H A D | relay_http.c | 1710 TAILQ_CONCAT(actions, &rule->rule_kvlist, kv_rule_entry); in relay_match_actions()
|