| /mirbsd/src/sys/net/ |
| D | pf_table.c | 282 SLIST_INSERT_HEAD(&workq, p, pfrke_workq); in pfr_add_addrs() 351 SLIST_INSERT_HEAD(&workq, p, pfrke_workq); in pfr_del_addrs() 414 SLIST_INSERT_HEAD(&changeq, p, pfrke_workq); in pfr_set_addrs() 431 SLIST_INSERT_HEAD(&addq, p, pfrke_workq); in pfr_set_addrs() 642 SLIST_INSERT_HEAD(&workq, p, pfrke_workq); in pfr_clr_astats() 987 SLIST_INSERT_HEAD(w->pfrw_workq, ke, pfrke_workq); in pfr_walktree() 1070 SLIST_INSERT_HEAD(&workq, p, pfrkt_workq); in pfr_clr_tables() 1112 SLIST_INSERT_HEAD(&addq, p, pfrkt_workq); in pfr_add_tables() 1135 SLIST_INSERT_HEAD(&addq, r, pfrkt_workq); in pfr_add_tables() 1143 SLIST_INSERT_HEAD(&changeq, p, pfrkt_workq); in pfr_add_tables() [all …]
|
| D | pf_osfp.c | 335 SLIST_INSERT_HEAD(&fp->fp_oses, entry, fp_entry); in pf_osfp_add() 453 SLIST_INSERT_HEAD(list, ins, fp_next); in pf_osfp_insert()
|
| /mirbsd/src/sys/nfs/ |
| D | nfs_kq.c | 340 SLIST_INSERT_HEAD(&kevlist, ke, kev_link); in nfs_kqfilter() 347 SLIST_INSERT_HEAD(&vp->v_selectinfo.vsi_selinfo.si_note, kn, kn_selnext); in nfs_kqfilter() 352 SLIST_INSERT_HEAD(&vp->v_klist, kn, kn_selnext); in nfs_kqfilter()
|
| /mirbsd/src/sys/sys/ |
| D | sensors.h | 67 SLIST_INSERT_HEAD(&sensors, (s), list); \
|
| /mirbsd/src/sys/dev/microcode/aic7xxx/ |
| D | aicasm_symbol.c | 264 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add() 293 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add() 320 SLIST_INSERT_HEAD(symlist_dest, node, links); in symlist_merge()
|
| D | aicasm.c | 247 SLIST_INSERT_HEAD(&search_path, include_dir, in main() 772 SLIST_INSERT_HEAD(&scope_stack, new_scope, scope_stack_links); in scope_alloc()
|
| D | aicasm_scan.l | 484 SLIST_INSERT_HEAD(&include_stack, include, links);
|
| /mirbsd/src/sys/kern/ |
| D | uipc_mbuf2.c | 285 SLIST_INSERT_HEAD(&m->m_pkthdr.tags, t, m_tag_link); in m_tag_prepend() 370 SLIST_INSERT_HEAD(&to->m_pkthdr.tags, t, m_tag_link); in m_tag_copy_chain()
|
| D | kern_event.c | 159 SLIST_INSERT_HEAD(&kq->kq_sel.si_note, kn, kn_selnext); in kqueue_kqfilter() 211 SLIST_INSERT_HEAD(&p->p_klist, kn, kn_selnext); in filt_procattach() 863 SLIST_INSERT_HEAD(list, kn, kn_link); in knote_attach()
|
| D | subr_log.c | 247 SLIST_INSERT_HEAD(klist, kn, kn_selnext); in logkqfilter()
|
| D | sys_pipe.c | 804 SLIST_INSERT_HEAD(&rpipe->pipe_sel.si_note, kn, kn_selnext); in pipe_kqfilter() 811 SLIST_INSERT_HEAD(&wpipe->pipe_sel.si_note, kn, kn_selnext); in pipe_kqfilter()
|
| /mirbsd/src/lib/libpthread/uthread/ |
| D | uthread_stack.c | 104 SLIST_INSERT_HEAD(&_stackq, stack, qe);
|
| /mirbsd/src/lib/libc/stdlib/ |
| D | hcreate.c | 189 SLIST_INSERT_HEAD(head, ie, link); in hsearch()
|
| /mirbsd/src/sys/dev/pci/ |
| D | if_ti.c | 665 SLIST_INSERT_HEAD(&sc->ti_jfree_listhead, entry, jpool_entries); 687 SLIST_INSERT_HEAD(&sc->ti_jinuse_listhead, entry, jpool_entries); 726 SLIST_INSERT_HEAD(&sc->ti_jfree_listhead, 1033 SLIST_INSERT_HEAD(&sc->ti_tx_map_listhead, 1073 SLIST_INSERT_HEAD(&sc->ti_tx_map_listhead, entry, link); 1195 SLIST_INSERT_HEAD(&sc->ti_mc_listhead, mc, mc_entries); 1960 SLIST_INSERT_HEAD(&sc->ti_tx_map_listhead, entry, 2008 SLIST_INSERT_HEAD(&sc->ti_tx_map_listhead, entry,
|
| D | maestro.c | 1544 SLIST_INSERT_HEAD(&pool->spare, &pool->zones[i], link); 1548 SLIST_INSERT_HEAD(&pool->free, space, link); 1581 SLIST_INSERT_HEAD(&pool->spare, zone, link); 1586 SLIST_INSERT_HEAD(head, zone, link); 1590 SLIST_INSERT_HEAD(&pool->spare, next, link);
|
| /mirbsd/src/share/man/man3/ |
| D | Makefile | 47 queue.3 SLIST_INSERT_AFTER.3 queue.3 SLIST_INSERT_HEAD.3 \
|
| /mirbsd/src/sys/dev/usb/ |
| D | if_atu.c | 1621 SLIST_INSERT_HEAD(&cd->atu_tx_free, c, atu_list); in atu_tx_list_init() 1819 SLIST_INSERT_HEAD(&sc->atu_cdata.atu_tx_free, c, atu_list); in atu_txeof() 1975 SLIST_INSERT_HEAD(&cd->atu_tx_free, c, in atu_start() 1987 SLIST_INSERT_HEAD(&cd->atu_tx_free, c, in atu_start() 2031 SLIST_INSERT_HEAD(&cd->atu_tx_free, c, in atu_start()
|
| /mirbsd/src/usr.bin/grep/ |
| D | grep.c | 369 SLIST_INSERT_HEAD(&patfilelh, patfile, pf_next); in main()
|
| /mirbsd/src/sbin/bioctl/ |
| D | bioctl.c | 361 SLIST_INSERT_HEAD(&ul, delm, next); in parse_devlist() 930 SLIST_INSERT_HEAD(&devices, delm, next); in bio_pt_enum()
|
| /mirbsd/src/sys/netisdn/ |
| D | i4b_l4.c | 92 SLIST_INSERT_HEAD(&isdnif_list, new_ctrl, l3drvq); in isdn_attach_isdnif() 258 SLIST_INSERT_HEAD(&l4_driver_registry, new_driver, l4drvq); in isdn_l4_driver_attach()
|
| /mirbsd/src/usr.bin/pkill/ |
| D | pkill.c | 484 SLIST_INSERT_HEAD(head, li, li_chain); in makelist()
|
| /mirbsd/src/sys/netinet/ |
| D | ip_ipsp.c | 1159 SLIST_INSERT_HEAD(&tags, in ipsp_parse_headers() 1287 SLIST_INSERT_HEAD(&tags, mtag, m_tag_link); in ipsp_parse_headers()
|
| /mirbsd/src/libexec/spamd/ |
| D | grey.c | 341 SLIST_INSERT_HEAD(&match_suffix, m, entry); in readsuffixlists() 470 SLIST_INSERT_HEAD(&db_changes, dbc, entry); in queue_change()
|
| /mirbsd/src/sys/miscfs/fifofs/ |
| D | fifo_vnops.c | 596 SLIST_INSERT_HEAD(&sb->sb_sel.si_note, ap->a_kn, kn_selnext);
|
| /mirbsd/src/usr.sbin/ifwatchd/ |
| D | ifwatchd.c | 429 SLIST_INSERT_HEAD(&ifs, p, next); in list_interfaces()
|