Searched refs:SLIST_FIRST (Results 76 - 100 of 134) sorted by relevance

123456

/freebsd-12-stable/sys/dev/nvdimm/
H A Dnvdimm.c230 SLIST_FIRST(&nv->labels)->label.dimm_phys_addr) {
/freebsd-12-stable/sys/netpfil/pf/
H A Dpf_table.c824 for (p = SLIST_FIRST(workq); p != NULL; p = q) {
1628 for (p = SLIST_FIRST(&workq); p != NULL; p = q) {
1812 for (p = SLIST_FIRST(workq); p; p = q) {
1952 for (p = SLIST_FIRST(workq); p; p = q) {
/freebsd-12-stable/sys/kern/
H A Dsubr_lock.c519 lp = SLIST_FIRST(&type->lpt_lpalloc);
H A Dkern_event.c2101 while ((kn = SLIST_FIRST(&kq->kq_knlist[i])) != NULL) {
2115 while ((kn = SLIST_FIRST(&kq->kq_knhash[i])) != NULL) {
2537 kn = SLIST_FIRST(&knl->kl_list);
2581 (kn = SLIST_FIRST(&kq->kq_knlist[fd])) != NULL) {
H A Dkern_exec.c1402 while ((argkva = SLIST_FIRST(&exec_args_kva_freelist)) == NULL)
1457 while ((argkva = SLIST_FIRST(&head)) != NULL) {
H A Duipc_usrreq.c2449 if (SLIST_FIRST(&unp_defers) == NULL) {
2456 while ((dr = SLIST_FIRST(&drl)) != NULL) {
/freebsd-12-stable/sbin/nvmecontrol/
H A Dlogpage.c141 l = SLIST_FIRST(&logpages);
/freebsd-12-stable/sys/dev/advansys/
H A Dadvansys.c106 if ((cinfo = SLIST_FIRST(&adv->free_ccb_infos)) != NULL) {
693 while ((cinfo = SLIST_FIRST(&adv->free_ccb_infos)) != NULL) {
/freebsd-12-stable/sys/cam/
H A Dcam_xpt.c672 for (i = 0, periph = SLIST_FIRST(&device->periphs);
2373 periph = SLIST_FIRST(&device->periphs);
2909 for (nperiph = SLIST_FIRST(periph_head), i = 0;
3012 cur_entry = SLIST_FIRST(async_head);
4395 cur_entry = SLIST_FIRST(async_head);
4766 while ((ccb_h = SLIST_FIRST(&periph->ccb_list)) == NULL ||
5246 for (periph = SLIST_FIRST(&device->periphs), i = 0; periph != NULL;
5249 periph = SLIST_FIRST(&device->periphs);
/freebsd-12-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c282 while ((f = SLIST_FIRST(&snmptoolctx->filelist)) != NULL) {
1414 while ((o = SLIST_FIRST(&snmptoolctx->snmp_objectlist)) != NULL) {
/freebsd-12-stable/usr.sbin/mountd/
H A Dmountd.c1894 SLIST_FIRST(&oldexphead[i]) = SLIST_FIRST(&exphead[i]);
/freebsd-12-stable/contrib/nvi/ex/
H A Dex_cscope.c918 if (cp == SLIST_FIRST(exp->cscq))
/freebsd-12-stable/contrib/elftoolchain/libelf/
H A Delf_update.c353 while ((ex = SLIST_FIRST(extents)) != NULL) {
/freebsd-12-stable/lib/libbe/
H A Dbe.c326 entry = SLIST_FIRST(&bdd->promotelist);
/freebsd-12-stable/sys/dev/ida/
H A Dida.c140 if ((qcb = SLIST_FIRST(&ida->free_qcbs)) != NULL) {
/freebsd-12-stable/sys/dev/kbdmux/
H A Dkbdmux.c568 while ((k = SLIST_FIRST(&state->ks_kbds)) != NULL) {
/freebsd-12-stable/sys/dev/qlxgbe/
H A Dql_isr.c749 queued = SLIST_FIRST(&lro->lro_active);
/freebsd-12-stable/sys/sys/
H A Dmbuf.h1214 return (SLIST_FIRST(&m->m_pkthdr.tags));
/freebsd-12-stable/sbin/ggate/ggated/
H A Dggated.c241 ex = SLIST_FIRST(&exports);
/freebsd-12-stable/usr.sbin/pmcstat/
H A Dpmcstat.c244 pt = SLIST_FIRST(&args.pa_targets);
/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic79xx.c5809 while ((sns_map = SLIST_FIRST(&scb_data->sense_maps)) != NULL) {
5824 while ((sg_map = SLIST_FIRST(&scb_data->sg_maps)) != NULL) {
5839 while ((hscb_map = SLIST_FIRST(&scb_data->hscb_maps)) != NULL) {
6082 hscb_map = SLIST_FIRST(&scb_data->hscb_maps);
6116 sg_map = SLIST_FIRST(&scb_data->sg_maps);
6154 sense_map = SLIST_FIRST(&scb_data->sense_maps);
8559 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) {
10120 if (SLIST_FIRST(&lstate->accept_tios) != NULL) {
10125 if (SLIST_FIRST(&lstate->immed_notifies) != NULL) {
10306 atio = (struct ccb_accept_tio*)SLIST_FIRST(
[all...]
/freebsd-12-stable/sys/dev/isp/
H A Disp_freebsd.c982 while ((ccb = (union ccb *)SLIST_FIRST(&tptr->atios)) != NULL) {
987 while ((ccb = (union ccb *)SLIST_FIRST(&tptr->inots)) != NULL) {
1686 atiop = (struct ccb_accept_tio *) SLIST_FIRST(&tptr->atios);
1853 atiop = (struct ccb_accept_tio *) SLIST_FIRST(&tptr->atios);
2359 inot = (struct ccb_immediate_notify *) SLIST_FIRST(&tptr->inots);
/freebsd-12-stable/sys/dev/iir/
H A Diir.c663 gccb = SLIST_FIRST(&gdt->sc_free_gccb);
1439 if ((gccb = SLIST_FIRST(&gdt->sc_pending_gccb)) != NULL)
/freebsd-12-stable/sys/dev/ipw/
H A Dif_ipw.c1581 shdr = SLIST_FIRST(&sc->free_shdr);
1582 sbuf = SLIST_FIRST(&sc->free_sbuf);
/freebsd-12-stable/sys/dev/ixl/
H A Dif_iavf.c2148 f = SLIST_FIRST(sc->mac_filters);
2154 v = SLIST_FIRST(sc->vlan_filters);

Completed in 419 milliseconds

123456