Searched refs:SLIST_INSERT_HEAD (Results 126 - 150 of 192) sorted by relevance

12345678

/freebsd-12-stable/sys/dev/kbdmux/
H A Dkbdmux.c1090 SLIST_INSERT_HEAD(&state->ks_kbds, k, next);
/freebsd-12-stable/sys/dev/ral/
H A Drt2860.c567 SLIST_INSERT_HEAD(&sc->data_pool, data, next);
603 SLIST_INSERT_HEAD(&sc->data_pool, data, next);
660 SLIST_INSERT_HEAD(&sc->data_pool, data, next);
1148 SLIST_INSERT_HEAD(&sc->data_pool, data, next);
/freebsd-12-stable/sys/net/
H A Dif_llatbl.c640 SLIST_INSERT_HEAD(&V_lltables, llt, llt_link);
H A Dif_lagg.c593 SLIST_INSERT_HEAD(&V_lagg_list, sc, sc_entries);
1788 SLIST_INSERT_HEAD(&lp->lp_mc_head, mc, mc_entries);
/freebsd-12-stable/sys/netsmb/
H A Dsmb_conn.c379 SLIST_INSERT_HEAD(&parent->co_children, child, co_next);
/freebsd-12-stable/sys/sparc64/pci/
H A Dpsycho.c366 SLIST_INSERT_HEAD(&psycho_softcs, sc, sc_link);
H A Dschizo.c346 SLIST_INSERT_HEAD(&schizo_softcs, sc, sc_link);
/freebsd-12-stable/sys/sparc64/sparc64/
H A Diommu.c608 SLIST_INSERT_HEAD(&map->dm_reslist, bdr, dr_link);
/freebsd-12-stable/sys/sys/
H A Dmbuf.h1234 SLIST_INSERT_HEAD(&m->m_pkthdr.tags, t, m_tag_link);
H A Dqueue.h270 #define SLIST_INSERT_HEAD(head, elm, field) do { \ macro
/freebsd-12-stable/sys/kern/
H A Dkern_cpu.c403 SLIST_INSERT_HEAD(&sc->saved_freq, curr_freq, link);
H A Dkern_event.c2306 SLIST_INSERT_HEAD(&knl->kl_list, kn, kn_selnext);
2619 SLIST_INSERT_HEAD(list, kn, kn_link);
/freebsd-12-stable/stand/libsa/zfs/
H A Dzfs.c1007 SLIST_INSERT_HEAD(&zfs_be_head, zfs_be, entries);
/freebsd-12-stable/sbin/camcontrol/
H A Dmodeedit.c386 SLIST_INSERT_HEAD(&namelist, newentry, link);
/freebsd-12-stable/sbin/ggate/ggated/
H A Dggated.c229 SLIST_INSERT_HEAD(&exports, ex, e_next);
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c2871 SLIST_INSERT_HEAD(&wlan_ifaces, wif, w_if);
3287 SLIST_INSERT_HEAD(&wif->peerlist, wip, wp);
3743 SLIST_INSERT_HEAD(&wif->scanlist, sr, wsr);
3936 SLIST_INSERT_HEAD(&wif->mac_maclist, wmm, wm);
4276 SLIST_INSERT_HEAD(&wif->mesh_routelist, wmr, wr);
/freebsd-12-stable/sys/dev/firewire/
H A Dsbp_targ.c1276 SLIST_INSERT_HEAD(&lstate->accept_tios, &ccb->ccb_h,
1302 SLIST_INSERT_HEAD(&lstate->immed_notifies, &ccb->ccb_h,
/freebsd-12-stable/sys/dev/ixl/
H A Dif_iavf.c1412 SLIST_INSERT_HEAD(sc->vlan_filters, v, next);
1619 SLIST_INSERT_HEAD(sc->mac_filters, f, next);
/freebsd-12-stable/sys/netgraph/
H A Dng_base.c312 SLIST_INSERT_HEAD(&ng_allhooks, hook, hk_all);
339 SLIST_INSERT_HEAD(&ng_allnodes, node, nd_all);
/freebsd-12-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c2191 SLIST_INSERT_HEAD(&swhead, stmp, sw_nextp);
2236 SLIST_INSERT_HEAD(&zwhead, ztmp, zw_nextp);
/freebsd-12-stable/sys/dev/advansys/
H A Dadvansys.c122 SLIST_INSERT_HEAD(&adv->free_ccb_infos, cinfo, links);
/freebsd-12-stable/sys/cam/ctl/
H A Dctl_backend_ramdisk.c1117 SLIST_INSERT_HEAD(&softc->lun_list, be_lun, links);
/freebsd-12-stable/sys/dev/pccbb/
H A Dpccbb.c222 SLIST_INSERT_HEAD(&sc->rl, rle, link);
/freebsd-12-stable/sys/dev/kbd/
H A Dkbd.c183 SLIST_INSERT_HEAD(&keyboard_drivers, driver, link);
/freebsd-12-stable/sys/fs/nandfs/
H A Dnandfs_vfsops.c935 SLIST_INSERT_HEAD(&nandfs_devices, nandfsdev, nd_next_device);

Completed in 341 milliseconds

12345678