Searched refs:SLIST_INSERT_HEAD (Results 26 - 50 of 182) sorted by relevance

12345678

/freebsd-13-stable/sys/dev/etherswitch/
H A Dmiiproxy.c148 SLIST_INSERT_HEAD(&rendezvoushead, e, entries);
175 SLIST_INSERT_HEAD(&rendezvoushead, e, entries);
/freebsd-13-stable/usr.sbin/config/
H A Dconfig.y174 SLIST_INSERT_HEAD(&cputype, cp, cpu_next);
480 SLIST_INSERT_HEAD(list, op, op_next);
/freebsd-13-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c265 SLIST_INSERT_HEAD(symlist, newnode, links);
294 SLIST_INSERT_HEAD(symlist, newnode, links);
321 SLIST_INSERT_HEAD(symlist_dest, node, links);
/freebsd-13-stable/sys/netgraph/
H A Dng_pptpgre.c907 SLIST_INSERT_HEAD(&sendq, &t, next); \
967 SLIST_INSERT_HEAD(&sendq, np, next);
987 SLIST_INSERT_HEAD(&sendq, np, next);
1008 SLIST_INSERT_HEAD(&hpriv->roq, np, next);
1026 SLIST_INSERT_HEAD(&sendq, np, next);
1185 SLIST_INSERT_HEAD(&sendq, np, next);
/freebsd-13-stable/lib/libc/nls/
H A Dmsgcat.c98 SLIST_INSERT_HEAD(&cache, np, \
481 SLIST_INSERT_HEAD(&cache, np, list);
/freebsd-13-stable/sys/dev/sound/pcm/
H A Dfeeder.c79 SLIST_INSERT_HEAD(&feedertab, fte, link);
149 SLIST_INSERT_HEAD(&feedertab, fte, link);
/freebsd-13-stable/lib/libc/tests/sys/
H A Dqueue_test.c65 printf("Ensuring SLIST_INSERT_HEAD works\n");
71 SLIST_INSERT_HEAD(&head, n1, entries);
/freebsd-13-stable/lib/libgssapi/
H A Dgss_accept_sec_context.c284 SLIST_INSERT_HEAD(&dcred->gc_mc, dmc, gmc_link);
H A Dgss_mech_switch.c292 SLIST_INSERT_HEAD(&_gss_mechs, m, gm_link);
/freebsd-13-stable/sbin/dump/
H A Ditime.c118 SLIST_INSERT_HEAD(&dthead, dtwalk, dt_list);
/freebsd-13-stable/lib/libpmcstat/
H A Dlibpmcstat_process.c312 SLIST_INSERT_HEAD(&args->pa_targets, pt, pt_next);
/freebsd-13-stable/sys/dev/nvdimm/
H A Dnvdimm_acpi.c150 SLIST_INSERT_HEAD(&dev->spas, spa_mapping, link);
/freebsd-13-stable/sys/dev/acpica/Osd/
H A DOsdInterrupt.c138 SLIST_INSERT_HEAD(&acpi_intr_list, ai, ai_link);
/freebsd-13-stable/sys/dev/beri/virtio/
H A Dvirtio_mmio_platform.c148 SLIST_INSERT_HEAD(&fdt_ic_list_head, fic, fdt_ics);
/freebsd-13-stable/contrib/nvi/common/
H A Dcut.c124 SLIST_INSERT_HEAD(sp->gp->cutq, cbp, q);
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_global.c178 SLIST_INSERT_HEAD(sp->gp->ecq, ecp, q);
/freebsd-13-stable/sys/fs/pseudofs/
H A Dpseudofs_vncache.c236 SLIST_INSERT_HEAD(hash, pvd, pvd_hash);
/freebsd-13-stable/sys/kern/
H A Dkern_et.c88 SLIST_INSERT_HEAD(&eventtimers, et, et_all);
H A Duipc_accf.c95 SLIST_INSERT_HEAD(&accept_filtlsthd, filt, accf_next);
/freebsd-13-stable/sys/powerpc/pseries/
H A Dplpar_iommu.c144 SLIST_INSERT_HEAD(&iommu_map_head, window->map, entries);
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_vdso.c72 SLIST_INSERT_HEAD(&__elfN(linux_vdso_syms), s, sym);
/freebsd-13-stable/usr.sbin/makefs/
H A Dmtree.c104 SLIST_INSERT_HEAD(&mtree_fileinfo, fi, next);
/freebsd-13-stable/tests/sys/netgraph/
H A Dutil.c144 SLIST_INSERT_HEAD(&data_head, p, next);
/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dmain.c2684 SLIST_INSERT_HEAD(&usm_userlist, uuser, up);
2786 SLIST_INSERT_HEAD(&vacm_default_group.group_users, user, vvg);
2792 SLIST_INSERT_HEAD(&vacm_userlist, user, vvu);
2852 SLIST_INSERT_HEAD(&vacm_grouplist, group, vge);
2856 SLIST_INSERT_HEAD(&group->group_users, user, vvg);
2865 SLIST_INSERT_HEAD(&vacm_grouplist, &vacm_default_group, vge);
3037 SLIST_INSERT_HEAD(&vacm_viewlist, view, vvl);
3106 SLIST_INSERT_HEAD(&vacm_contextlist, ctx, vcl);
/freebsd-13-stable/sys/dev/ofw/
H A Dopenfirm.c139 SLIST_INSERT_HEAD(&xreflist, xi, next_entry);
187 SLIST_INSERT_HEAD(&xreflist, xi, next_entry);

Completed in 158 milliseconds

12345678