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

123456

/freebsd-13-stable/contrib/elftoolchain/nm/
H A Dnm.c438 e = SLIST_FIRST(&nm_out_filter);
1454 func = SLIST_FIRST(func_info);
1465 var = SLIST_FIRST(var_info);
1476 lie = SLIST_FIRST(line_info);
/freebsd-13-stable/sys/dev/nvdimm/
H A Dnvdimm.c231 SLIST_FIRST(&nv->labels)->label.dimm_phys_addr) {
/freebsd-13-stable/contrib/nvi/cl/
H A Dcl_term.c192 if (qp == SLIST_FIRST(gp->seqq))
/freebsd-13-stable/contrib/nvi/common/
H A Dmain.c475 while ((mp = SLIST_FIRST(gp->msgq)) != NULL) {
/freebsd-13-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-13-stable/usr.sbin/ac/
H A Dac.c323 for (lp = SLIST_FIRST(&CurUtmpx), lp2 = NULL; lp != NULL;)
/freebsd-13-stable/usr.sbin/cpucontrol/
H A Dcpucontrol.c571 while ((elm = SLIST_FIRST(&datadirs)) != NULL) {
/freebsd-13-stable/usr.bin/du/
H A Ddu.c538 ign = SLIST_FIRST(&ignores);
/freebsd-13-stable/usr.bin/last/
H A Dlast.c313 while ((tt = SLIST_FIRST(&idlist)) != NULL) {
/freebsd-13-stable/usr.bin/systat/
H A Difstat.c189 node = SLIST_FIRST(&curlist);
/freebsd-13-stable/sys/dev/mps/
H A Dmps_sas_lsi.c763 lun = SLIST_FIRST(&targ->luns);
1060 lun = SLIST_FIRST(&targ->luns);
/freebsd-13-stable/sys/kern/
H A Dkern_cpu.c222 while ((saved_freq = SLIST_FIRST(&sc->saved_freq)) != NULL) {
291 saved_freq = SLIST_FIRST(&sc->saved_freq);
H A Dkern_event.c2184 while ((kn = SLIST_FIRST(&kq->kq_knlist[i])) != NULL) {
2198 while ((kn = SLIST_FIRST(&kq->kq_knhash[i])) != NULL) {
2608 kn = SLIST_FIRST(&knl->kl_list);
2652 (kn = SLIST_FIRST(&kq->kq_knlist[fd])) != NULL) {
H A Dsubr_lock.c558 lp = SLIST_FIRST(&type->lpt_lpalloc);
H A Dkern_sysctl.c358 nodes[indx] = SLIST_FIRST(&sysctl__children);
360 nodes[indx] = SLIST_FIRST(&nodes[indx - 1]->oid_children);
1291 oidp = SLIST_FIRST(lsp);
H A Dkern_exec.c1331 while ((argkva = SLIST_FIRST(&exec_args_kva_freelist)) == NULL)
1386 while ((argkva = SLIST_FIRST(&head)) != NULL) {
/freebsd-13-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-13-stable/sys/dev/ips/
H A Dips.c205 command = SLIST_FIRST(&sc->free_cmd_list);
/freebsd-13-stable/contrib/nvi/vi/
H A Dvs_msg.c683 while ((mp = SLIST_FIRST(gp->msgq)) != NULL) {
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_targ_bh.c366 while ((ccb_h = SLIST_FIRST(&softc->immed_notify_slist)) != NULL) {
/freebsd-13-stable/share/man/man3/
H A DMakefile210 queue.3 SLIST_FIRST.3 \
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_table.c823 for (p = SLIST_FIRST(workq); p != NULL; p = q) {
1627 for (p = SLIST_FIRST(&workq); p != NULL; p = q) {
1811 for (p = SLIST_FIRST(workq); p; p = q) {
1951 for (p = SLIST_FIRST(workq); p; p = q) {
/freebsd-13-stable/sys/cam/
H A Dcam_xpt.c666 for (i = 0, periph = SLIST_FIRST(&device->periphs);
2366 periph = SLIST_FIRST(&device->periphs);
2886 for (nperiph = SLIST_FIRST(periph_head), i = 0;
2989 cur_entry = SLIST_FIRST(async_head);
4361 cur_entry = SLIST_FIRST(async_head);
4718 while ((ccb_h = SLIST_FIRST(&periph->ccb_list)) == NULL ||
5200 for (periph = SLIST_FIRST(&device->periphs), i = 0; periph != NULL;
5203 periph = SLIST_FIRST(&device->periphs);
/freebsd-13-stable/stand/libsa/zfs/
H A Dzfs.c1790 zfs_be = SLIST_FIRST(&zfs_be_head);
1850 zfs_be = SLIST_FIRST(&zfs_be_head);

Completed in 223 milliseconds

123456