Searched refs:SLIST_FIRST (Results 51 - 75 of 134) sorted by relevance

123456

/freebsd-12-stable/sys/dev/aha/
H A Daha.c199 while ((sg_map = SLIST_FIRST(&aha->sg_maps))!= NULL) {
681 aha->recovery_accb = SLIST_FIRST(&aha->free_aha_ccbs);
711 if ((accb = SLIST_FIRST(&aha->free_aha_ccbs)) != NULL) {
716 accb = SLIST_FIRST(&aha->free_aha_ccbs);
1703 SLIST_FIRST(&aha->sg_maps)->sg_physaddr = segs->ds_addr;
/freebsd-12-stable/sys/dev/advansys/
H A Dadwcam.c111 if ((acb = SLIST_FIRST(&adw->free_acb_list)) != NULL) {
115 acb = SLIST_FIRST(&adw->free_acb_list);
767 while ((sg_map = SLIST_FIRST(&adw->sg_maps)) != NULL) {
/freebsd-12-stable/sys/dev/mpr/
H A Dmpr_sas_lsi.c985 lun = SLIST_FIRST(&targ->luns);
1366 lun = SLIST_FIRST(&targ->luns);
1431 lun = SLIST_FIRST(&targ->luns);
/freebsd-12-stable/contrib/nvi/cl/
H A Dcl_term.c195 if (qp == SLIST_FIRST(gp->seqq))
/freebsd-12-stable/contrib/nvi/common/
H A Dmain.c490 while ((mp = SLIST_FIRST(gp->msgq)) != NULL) {
/freebsd-12-stable/contrib/elftoolchain/nm/
H A Dnm.c401 e = SLIST_FIRST(&nm_out_filter);
1416 func = SLIST_FIRST(func_info);
1427 var = SLIST_FIRST(var_info);
1438 lie = SLIST_FIRST(line_info);
/freebsd-12-stable/contrib/bsnmp/gensnmpdef/
H A Dgensnmpdef.c416 while ((t = SLIST_FIRST(&tdefs)) != NULL) {
/freebsd-12-stable/sys/dev/sound/pcm/
H A Dchannel.h178 #define CHN_FIRST(x, y) SLIST_FIRST(CHN_HEAD(x, y))
H A Dfeeder.c162 next = SLIST_FIRST(&feedertab);
/freebsd-12-stable/share/man/man3/
H A DMakefile100 queue.3 SLIST_FIRST.3 \
/freebsd-12-stable/usr.bin/du/
H A Ddu.c538 ign = SLIST_FIRST(&ignores);
/freebsd-12-stable/usr.bin/last/
H A Dlast.c313 while ((tt = SLIST_FIRST(&idlist)) != NULL) {
/freebsd-12-stable/usr.bin/systat/
H A Difstat.c189 node = SLIST_FIRST(&curlist);
/freebsd-12-stable/usr.sbin/ac/
H A Dac.c323 for (lp = SLIST_FIRST(&CurUtmpx), lp2 = NULL; lp != NULL;)
/freebsd-12-stable/usr.sbin/cpucontrol/
H A Dcpucontrol.c570 while ((elm = SLIST_FIRST(&datadirs)) != NULL) {
/freebsd-12-stable/sys/dev/mps/
H A Dmps_sas_lsi.c764 lun = SLIST_FIRST(&targ->luns);
1064 lun = SLIST_FIRST(&targ->luns);
/freebsd-12-stable/sys/sparc64/sparc64/
H A Diommu.c650 iommu_dvma_vfree_res(map, SLIST_FIRST(&map->dm_reslist));
661 for (r = SLIST_FIRST(&map->dm_reslist); r != NULL; r = n) {
/freebsd-12-stable/sys/kern/
H A Dkern_cpu.c225 while ((saved_freq = SLIST_FIRST(&sc->saved_freq)) != NULL) {
299 saved_freq = SLIST_FIRST(&sc->saved_freq);
H A Dkern_sysctl.c346 nodes[indx] = SLIST_FIRST(&sysctl__children);
348 nodes[indx] = SLIST_FIRST(&nodes[indx - 1]->oid_children);
1239 oidp = SLIST_FIRST(lsp);
/freebsd-12-stable/stand/libsa/zfs/
H A Dzfs.c918 zfs_be = SLIST_FIRST(&zfs_be_head);
985 zfs_be = SLIST_FIRST(&zfs_be_head);
/freebsd-12-stable/contrib/nvi/vi/
H A Dvs_msg.c684 while ((mp = SLIST_FIRST(gp->msgq)) != NULL) {
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_targ_bh.c366 while ((ccb_h = SLIST_FIRST(&softc->immed_notify_slist)) != NULL) {
/freebsd-12-stable/sys/dev/dpt/
H A Ddpt_scsi.c209 if ((dccb = SLIST_FIRST(&dpt->free_dccb_list)) != NULL) {
214 dccb = SLIST_FIRST(&dpt->free_dccb_list);
335 sg_map = SLIST_FIRST(&dpt->sg_maps);
1050 while ((sg_map = SLIST_FIRST(&dpt->sg_maps)) != NULL) {
/freebsd-12-stable/sys/dev/firewire/
H A Dsbp_targ.c486 if (SLIST_FIRST(&lstate->accept_tios) != NULL) {
491 if (SLIST_FIRST(&lstate->immed_notifies) != NULL) {
907 curelm = SLIST_FIRST(list);
1756 SLIST_FIRST(&login->lstate->accept_tios);
/freebsd-12-stable/sys/dev/ips/
H A Dips.c201 command = SLIST_FIRST(&sc->free_cmd_list);

Completed in 227 milliseconds

123456