Searched refs:SLIST_INIT (Results 76 - 100 of 129) sorted by relevance

123456

/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c2318 SLIST_INIT(&expired_ipv4);
2320 SLIST_INIT(&expired_ipv6);
3170 SLIST_INIT(&V_dyn_expired_ipv4);
3178 SLIST_INIT(&V_dyn_expired_ipv6);
/freebsd-11-stable/sbin/camcontrol/
H A Dmodeedit.c447 SLIST_INIT(&namelist);
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_dev.c859 SLIST_INIT(&sc->devmem);
/freebsd-11-stable/sys/dev/kbdmux/
H A Dkbdmux.c445 SLIST_INIT(&state->ks_kbds);
/freebsd-11-stable/lib/libbe/
H A Dbe.c407 SLIST_INIT(&bdd.promotelist);
/freebsd-11-stable/sys/sys/
H A Dmbuf.h1090 SLIST_INIT(&m->m_pkthdr.tags);
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Delf_update.c1227 SLIST_INIT(&extents);
/freebsd-11-stable/sys/dev/dpt/
H A Ddpt_scsi.c1131 SLIST_INIT(&dpt->free_dccb_list);
1245 SLIST_INIT(&dpt->sg_maps);
/freebsd-11-stable/sys/dev/firewire/
H A Dsbp_targ.c465 SLIST_INIT(&lstate->accept_tios);
466 SLIST_INIT(&lstate->immed_notifies);
/freebsd-11-stable/sys/dev/iir/
H A Diir.c194 SLIST_INIT(&gdt->sc_free_gccb);
195 SLIST_INIT(&gdt->sc_pending_gccb);
/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c2118 SLIST_INIT(&lldev->lro_free);
2119 SLIST_INIT(&lldev->lro_active);
/freebsd-11-stable/sys/dev/ixl/
H A Dif_ixlv.c3049 SLIST_INIT(sc->mac_filters);
3052 SLIST_INIT(sc->vlan_filters);
/freebsd-11-stable/sys/dev/ipw/
H A Dif_ipw.c615 SLIST_INIT(&sc->free_shdr);
638 SLIST_INIT(&sc->free_sbuf);
/freebsd-11-stable/sys/kern/
H A Duipc_usrreq.c1903 SLIST_INIT(&unp_defers);
2201 SLIST_INIT(&drl);
H A Dsubr_intr.c160 SLIST_INIT(&pic_list);
H A Dkern_conf.c98 SLIST_INIT(&cdevsw_gt_post_list);
H A Dkern_timeout.c319 SLIST_INIT(&cc->cc_callfree);
/freebsd-11-stable/sys/dev/advansys/
H A Dadvansys.c675 SLIST_INIT(&adv->free_ccb_infos);
H A Dadwcam.c748 SLIST_INIT(&adw->sg_maps);
/freebsd-11-stable/sys/dev/ahb/
H A Dahb.c403 SLIST_INIT(&ahb->free_ecbs);
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c3240 SLIST_INIT(&wif->peerlist);
3661 SLIST_INIT(&wif->scanlist);
3888 SLIST_INIT(&wif->mac_maclist);
4222 SLIST_INIT(&wif->mesh_routelist);
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcstat.c609 SLIST_INIT(&args.pa_targets);
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend_ramdisk.c181 SLIST_INIT(&softc->lun_list);
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx.c4334 SLIST_INIT(&scb_data->free_scbs);
4335 SLIST_INIT(&scb_data->sg_maps);
7504 SLIST_INIT(&lstate->accept_tios);
7505 SLIST_INIT(&lstate->immed_notifies);
/freebsd-11-stable/sys/dev/aic/
H A Daic.c1433 SLIST_INIT(&aic->free_scbs);

Completed in 395 milliseconds

123456