Searched refs:SLIST_INSERT_HEAD (Results 51 - 75 of 192) sorted by relevance

12345678

/freebsd-12-stable/sys/dev/nvdimm/
H A Dnvdimm.c231 SLIST_INSERT_HEAD(&nv->labels, entry, link);
530 SLIST_INSERT_HEAD(&dev->spas, spa_mapping, link);
/freebsd-12-stable/sys/dev/ofw/
H A Dopenfirm.c139 SLIST_INSERT_HEAD(&xreflist, xi, next_entry);
187 SLIST_INSERT_HEAD(&xreflist, xi, next_entry);
/freebsd-12-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm.c242 SLIST_INSERT_HEAD(&search_path, include_dir,
781 SLIST_INSERT_HEAD(&scope_stack, new_scope, scope_stack_links);
/freebsd-12-stable/sys/netpfil/pf/
H A Dpf_osfp.c343 SLIST_INSERT_HEAD(&fp->fp_oses, entry, fp_entry);
462 SLIST_INSERT_HEAD(list, ins, fp_next);
/freebsd-12-stable/sys/kern/
H A Dsubr_lock.c278 SLIST_INSERT_HEAD(&type->lpt_lpalloc, &type->lpt_prof[i],
529 SLIST_INSERT_HEAD(&type->lpt_hash[hash], lp, link);
H A Duipc_mbuf2.c447 SLIST_INSERT_HEAD(&to->m_pkthdr.tags, t, m_tag_link);
/freebsd-12-stable/contrib/nvi/common/
H A Dseq.c123 SLIST_INSERT_HEAD(sp->gp->seqq, qp, q);
H A Dmain.c74 SLIST_INSERT_HEAD(gp->ecq, &gp->excmd, q);
/freebsd-12-stable/contrib/nvi/ex/
H A Dex_init.c295 SLIST_INSERT_HEAD(gp->ecq, ecp, q);
/freebsd-12-stable/contrib/dma/
H A Dspool.c110 SLIST_INSERT_HEAD(&tmpfs, t, next);
/freebsd-12-stable/contrib/elftoolchain/libelftc/
H A Delftc_string_table.c326 SLIST_INSERT_HEAD(&st->st_buckets[hashindex], ste, ste_next);
/freebsd-12-stable/sys/dev/nand/
H A Dnandsim_swap.c103 SLIST_INSERT_HEAD(&swap->free_bs, block_space, free_link);
/freebsd-12-stable/sys/dev/lge/
H A Dif_lge.c791 SLIST_INSERT_HEAD(&sc->lge_jfree_listhead,
811 SLIST_INSERT_HEAD(&sc->lge_jfree_listhead, entry,
844 SLIST_INSERT_HEAD(&sc->lge_jinuse_listhead, entry, jpool_entries);
876 SLIST_INSERT_HEAD(&sc->lge_jfree_listhead, entry, jpool_entries);
/freebsd-12-stable/sys/netinet/
H A Din_var.h426 SLIST_INSERT_HEAD(inmh, inm, inm_nrele);
/freebsd-12-stable/sys/mips/sibyte/
H A Dsb_zbbus.c121 SLIST_INSERT_HEAD(&sb_intmap_head, map, next);
/freebsd-12-stable/stand/libsa/geli/
H A Dgeliboot.c174 SLIST_INSERT_HEAD(&known_devs_head, kdev, entries);
/freebsd-12-stable/sbin/dump/
H A Doptr.c332 SLIST_INSERT_HEAD(&table, pf, pf_list);
/freebsd-12-stable/sbin/nvmecontrol/
H A Dcomnd.c334 SLIST_INSERT_HEAD(&up->subcmd, cmd, link);
/freebsd-12-stable/contrib/bsnmp/snmpd/
H A Dtrap.c688 SLIST_INSERT_HEAD(&target_addresslist, addrs, ta);
787 SLIST_INSERT_HEAD(&target_paramlist, param, tp);
852 SLIST_INSERT_HEAD(&target_notifylist, notify, tn);
/freebsd-12-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpmap.c304 SLIST_INSERT_HEAD(headp, entry, link);
510 SLIST_INSERT_HEAD(&snmptoolctx->snmp_tablelist, entry, link);
584 SLIST_INSERT_HEAD(&snmptoolctx->snmp_tclist, entry, link);
/freebsd-12-stable/sys/dev/advansys/
H A Dadwcam.c142 SLIST_INSERT_HEAD(&adw->free_acb_list, acb, links);
171 SLIST_INSERT_HEAD(&adw->sg_maps, sg_map, links);
218 SLIST_INSERT_HEAD(&adw->free_acb_list, next_acb, links);
/freebsd-12-stable/contrib/elftoolchain/nm/
H A Dnm.c419 SLIST_INSERT_HEAD(&nm_out_filter, e, filter_entries);
1066 SLIST_INSERT_HEAD(var_info, var, entries);
1110 SLIST_INSERT_HEAD(func_info, func, entries);
1385 SLIST_INSERT_HEAD(line_info, lie, entries);
/freebsd-12-stable/contrib/bsnmp/gensnmpdef/
H A Dgensnmpdef.c408 SLIST_INSERT_HEAD(&tdefs, t, link);
/freebsd-12-stable/sys/dev/ixl/
H A Dixl.h493 SLIST_INSERT_HEAD(&vsi->ftl, f, next);
/freebsd-12-stable/sys/dev/sound/pcm/
H A Dchannel.h187 SLIST_INSERT_HEAD(CHN_HEAD(x, z), y, CHN_LINK(z))

Completed in 195 milliseconds

12345678