next 152 arch/i386/eisa/eisa_machdep.c mip = mip->next) {
next 1145 arch/i386/i386/mpbios.c mpi->next = mpb->mb_intrs;
next 152 arch/i386/i386/mpbios_intr_fixup.c for (mip = mpb->mb_intrs; mip != NULL; mip = mip->next) {
next 620 arch/i386/i386/pmap.c for (ent = (&map->header)->next; ent != &map->header; ent = ent->next) {
next 64 arch/i386/include/mpbiosvar.h struct mp_intr_map *next;
next 491 arch/i386/isa/isa_machdep.c mip = mip->next) {
next 499 arch/i386/isa/isa_machdep.c mip = mip->next) {
next 450 arch/i386/pci/pci_machdep.c for (mip = mp_busses[bus].mb_intrs; mip != NULL; mip=mip->next) {
next 507 arch/i386/pci/pci_machdep.c mip = mip->next) {
next 516 arch/i386/pci/pci_machdep.c mip = mip->next) {
next 143 compat/linux/linux_fdio.h struct floppy_raw_cmd *next;
next 57 crypto/cryptodev.c TAILQ_ENTRY(csession) next;
next 623 crypto/cryptodev.c TAILQ_REMOVE(&fcr->csessions, cse, next);
next 710 crypto/cryptodev.c TAILQ_FOREACH(cse, &fcr->csessions, next)
next 721 crypto/cryptodev.c TAILQ_FOREACH(cse, &fcr->csessions, next) {
next 723 crypto/cryptodev.c TAILQ_REMOVE(&fcr->csessions, cse, next);
next 733 crypto/cryptodev.c TAILQ_INSERT_TAIL(&fcr->csessions, cse, next);
next 260 dev/acpi/acpimadt.c map->next = mp_isa_bus->mb_intrs;
next 315 dev/acpi/acpimadt.c map->next = mp_isa_bus->mb_intrs;
next 234 dev/acpi/acpiprt.c map->next = mp_busses[sc->sc_bus].mb_intrs;
next 896 dev/acpi/dsdt.c tmp->next = scope->tmpvals;
next 935 dev/acpi/dsdt.c scope->tmpvals = ol->next;
next 24 dev/acpi/dsdt.h struct aml_vallist *next;
next 540 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_real_start;
next 610 dev/atapiscsi/atapiscsi.c (xfer->next)(chp, xfer, (current_timeout * 1000 <= idx),
next 613 dev/atapiscsi/atapiscsi.c if (xfer->next == NULL) {
next 664 dev/atapiscsi/atapiscsi.c (xfer->next)(chp, xfer,
next 676 dev/atapiscsi/atapiscsi.c if (xfer->next == NULL) {
next 761 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_real_start_2;
next 789 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_reset;
next 800 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_ctrl;
next 804 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_send_packet;
next 838 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_intr_command;
next 904 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_reset;
next 915 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_intr_complete;
next 922 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_pio_intr;
next 953 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_reset;
next 1094 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_pio_intr;
next 1119 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_reset;
next 1153 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_done;
next 1187 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_real_start;
next 1198 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_reset;
next 1220 dev/atapiscsi/atapiscsi.c xfer->next = xfer->c_done;
next 1222 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_done;
next 1301 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_reset;
next 1316 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_reset;
next 1513 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_real_start;
next 1522 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_reset;
next 1537 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_done;
next 1549 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_real_start;
next 1577 dev/atapiscsi/atapiscsi.c xfer->next = NULL;
next 1592 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_done;
next 1604 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_reset_2;
next 1627 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_done;
next 1637 dev/atapiscsi/atapiscsi.c xfer->next = wdc_atapi_done;
next 2859 dev/audio.c for(pm = &sc->sc_async_mixer; *pm; pm = &(*pm)->next) {
next 2862 dev/audio.c *pm = m->next;
next 2877 dev/audio.c for(m = sc->sc_async_mixer; m; m = m->next)
next 2916 dev/audio.c ma->next = sc->sc_async_mixer;
next 3061 dev/audio.c if (mi.next < 0)
next 3064 dev/audio.c mi.index = mi.next;
next 104 dev/audiovar.h struct mixer_asyncs *next;
next 118 dev/bio.c struct bio_mapping *bm, *next;
next 120 dev/bio.c for (bm = LIST_FIRST(&bios); bm != NULL; bm = next) {
next 121 dev/bio.c next = LIST_NEXT(bm, bm_link);
next 230 dev/cardbus/cardbus.c p = SIMPLEQ_NEXT(p, next)) {
next 243 dev/cardbus/cardbus.c SIMPLEQ_REMOVE_HEAD(&rom_image, next);
next 148 dev/cardbus/cardbus_exrom.c SIMPLEQ_INSERT_TAIL(head, image, next);
next 64 dev/cardbus/cardbus_exrom.h SIMPLEQ_ENTRY(cardbus_rom_image) next;
next 137 dev/ic/ac97.c int16_t next;
next 694 dev/ic/ac97.c as->source_info[previdx].next = idx2;
next 701 dev/ic/ac97.c as->source_info[previdx].next = AUDIO_MIXER_LAST;
next 843 dev/ic/ac97.c dip->next = si->next;
next 1337 dev/ic/acx.c goto next;
next 1402 dev/ic/acx.c next:
next 2065 dev/ic/aic79xx.c u_int next;
next 2117 dev/ic/aic79xx.c next = SCB_LIST_NULL;
next 2120 dev/ic/aic79xx.c next = ahd_inw_scbram(ahd, SCB_NEXT2);
next 2123 dev/ic/aic79xx.c ahd_outw(ahd, SCB_NEXT2, next);
next 7503 dev/ic/aic79xx.c u_int next;
next 7510 dev/ic/aic79xx.c next = *list_head;
next 7512 dev/ic/aic79xx.c for (scbid = next; !SCBID_IS_NULL(scbid); scbid = next) {
next 7528 dev/ic/aic79xx.c next = ahd_inw_scbram(ahd, SCB_NEXT);
next 7542 dev/ic/aic79xx.c ahd_rem_wscb(ahd, scbid, prev, next, tid);
next 7545 dev/ic/aic79xx.c *list_head = next;
next 7609 dev/ic/aic79xx.c ahd_outw(ahd, SCB_NEXT, next);
next 7620 dev/ic/aic79xx.c if (SCBID_IS_NULL(next)
next 7625 dev/ic/aic79xx.c return (next);
next 5154 dev/ic/aic7xxx.c prev_scb->hscb->next = scb->hscb->tag;
next 5163 dev/ic/aic7xxx.c scb->hscb->next = ahc->next_queued_scb->hscb->tag;
next 5192 dev/ic/aic7xxx.c uint8_t next;
next 5303 dev/ic/aic7xxx.c next = scb->hscb->next;
next 5306 dev/ic/aic7xxx.c scb->hscb->next = next;
next 5315 dev/ic/aic7xxx.c scb->hscb->next = ahc->next_queued_scb->hscb->tag;
next 5322 dev/ic/aic7xxx.c next = ahc_inb(ahc, WAITING_SCBH); /* Start at head of list. */
next 5325 dev/ic/aic7xxx.c while (next != SCB_LIST_NULL) {
next 5328 dev/ic/aic7xxx.c ahc_outb(ahc, SCBPTR, next);
next 5340 dev/ic/aic7xxx.c scb_index, next);
next 5367 dev/ic/aic7xxx.c next = ahc_rem_wscb(ahc, next, prev);
next 5370 dev/ic/aic7xxx.c prev = next;
next 5371 dev/ic/aic7xxx.c next = ahc_inb(ahc, SCB_NEXT);
next 5376 dev/ic/aic7xxx.c prev = next;
next 5377 dev/ic/aic7xxx.c next = ahc_inb(ahc, SCB_NEXT);
next 5492 dev/ic/aic7xxx.c u_int next;
next 5498 dev/ic/aic7xxx.c next = ahc_inb(ahc, DISCONNECTED_SCBH);
next 5508 dev/ic/aic7xxx.c while (next != SCB_LIST_NULL) {
next 5511 dev/ic/aic7xxx.c ahc_outb(ahc, SCBPTR, next);
next 5521 dev/ic/aic7xxx.c if (next == prev) {
next 5524 dev/ic/aic7xxx.c next, prev);
next 5531 dev/ic/aic7xxx.c next =
next 5532 dev/ic/aic7xxx.c ahc_rem_scb_from_disc_list(ahc, prev, next);
next 5534 dev/ic/aic7xxx.c prev = next;
next 5535 dev/ic/aic7xxx.c next = ahc_inb(ahc, SCB_NEXT);
next 5540 dev/ic/aic7xxx.c prev = next;
next 5541 dev/ic/aic7xxx.c next = ahc_inb(ahc, SCB_NEXT);
next 5556 dev/ic/aic7xxx.c u_int next;
next 5559 dev/ic/aic7xxx.c next = ahc_inb(ahc, SCB_NEXT);
next 5567 dev/ic/aic7xxx.c ahc_outb(ahc, SCB_NEXT, next);
next 5569 dev/ic/aic7xxx.c ahc_outb(ahc, DISCONNECTED_SCBH, next);
next 5571 dev/ic/aic7xxx.c return (next);
next 5601 dev/ic/aic7xxx.c u_int curscb, next;
next 5609 dev/ic/aic7xxx.c next = ahc_inb(ahc, SCB_NEXT);
next 5619 dev/ic/aic7xxx.c ahc_outb(ahc, WAITING_SCBH, next);
next 5632 dev/ic/aic7xxx.c ahc_outb(ahc, SCB_NEXT, next);
next 5639 dev/ic/aic7xxx.c return next;
next 419 dev/ic/aic7xxx_inline.h q_hscb->next = scb->hscb->tag;
next 438 dev/ic/aic7xxx_inline.h || scb->hscb->next == SCB_LIST_NULL)
next 440 dev/ic/aic7xxx_inline.h scb->hscb->tag, scb->hscb->next);
next 491 dev/ic/aic7xxxvar.h /*31*/ uint8_t next; /*
next 997 dev/ic/ar5xxx.h struct ath_desc *, u_int32_t phyAddr, struct ath_desc *next); \
next 1324 dev/ic/awi.c u_int32_t frame, next, rxts, rxoff;
next 1350 dev/ic/awi.c next = awi_read_4(sc, rxoff + AWI_RXD_NEXT);
next 1351 dev/ic/awi.c if (next & AWI_RXD_NEXT_LAST)
next 1354 dev/ic/awi.c if (next != awi_read_4(sc, rxoff + AWI_RXD_NEXT))
next 1358 dev/ic/awi.c rxoff = next & 0x7fff;
next 399 dev/ic/bha.c goto next;
next 430 dev/ic/bha.c goto next;
next 445 dev/ic/bha.c goto next;
next 451 dev/ic/bha.c next:
next 366 dev/ic/cac.c ccb->ccb_req.next = 0;
next 191 dev/ic/cacreg.h u_int16_t next; /* offset of next request */
next 1149 dev/ic/com.c goto next;
next 1170 dev/ic/com.c next:
next 1872 dev/ic/dc.c bus_addr_t next;
next 1877 dev/ic/dc.c next = sc->sc_listmap->dm_segs[0].ds_addr;
next 1879 dev/ic/dc.c next +=
next 1882 dev/ic/dc.c next +=
next 1887 dev/ic/dc.c ld->dc_tx_list[i].dc_next = htole32(next);
next 1908 dev/ic/dc.c bus_addr_t next;
next 1916 dev/ic/dc.c next = sc->sc_listmap->dm_segs[0].ds_addr;
next 1918 dev/ic/dc.c next +=
next 1921 dev/ic/dc.c next +=
next 1923 dev/ic/dc.c ld->dc_rx_list[i].dc_next = htole32(next);
next 277 dev/ic/if_wi_hostap.c struct wihap_sta_info *sta, *next;
next 294 dev/ic/if_wi_hostap.c sta != TAILQ_END(&whi->sta_list); sta = next) {
next 298 dev/ic/if_wi_hostap.c next = TAILQ_NEXT(sta, list);
next 351 dev/ic/if_wi_hostap.c struct wihap_sta_info *sta, *next;
next 358 dev/ic/if_wi_hostap.c (sta->flags & WI_SIFLAGS_DEAD); i--, sta = next) {
next 359 dev/ic/if_wi_hostap.c next = TAILQ_NEXT(sta, list);
next 760 dev/ic/iha.c struct iha_scb *pScb, *next;
next 767 dev/ic/iha.c for (pScb = TAILQ_FIRST(&sc->HCS_PendScb); pScb != NULL; pScb = next) {
next 768 dev/ic/iha.c next = TAILQ_NEXT(pScb, SCB_ScbList);
next 560 dev/ic/malo.c ring->cur = ring->next = 0;
next 676 dev/ic/malo.c ring->cur = ring->next = 0;
next 721 dev/ic/malo.c ring->cur = ring->next = ring->stat = 0;
next 822 dev/ic/malo.c ring->cur = ring->next = ring->stat = 0;
next 1375 dev/ic/malo.c goto next;
next 1407 dev/ic/malo.c next:
next 31 dev/ic/malo.h int next;
next 46 dev/ic/malo.h int next;
next 53 dev/ic/pckbc.c TAILQ_ENTRY(pckbc_devcmd) next;
next 422 dev/ic/pckbc.c TAILQ_INSERT_TAIL(&q->freequeue, &(q->cmds[i]), next);
next 679 dev/ic/pckbc.c TAILQ_REMOVE(&q->cmdqueue, cmd, next);
next 686 dev/ic/pckbc.c TAILQ_INSERT_TAIL(&q->freequeue, cmd, next);
next 738 dev/ic/pckbc.c TAILQ_REMOVE(&q->cmdqueue, cmd, next);
next 743 dev/ic/pckbc.c TAILQ_INSERT_TAIL(&q->freequeue, cmd, next);
next 805 dev/ic/pckbc.c TAILQ_REMOVE(&q->cmdqueue, cmd, next);
next 810 dev/ic/pckbc.c TAILQ_INSERT_TAIL(&q->freequeue, cmd, next);
next 840 dev/ic/pckbc.c TAILQ_REMOVE(&q->freequeue, nc, next);
next 864 dev/ic/pckbc.c TAILQ_INSERT_TAIL(&q->cmdqueue, nc, next);
next 872 dev/ic/pckbc.c TAILQ_REMOVE(&q->cmdqueue, nc, next);
next 882 dev/ic/pckbc.c TAILQ_INSERT_TAIL(&q->freequeue, nc, next);
next 920 dev/ic/pgt.c struct mbuf *next;
next 927 dev/ic/pgt.c for (next = m; m != NULL; m = next) {
next 928 dev/ic/pgt.c next = m->m_nextpkt;
next 349 dev/ic/rt2560.c ring->cur = ring->next = 0;
next 445 dev/ic/rt2560.c ring->cur = ring->next = 0;
next 495 dev/ic/rt2560.c ring->cur = ring->next = 0;
next 608 dev/ic/rt2560.c ring->cur = ring->next = 0;
next 931 dev/ic/rt2560.c struct rt2560_tx_desc *desc = &sc->txq.desc[sc->txq.next];
next 932 dev/ic/rt2560.c struct rt2560_tx_data *data = &sc->txq.data[sc->txq.next];
next 936 dev/ic/rt2560.c sc->txq.next * RT2560_TX_DESC_SIZE, RT2560_TX_DESC_SIZE,
next 989 dev/ic/rt2560.c sc->txq.next * RT2560_TX_DESC_SIZE, RT2560_TX_DESC_SIZE,
next 992 dev/ic/rt2560.c DPRINTFN(15, ("tx done idx=%u\n", sc->txq.next));
next 995 dev/ic/rt2560.c sc->txq.next = (sc->txq.next + 1) % RT2560_TX_RING_COUNT;
next 1010 dev/ic/rt2560.c struct rt2560_tx_desc *desc = &sc->prioq.desc[sc->prioq.next];
next 1011 dev/ic/rt2560.c struct rt2560_tx_data *data = &sc->prioq.data[sc->prioq.next];
next 1014 dev/ic/rt2560.c sc->prioq.next * RT2560_TX_DESC_SIZE, RT2560_TX_DESC_SIZE,
next 1055 dev/ic/rt2560.c sc->prioq.next * RT2560_TX_DESC_SIZE, RT2560_TX_DESC_SIZE,
next 1058 dev/ic/rt2560.c DPRINTFN(15, ("prio done idx=%u\n", sc->prioq.next));
next 1061 dev/ic/rt2560.c sc->prioq.next = (sc->prioq.next + 1) % RT2560_PRIO_RING_COUNT;
next 1291 dev/ic/rt2560.c data = &sc->bcnq.data[sc->bcnq.next];
next 69 dev/ic/rt2560var.h int next;
next 88 dev/ic/rt2560var.h int next;
next 383 dev/ic/rt2661.c ring->cur = ring->next = ring->stat = 0;
next 478 dev/ic/rt2661.c ring->cur = ring->next = ring->stat = 0;
next 526 dev/ic/rt2661.c ring->cur = ring->next = 0;
next 636 dev/ic/rt2661.c ring->cur = ring->next = 0;
next 965 dev/ic/rt2661.c struct rt2661_tx_desc *desc = &txq->desc[txq->next];
next 966 dev/ic/rt2661.c struct rt2661_tx_data *data = &txq->data[txq->next];
next 969 dev/ic/rt2661.c txq->next * RT2661_TX_DESC_SIZE, RT2661_TX_DESC_SIZE,
next 987 dev/ic/rt2661.c txq->next * RT2661_TX_DESC_SIZE, RT2661_TX_DESC_SIZE,
next 990 dev/ic/rt2661.c DPRINTFN(15, ("tx dma done q=%p idx=%u\n", txq, txq->next));
next 992 dev/ic/rt2661.c if (++txq->next >= txq->count) /* faster than % count */
next 993 dev/ic/rt2661.c txq->next = 0;
next 65 dev/ic/rt2661var.h int next;
next 82 dev/ic/rt2661var.h int next;
next 1134 dev/ic/rtw.c u_int next, nproc = 0;
next 1149 dev/ic/rtw.c for (next = rdb->rdb_next; ; next = (next + 1) % rdb->rdb_ndesc) {
next 1150 dev/ic/rtw.c rtw_rxdescs_sync(rdb, next, 1,
next 1152 dev/ic/rtw.c rd = &rdb->rdb_desc[next];
next 1153 dev/ic/rtw.c rs = &sc->sc_rxsoft[next];
next 1162 dev/ic/rtw.c __func__, next, hstat, hrssi, htsfth, htsftl));
next 1179 dev/ic/rtw.c sc->sc_dev.dv_xname, next));
next 1180 dev/ic/rtw.c next = rdb->rdb_ndesc - 1;
next 1212 dev/ic/rtw.c hstat & RTW_RXSTAT_IOERROR, next);
next 1214 dev/ic/rtw.c goto next;
next 1220 dev/ic/rtw.c goto next;
next 1231 dev/ic/rtw.c goto next;
next 1243 dev/ic/rtw.c goto next;
next 1249 dev/ic/rtw.c goto next;
next 1264 dev/ic/rtw.c next);
next 1265 dev/ic/rtw.c goto next;
next 1342 dev/ic/rtw.c next:
next 1343 dev/ic/rtw.c rtw_rxdesc_init(rdb, rs, next, 0);
next 1345 dev/ic/rtw.c rdb->rdb_next = next;
next 1514 dev/ic/rtw.c u_int next;
next 1525 dev/ic/rtw.c next = rtw_txring_next(&sc->sc_regs, tdb);
next 1529 dev/ic/rtw.c (next == tdb->tdb_next) ? "" : "un", isr, next,
next 1690 dev/ic/rtw.c u_int next;
next 1696 dev/ic/rtw.c next = rtw_txring_next(regs, tdb);
next 1697 dev/ic/rtw.c if (tdb->tdb_next == next)
next 1701 dev/ic/rtw.c pri, tdb->tdb_next, next));
next 1702 dev/ic/rtw.c tdb->tdb_next = MIN(next, tdb->tdb_ndesc - 1);
next 1709 dev/ic/rtw.c u_int next;
next 1714 dev/ic/rtw.c next = (rdsar - RTW_RING_BASE(sc, hd_rx)) / sizeof(struct rtw_rxdesc);
next 1717 dev/ic/rtw.c if (rdb->rdb_next != next) {
next 1720 dev/ic/rtw.c rdb->rdb_next, next));
next 1721 dev/ic/rtw.c rdb->rdb_next = MIN(next, rdb->rdb_ndesc - 1);
next 304 dev/ic/siop.c TAILQ_REMOVE(&sc->lunsw_list, lunsw, next);
next 386 dev/ic/siop.c TAILQ_FOREACH(cbdp, &sc->cmds, next) {
next 1140 dev/ic/siop.c TAILQ_INSERT_TAIL(&sc->urgent_list, siop_cmd, next);
next 1195 dev/ic/siop.c TAILQ_INSERT_HEAD(&sc->urgent_list, siop_cmd, next);
next 1207 dev/ic/siop.c TAILQ_INSERT_TAIL(&sc->free_list, siop_cmd, next);
next 1302 dev/ic/siop.c TAILQ_INSERT_TAIL(&reset_list, siop_cmd, next);
next 1319 dev/ic/siop.c next_siop_cmd = TAILQ_NEXT(siop_cmd, next);
next 1320 dev/ic/siop.c TAILQ_REMOVE(&sc->urgent_list, siop_cmd, next);
next 1321 dev/ic/siop.c TAILQ_INSERT_TAIL(&reset_list, siop_cmd, next);
next 1329 dev/ic/siop.c next_siop_cmd = TAILQ_NEXT(siop_cmd, next);
next 1330 dev/ic/siop.c TAILQ_REMOVE(&sc->ready_list, siop_cmd, next);
next 1331 dev/ic/siop.c TAILQ_INSERT_TAIL(&reset_list, siop_cmd, next);
next 1339 dev/ic/siop.c next_siop_cmd = TAILQ_NEXT(siop_cmd, next);
next 1355 dev/ic/siop.c TAILQ_REMOVE(&reset_list, siop_cmd, next);
next 1380 dev/ic/siop.c TAILQ_REMOVE(&sc->free_list, siop_cmd, next);
next 1476 dev/ic/siop.c TAILQ_INSERT_TAIL(&sc->ready_list, siop_cmd, next);
next 1582 dev/ic/siop.c next_siop_cmd = TAILQ_NEXT(siop_cmd, next);
next 1674 dev/ic/siop.c TAILQ_REMOVE(&sc->ready_list, siop_cmd, next);
next 1676 dev/ic/siop.c TAILQ_REMOVE(&sc->urgent_list, siop_cmd, next);
next 1913 dev/ic/siop.c TAILQ_INSERT_TAIL(&sc->free_list, &newcbd->cmds[i], next);
next 1927 dev/ic/siop.c TAILQ_INSERT_TAIL(&sc->cmds, newcbd, next);
next 1958 dev/ic/siop.c TAILQ_REMOVE(&sc->lunsw_list, lunsw, next);
next 2192 dev/ic/siop.c TAILQ_INSERT_TAIL(&sc->lunsw_list, siop_target->lunsw, next);
next 57 dev/ic/siopvar.h TAILQ_ENTRY (siop_cmd) next;
next 67 dev/ic/siopvar.h TAILQ_ENTRY (siop_cbd) next;
next 99 dev/ic/siopvar.h TAILQ_ENTRY (siop_lunsw) next;
next 592 dev/ic/sti.c fp->next = parseword(addr + 0x23);
next 182 dev/ic/stireg.h u_int32_t next;
next 297 dev/ic/trm.c struct trm_scsi_req_q *pSRB, *next;
next 307 dev/ic/trm.c for (pSRB = TAILQ_FIRST(&sc->waitingSRB); pSRB != NULL; pSRB = next) {
next 308 dev/ic/trm.c next = TAILQ_NEXT(pSRB, link);
next 73 dev/ic/vga.c LIST_ENTRY(vgascreen) next;
next 457 dev/ic/vga.c LIST_INSERT_HEAD(&vc->screens, scr, next);
next 700 dev/ic/vga.c LIST_REMOVE(vs, next);
next 253 dev/ic/wdcvar.h void (*next)(struct channel_softc *, struct wdc_xfer *, int,
next 1026 dev/ic/xl.c int i, next, prev;
next 1032 dev/ic/xl.c next = 0;
next 1034 dev/ic/xl.c next = i + 1;
next 1043 dev/ic/xl.c cd->xl_tx_chain[i].xl_next = &cd->xl_tx_chain[next];
next 1068 dev/ic/xl.c bus_addr_t next;
next 1083 dev/ic/xl.c next = sc->sc_listmap->dm_segs[0].ds_addr +
next 1085 dev/ic/xl.c ld->xl_rx_list[i].xl_next = htole32(next);
next 454 dev/isa/aha.c goto next;
next 480 dev/isa/aha.c goto next;
next 495 dev/isa/aha.c goto next;
next 504 dev/isa/aha.c next:
next 1537 dev/isa/aria.c dip->prev = dip->next = AUDIO_MIXER_LAST;
next 1543 dev/isa/aria.c dip->next = ARIAMIX_MIC_MUTE;
next 1554 dev/isa/aria.c dip->next = ARIAMIX_LINE_IN_MUTE;
next 1564 dev/isa/aria.c dip->next = ARIAMIX_CD_MUTE;
next 1574 dev/isa/aria.c dip->next = ARIAMIX_TEL_MUTE;
next 1584 dev/isa/aria.c dip->next = ARIAMIX_DAC_MUTE;
next 1594 dev/isa/aria.c dip->next = ARIAMIX_AUX_MUTE;
next 1641 dev/isa/aria.c dip->next = ARIAMIX_MASTER_TREBLE;
next 1652 dev/isa/aria.c dip->next = ARIAMIX_MASTER_BASS;
next 65 dev/isa/ega.c LIST_ENTRY(egascreen) next;
next 418 dev/isa/ega.c LIST_INSERT_HEAD(&vc->screens, scr, next);
next 656 dev/isa/ega.c LIST_REMOVE(vs, next);
next 1920 dev/isa/ess.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1932 dev/isa/ess.c dip->next = AUDIO_MIXER_LAST;
next 1934 dev/isa/ess.c dip->next = ESS_MIC_PREAMP;
next 1945 dev/isa/ess.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1955 dev/isa/ess.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1966 dev/isa/ess.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1976 dev/isa/ess.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1986 dev/isa/ess.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1993 dev/isa/ess.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 2003 dev/isa/ess.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 2013 dev/isa/ess.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 2020 dev/isa/ess.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 2030 dev/isa/ess.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 2084 dev/isa/ess.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 2090 dev/isa/ess.c dip->prev = dip->next = AUDIO_MIXER_LAST;
next 2105 dev/isa/ess.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 2118 dev/isa/ess.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 2128 dev/isa/ess.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 2139 dev/isa/ess.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 2149 dev/isa/ess.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 2160 dev/isa/ess.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 2170 dev/isa/ess.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 2181 dev/isa/ess.c dip->next = AUDIO_MIXER_LAST;
next 2904 dev/isa/gus.c dip->next = GUSMAX_MIC_IN_MUTE;
next 2916 dev/isa/gus.c dip->next = GUSMAX_MONO_MUTE;
next 2927 dev/isa/gus.c dip->next = GUSMAX_DAC_MUTE;
next 2938 dev/isa/gus.c dip->next = GUSMAX_LINE_IN_MUTE;
next 2949 dev/isa/gus.c dip->next = GUSMAX_CD_MUTE;
next 2960 dev/isa/gus.c dip->next = GUSMAX_MONITOR_MUTE;
next 2971 dev/isa/gus.c dip->prev = dip->next = AUDIO_MIXER_LAST;
next 2982 dev/isa/gus.c dip->next = GUSMAX_SPEAKER_MUTE;
next 2993 dev/isa/gus.c dip->next = AUDIO_MIXER_LAST;
next 3000 dev/isa/gus.c dip->next = AUDIO_MIXER_LAST;
next 3007 dev/isa/gus.c dip->next = AUDIO_MIXER_LAST;
next 3014 dev/isa/gus.c dip->next = AUDIO_MIXER_LAST;
next 3021 dev/isa/gus.c dip->next = AUDIO_MIXER_LAST;
next 3028 dev/isa/gus.c dip->next = AUDIO_MIXER_LAST;
next 3044 dev/isa/gus.c dip->next = GUSMAX_RECORD_SOURCE;
next 3054 dev/isa/gus.c dip->next = AUDIO_MIXER_LAST;
next 3074 dev/isa/gus.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 3081 dev/isa/gus.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 3088 dev/isa/gus.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 3095 dev/isa/gus.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 3125 dev/isa/gus.c dip->next = GUSICS_MIC_IN_MUTE;
next 3137 dev/isa/gus.c dip->next = GUSICS_LINE_IN_MUTE;
next 3148 dev/isa/gus.c dip->next = GUSICS_CD_MUTE;
next 3159 dev/isa/gus.c dip->next = GUSICS_DAC_MUTE;
next 3170 dev/isa/gus.c dip->next = GUSICS_MASTER_MUTE;
next 3182 dev/isa/gus.c dip->next = AUDIO_MIXER_LAST;
next 3189 dev/isa/gus.c dip->next = AUDIO_MIXER_LAST;
next 3196 dev/isa/gus.c dip->next = AUDIO_MIXER_LAST;
next 3203 dev/isa/gus.c dip->next = AUDIO_MIXER_LAST;
next 3210 dev/isa/gus.c dip->next = AUDIO_MIXER_LAST;
next 3225 dev/isa/gus.c dip->prev = dip->next = AUDIO_MIXER_LAST;
next 3236 dev/isa/gus.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 3243 dev/isa/gus.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 3250 dev/isa/gus.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 404 dev/isa/if_ex.c int i, s, len, data_len, avail, dest, next;
next 460 dev/isa/if_ex.c next = dest + len;
next 461 dev/isa/if_ex.c if (next > sc->tx_upper_limit) {
next 465 dev/isa/if_ex.c next = dest + len;
next 467 dev/isa/if_ex.c next = sc->tx_lower_limit + next -
next 472 dev/isa/if_ex.c DODEBUG(Sent_Pkts, printf("2. dest=%d, next=%d. ", dest, next););
next 476 dev/isa/if_ex.c ISA_PUT_2(IO_PORT_REG, next);
next 538 dev/isa/if_ex.c sc->tx_tail = next;
next 74 dev/isa/isadma.c struct isa_mem *next;
next 706 dev/isa/isadma.c m->next = isa_mem_head;
next 719 dev/isa/isadma.c for(mp = &isa_mem_head; *mp && (*mp)->kva != kva; mp = &(*mp)->next)
next 726 dev/isa/isadma.c *mp = m->next;
next 740 dev/isa/isadma.c for(m = isa_mem_head; m && m->kva != (caddr_t)mem; m = m->next)
next 1427 dev/isa/pss.c dip->next = PSS_MIC_IN_MUTE;
next 1438 dev/isa/pss.c dip->next = PSS_LINE_IN_MUTE;
next 1449 dev/isa/pss.c dip->next = PSS_DAC_MUTE;
next 1460 dev/isa/pss.c dip->next = PSS_RECORD_SOURCE;
next 1470 dev/isa/pss.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1481 dev/isa/pss.c dip->next = PSS_OUTPUT_MODE;
next 1491 dev/isa/pss.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1501 dev/isa/pss.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1510 dev/isa/pss.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1517 dev/isa/pss.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1524 dev/isa/pss.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1531 dev/isa/pss.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1539 dev/isa/pss.c dip->next = AUDIO_MIXER_LAST;
next 1546 dev/isa/pss.c dip->next = AUDIO_MIXER_LAST;
next 1553 dev/isa/pss.c dip->next = AUDIO_MIXER_LAST;
next 1569 dev/isa/pss.c dip->next = AUDIO_MIXER_LAST;
next 1590 dev/isa/pss.c dip->next = AUDIO_MIXER_LAST;
next 1916 dev/isa/sbdsp.c dip->prev = dip->next = AUDIO_MIXER_LAST;
next 1925 dev/isa/sbdsp.c dip->next = is1745 ? SB_MIDI_IN_MUTE : AUDIO_MIXER_LAST;
next 1934 dev/isa/sbdsp.c dip->next = is1745 ? SB_CD_IN_MUTE : AUDIO_MIXER_LAST;
next 1943 dev/isa/sbdsp.c dip->next = AUDIO_MIXER_LAST;
next 1951 dev/isa/sbdsp.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1964 dev/isa/sbdsp.c dip->next = is1745 ? SB_MIC_IN_MUTE : AUDIO_MIXER_LAST;
next 1975 dev/isa/sbdsp.c dip->next = is1745 ? SB_LINE_IN_MUTE : AUDIO_MIXER_LAST;
next 1983 dev/isa/sbdsp.c dip->prev = dip->next = AUDIO_MIXER_LAST;
next 2019 dev/isa/sbdsp.c dip->prev = dip->next = AUDIO_MIXER_LAST;
next 2040 dev/isa/sbdsp.c dip->prev = dip->next = AUDIO_MIXER_LAST;
next 2063 dev/isa/sbdsp.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 2070 dev/isa/sbdsp.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 2083 dev/isa/sbdsp.c dip->prev = dip->next = AUDIO_MIXER_LAST;
next 2092 dev/isa/sbdsp.c dip->prev = dip->next = AUDIO_MIXER_LAST;
next 2101 dev/isa/sbdsp.c dip->prev = dip->next = AUDIO_MIXER_LAST;
next 2110 dev/isa/sbdsp.c dip->prev = dip->next = AUDIO_MIXER_LAST;
next 2124 dev/isa/sbdsp.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 2130 dev/isa/sbdsp.c dip->next = SB_CD_SWAP;
next 2136 dev/isa/sbdsp.c dip->next = SB_MIC_SWAP;
next 2142 dev/isa/sbdsp.c dip->next = SB_LINE_SWAP;
next 2148 dev/isa/sbdsp.c dip->next = SB_MIDI_SWAP;
next 2154 dev/isa/sbdsp.c dip->next = SB_CD_OUT_MUTE;
next 2159 dev/isa/sbdsp.c dip->next = SB_MIC_OUT_MUTE;
next 2164 dev/isa/sbdsp.c dip->next = SB_LINE_OUT_MUTE;
next 2169 dev/isa/sbdsp.c dip->next = AUDIO_MIXER_LAST;
next 2177 dev/isa/sbdsp.c dip->next = AUDIO_MIXER_LAST;
next 2183 dev/isa/sbdsp.c dip->next = AUDIO_MIXER_LAST;
next 2189 dev/isa/sbdsp.c dip->next = AUDIO_MIXER_LAST;
next 369 dev/isa/wds.c goto next;
next 390 dev/isa/wds.c next:
next 213 dev/isa/wss.c dip->next = WSS_MIC_IN_MUTE;
next 223 dev/isa/wss.c dip->next = WSS_LINE_IN_MUTE;
next 233 dev/isa/wss.c dip->next = WSS_DAC_MUTE;
next 243 dev/isa/wss.c dip->next = WSS_RECORD_SOURCE;
next 252 dev/isa/wss.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 261 dev/isa/wss.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 268 dev/isa/wss.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 275 dev/isa/wss.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 283 dev/isa/wss.c dip->next = AUDIO_MIXER_LAST;
next 290 dev/isa/wss.c dip->next = AUDIO_MIXER_LAST;
next 297 dev/isa/wss.c dip->next = AUDIO_MIXER_LAST;
next 313 dev/isa/wss.c dip->next = AUDIO_MIXER_LAST;
next 447 dev/isa/ym.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 475 dev/isa/ym.c dip->next = dip->index + 7;
next 519 dev/isa/ym.c dip->next = YM_OUTPUT_MUTE;
next 535 dev/isa/ym.c dip->next = YM_RECORD_SOURCE;
next 104 dev/microcode/ncr53cxxx/ncr53cxxx.c struct patchlist *next;
next 363 dev/microcode/ncr53cxxx/ncr53cxxx.c p = p->next;
next 484 dev/microcode/ncr53cxxx/ncr53cxxx.c p = p->next;
next 667 dev/microcode/ncr53cxxx/ncr53cxxx.c while (p->next)
next 668 dev/microcode/ncr53cxxx/ncr53cxxx.c p = p->next;
next 669 dev/microcode/ncr53cxxx/ncr53cxxx.c p->next = (struct patchlist *) malloc (sizeof (struct patchlist));
next 670 dev/microcode/ncr53cxxx/ncr53cxxx.c p = p->next;
next 671 dev/microcode/ncr53cxxx/ncr53cxxx.c p->next = NULL;
next 686 dev/microcode/ncr53cxxx/ncr53cxxx.c p->next = NULL;
next 114 dev/microcode/siop/ncr53cxxx.c struct patchlist *next;
next 465 dev/microcode/siop/ncr53cxxx.c p = p->next;
next 530 dev/microcode/siop/ncr53cxxx.c p = p->next;
next 651 dev/microcode/siop/ncr53cxxx.c p = p->next;
next 677 dev/microcode/siop/ncr53cxxx.c h = &(*h)->next;
next 680 dev/microcode/siop/ncr53cxxx.c p->next = NULL;
next 844 dev/microcode/siop/ncr53cxxx.c while (p->next)
next 845 dev/microcode/siop/ncr53cxxx.c p = p->next;
next 846 dev/microcode/siop/ncr53cxxx.c p->next = (struct patchlist *) malloc (sizeof (struct patchlist));
next 847 dev/microcode/siop/ncr53cxxx.c p = p->next;
next 848 dev/microcode/siop/ncr53cxxx.c p->next = NULL;
next 863 dev/microcode/siop/ncr53cxxx.c p->next = NULL;
next 418 dev/onewire/onewire.c struct onewire_device *d, *next, *nd;
next 486 dev/onewire/onewire.c d != TAILQ_END(&sc->sc_dev); d = next) {
next 487 dev/onewire/onewire.c next = TAILQ_NEXT(d, d_list);
next 157 dev/pci/auich.c struct auich_dma *next;
next 1113 dev/pci/auich.c p->next = sc->sc_dmas;
next 1128 dev/pci/auich.c for (p = sc->sc_dmas; p->addr != ptr; p = p->next)
next 1129 dev/pci/auich.c if (p->next == NULL) {
next 1166 dev/pci/auich.c for (p = sc->sc_dmas; p && p->addr != mem; p = p->next);
next 1336 dev/pci/auich.c for (p = sc->sc_dmas; p && p->addr != start; p = p->next);
next 1387 dev/pci/auich.c for (p = sc->sc_dmas; p && p->addr != start; p = p->next);
next 1480 dev/pci/auich.c for (p = sc->sc_dmas; p && p->addr != temp_buffer; p = p->next)
next 766 dev/pci/auixp.c caddr_v->next = htole32(next_caddr_p);
next 50 dev/pci/auixpreg.h u_int32_t next; /* phys pointer to next packet descriptor */
next 1190 dev/pci/autri.c p->next = sc->sc_dmas;
next 1204 dev/pci/autri.c for (pp = &sc->sc_dmas; (p = *pp) != NULL; pp = &p->next) {
next 1207 dev/pci/autri.c *pp = p->next;
next 1221 dev/pci/autri.c for (p = sc->sc_dmas; p && KERNADDR(p) != addr; p = p->next)
next 40 dev/pci/autrivar.h struct autri_dma *next;
next 66 dev/pci/auvia.c struct auvia_dma *next;
next 741 dev/pci/auvia.c p->next = sc->sc_dmas;
next 765 dev/pci/auvia.c for (pp = &(sc->sc_dmas); (p = *pp) != NULL; pp = &p->next)
next 772 dev/pci/auvia.c *pp = p->next;
next 789 dev/pci/auvia.c for (p = sc->sc_dmas; p && p->addr != mem; p = p->next)
next 831 dev/pci/auvia.c dp->addr != (void *)(ch->sc_dma_ops); dp = dp->next)
next 867 dev/pci/auvia.c for (p = sc->sc_dmas; p && p->addr != start; p = p->next)
next 913 dev/pci/auvia.c for (p = sc->sc_dmas; p && p->addr != start; p = p->next)
next 410 dev/pci/azalia_codec.c m->devinfo.next = AUDIO_MIXER_LAST;
next 420 dev/pci/azalia_codec.c m->devinfo.next = AUDIO_MIXER_LAST;
next 430 dev/pci/azalia_codec.c m->devinfo.next = AUDIO_MIXER_LAST;
next 798 dev/pci/azalia_codec.c if (d->next == 0)
next 799 dev/pci/azalia_codec.c d->next = AUDIO_MIXER_LAST;
next 870 dev/pci/cmpci.c dip->prev = dip->next = AUDIO_MIXER_LAST;
next 895 dev/pci/cmpci.c dip->next = dip->index + 6; /* CMPCI_xxx_MUTE */
next 906 dev/pci/cmpci.c dip->next = CMPCI_MIC_PREAMP;
next 988 dev/pci/cmpci.c dip->next = CMPCI_SPDIF_IN_PHASE;
next 1019 dev/pci/cmpci.c dip->next = CMPCI_SPDIF_OUT_PLAYBACK;
next 1033 dev/pci/cmpci.c dip->next = CMPCI_SPDIF_OUT_VOLTAGE;
next 1081 dev/pci/cmpci.c dip->next = CMPCI_INDIVIDUAL;
next 1087 dev/pci/cmpci.c dip->next = CMPCI_REVERSE;
next 99 dev/pci/cs4280.c struct cs4280_dma *next;
next 1259 dev/pci/cs4280.c for (p = sc->sc_dmas; p && BUFADDR(p) != mem; p = p->next)
next 1441 dev/pci/cs4280.c p->next = sc->sc_dmas;
next 1457 dev/pci/cs4280.c for (pp = &sc->sc_dmas; (p = *pp) != NULL; pp = &p->next) {
next 1460 dev/pci/cs4280.c *pp = p->next;
next 1505 dev/pci/cs4280.c for (p = sc->sc_dmas; p != NULL && BUFADDR(p) != start; p = p->next)
next 1605 dev/pci/cs4280.c for (p = sc->sc_dmas; p && BUFADDR(p) != start; p = p->next)
next 75 dev/pci/cs4281.c struct cs4281_dma *next;
next 650 dev/pci/cs4281.c for (p = sc->sc_dmas; p != NULL && BUFADDR(p) != start; p = p->next)
next 751 dev/pci/cs4281.c for (p = sc->sc_dmas; p && BUFADDR(p) != start; p = p->next)
next 1370 dev/pci/cs4281.c p->next = sc->sc_dmas;
next 1384 dev/pci/cs4281.c for (pp = &sc->sc_dmas; (p = *pp) != NULL; pp = &p->next) {
next 1391 dev/pci/cs4281.c *pp = p->next;
next 1420 dev/pci/cs4281.c for (p = sc->sc_dmas; p && BUFADDR(p) != mem; p = p->next)
next 107 dev/pci/eap.c struct eap_dma *next;
next 1092 dev/pci/eap.c for (p = sc->sc_dmas; p && KERNADDR(p) != start; p = p->next)
next 1160 dev/pci/eap.c for (p = sc->sc_dmas; p && KERNADDR(p) != start; p = p->next)
next 1455 dev/pci/eap.c dip->prev = dip->next = AUDIO_MIXER_LAST;
next 1465 dev/pci/eap.c dip->next = AUDIO_MIXER_LAST;
next 1475 dev/pci/eap.c dip->next = AUDIO_MIXER_LAST;
next 1486 dev/pci/eap.c dip->next = AUDIO_MIXER_LAST;
next 1496 dev/pci/eap.c dip->next = AUDIO_MIXER_LAST;
next 1506 dev/pci/eap.c dip->next = AUDIO_MIXER_LAST;
next 1516 dev/pci/eap.c dip->next = EAP_MIC_PREAMP;
next 1525 dev/pci/eap.c dip->prev = dip->next = AUDIO_MIXER_LAST;
next 1550 dev/pci/eap.c dip->prev = dip->next = AUDIO_MIXER_LAST;
next 1577 dev/pci/eap.c dip->next = AUDIO_MIXER_LAST;
next 1590 dev/pci/eap.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1597 dev/pci/eap.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1603 dev/pci/eap.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1625 dev/pci/eap.c p->next = sc->sc_dmas;
next 1636 dev/pci/eap.c for (pp = &sc->sc_dmas; (p = *pp) != NULL; pp = &p->next) {
next 1639 dev/pci/eap.c *pp = p->next;
next 1654 dev/pci/eap.c for (p = sc->sc_dmas; p && KERNADDR(p) != mem; p = p->next)
next 1025 dev/pci/emuxki.c LIST_INSERT_HEAD(&(sc->mem), mem, next);
next 1046 dev/pci/emuxki.c LIST_INSERT_HEAD(&(sc->mem), mem, next);
next 1507 dev/pci/emuxki.c LIST_INSERT_HEAD((&sc->voices), voice, next);
next 1524 dev/pci/emuxki.c LIST_REMOVE(voice, next);
next 1652 dev/pci/emuxki.c LIST_FOREACH(mem, &voice->sc->mem, next) {
next 1771 dev/pci/emuxki.c LIST_FOREACH(voice, &sc->voices, next) {
next 1951 dev/pci/emuxki.c LIST_FOREACH(voice, &sc->voices, next) {
next 2309 dev/pci/emuxki.c LIST_FOREACH(mem, &sc->mem, next) {
next 2322 dev/pci/emuxki.c LIST_REMOVE(mem, next);
next 2382 dev/pci/emuxki.c LIST_FOREACH(mem, &sc->mem, next) {
next 85 dev/pci/emuxkivar.h LIST_ENTRY(emuxki_mem) next;
next 210 dev/pci/emuxkivar.h LIST_ENTRY(emuxki_voice) next;
next 223 dev/pci/emuxkivar.h LIST_ENTRY(emuxki_stream) next;
next 506 dev/pci/esa.c p->next = vc->dma;
next 520 dev/pci/esa.c for (pp = &vc->dma; (p = *pp) != NULL; pp = &p->next)
next 523 dev/pci/esa.c *pp = p->next;
next 613 dev/pci/esa.c for (p = vc->dma; p && KERNADDR(p) != start; p = p->next)
next 752 dev/pci/esa.c for (p = vc->dma; p && KERNADDR(p) != start; p = p->next)
next 1721 dev/pci/esa.c for (p = vc->dma; p && KERNADDR(p) != mem; p = p->next)
next 69 dev/pci/esavar.h struct esa_dma *next;
next 1185 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1194 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1204 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1213 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1223 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1232 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1241 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1251 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1264 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1272 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1279 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1288 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1297 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1314 dev/pci/eso.c dip->next = ESO_SPATIALIZER_ENABLE;
next 1325 dev/pci/eso.c dip->next = AUDIO_MIXER_LAST;
next 1339 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1347 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1360 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1368 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1376 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1395 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1404 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1414 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1423 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1433 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1442 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1451 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1460 dev/pci/eso.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 73 dev/pci/fms.c struct fms_dma *next;
next 750 dev/pci/fms.c p->next = sc->sc_dmas;
next 776 dev/pci/fms.c for (pp = &(sc->sc_dmas); (p = *pp) != NULL; pp = &p->next)
next 783 dev/pci/fms.c *pp = p->next;
next 804 dev/pci/fms.c for (p = sc->sc_dmas; p && p->addr != mem; p = p->next)
next 846 dev/pci/fms.c for (p = sc->sc_dmas; p && p->addr != start; p = p->next)
next 884 dev/pci/fms.c for (p = sc->sc_dmas; p && p->addr != start; p = p->next)
next 219 dev/pci/if_cas.c next:
next 232 dev/pci/if_cas.c goto next;
next 457 dev/pci/if_ipw.c SLIST_INSERT_HEAD(&sc->free_shdr, shdr, next);
next 473 dev/pci/if_ipw.c SLIST_INSERT_HEAD(&sc->free_sbuf, sbuf, next);
next 985 dev/pci/if_ipw.c SLIST_INSERT_HEAD(&sc->free_shdr, shdr, next);
next 991 dev/pci/if_ipw.c SLIST_INSERT_HEAD(&sc->free_sbuf, sbuf, next);
next 1231 dev/pci/if_ipw.c SLIST_REMOVE_HEAD(&sc->free_sbuf, next);
next 1232 dev/pci/if_ipw.c SLIST_REMOVE_HEAD(&sc->free_shdr, next);
next 51 dev/pci/if_ipwvar.h SLIST_ENTRY(ipw_soft_hdr) next;
next 58 dev/pci/if_ipwvar.h SLIST_ENTRY(ipw_soft_buf) next;
next 395 dev/pci/if_iwi.c ring->cur = ring->next = 0;
next 445 dev/pci/if_iwi.c ring->cur = ring->next = 0;
next 470 dev/pci/if_iwi.c ring->cur = ring->next = 0;
next 548 dev/pci/if_iwi.c ring->cur = ring->next = 0;
next 1143 dev/pci/if_iwi.c for (; txq->next != hw;) {
next 1144 dev/pci/if_iwi.c data = &txq->data[txq->next];
next 1155 dev/pci/if_iwi.c txq->next = (txq->next + 1) % IWI_TX_RING_COUNT;
next 1198 dev/pci/if_iwi.c sc->cmdq.next = (sc->cmdq.next + 1) % IWI_CMD_RING_COUNT;
next 1200 dev/pci/if_iwi.c CSR_WRITE_4(sc, IWI_CSR_CMD_WIDX, sc->cmdq.next);
next 1249 dev/pci/if_iwi.c sc->cmdq.next = sc->cmdq.cur;
next 1250 dev/pci/if_iwi.c CSR_WRITE_4(sc, IWI_CSR_CMD_WIDX, sc->cmdq.next);
next 65 dev/pci/if_iwivar.h int next;
next 83 dev/pci/if_iwivar.h int next;
next 809 dev/pci/if_nfe.c while (sc->txq.next != sc->txq.cur) {
next 811 dev/pci/if_nfe.c desc64 = &sc->txq.desc64[sc->txq.next];
next 816 dev/pci/if_nfe.c desc32 = &sc->txq.desc32[sc->txq.next];
next 825 dev/pci/if_nfe.c data = &sc->txq.data[sc->txq.next];
next 865 dev/pci/if_nfe.c sc->txq.next = (sc->txq.next + 1) % NFE_TX_RING_COUNT;
next 1197 dev/pci/if_nfe.c ring->cur = ring->next = 0;
next 1338 dev/pci/if_nfe.c ring->cur = ring->next = 0;
next 1516 dev/pci/if_nfe.c ring->cur = ring->next = 0;
next 1598 dev/pci/if_nfe.c ring->cur = ring->next = 0;
next 36 dev/pci/if_nfevar.h int next;
next 64 dev/pci/if_nfevar.h int next;
next 113 dev/pci/if_san_common.c LIST_REMOVE(common, next);
next 125 dev/pci/if_san_common.c card = LIST_NEXT(card, next);
next 126 dev/pci/if_san_common.c LIST_REMOVE(tmp_card, next);
next 192 dev/pci/if_san_common.c LIST_INSERT_HEAD(&card->dev_head, common, next);
next 348 dev/pci/if_san_common.h LIST_ENTRY(wanpipe_common) next;
next 417 dev/pci/if_san_common.h LIST_ENTRY(sdla) next; /* -> next device */
next 2883 dev/pci/if_san_xilinx.c LIST_FOREACH(common, &card->dev_head, next) {
next 3036 dev/pci/if_san_xilinx.c LIST_FOREACH(common, &card->dev_head, next) {
next 3065 dev/pci/if_san_xilinx.c LIST_FOREACH(common, &card->dev_head, next) {
next 3096 dev/pci/if_san_xilinx.c LIST_FOREACH(common, &card->dev_head, next) {
next 105 dev/pci/if_sandrv.c LIST_ENTRY(sdla_hw_probe) next;
next 123 dev/pci/if_sandrv.c LIST_ENTRY(sdlahw_card) next;
next 150 dev/pci/if_sandrv.c LIST_ENTRY(sdlahw) next;
next 360 dev/pci/if_sandrv.c elm_hw = LIST_NEXT(elm_hw, next);
next 369 dev/pci/if_sandrv.c elm_hw_card = LIST_NEXT(elm_hw_card, next);
next 381 dev/pci/if_sandrv.c elm_hw_probe = LIST_NEXT(elm_hw_probe, next);
next 387 dev/pci/if_sandrv.c LIST_REMOVE(tmp, next);
next 412 dev/pci/if_sandrv.c LIST_INSERT_HEAD(&sdlahw_probe_head, tmp_hw_probe, next);
next 598 dev/pci/if_sandrv.c LIST_FOREACH(last_hwcard, &sdlahw_card_head, next) {
next 599 dev/pci/if_sandrv.c if (!LIST_NEXT(last_hwcard, next))
next 604 dev/pci/if_sandrv.c LIST_INSERT_AFTER(last_hwcard, new_hwcard, next);
next 606 dev/pci/if_sandrv.c LIST_INSERT_HEAD(&sdlahw_card_head, new_hwcard, next);
next 617 dev/pci/if_sandrv.c LIST_FOREACH(tmp_card, &sdlahw_card_head, next){
next 638 dev/pci/if_sandrv.c LIST_REMOVE(tmp_card, next);
next 649 dev/pci/if_sandrv.c LIST_FOREACH(tmp_card, &sdlahw_card_head, next) {
next 685 dev/pci/if_sandrv.c LIST_FOREACH(last_hw, &sdlahw_head, next) {
next 686 dev/pci/if_sandrv.c if (!LIST_NEXT(last_hw, next))
next 690 dev/pci/if_sandrv.c LIST_INSERT_AFTER(last_hw, new_hw, next);
next 692 dev/pci/if_sandrv.c LIST_INSERT_HEAD(&sdlahw_head, new_hw, next);
next 704 dev/pci/if_sandrv.c LIST_FOREACH(tmp_hw, &sdlahw_head, next) {
next 731 dev/pci/if_sandrv.c LIST_REMOVE(tmp_hw, next);
next 744 dev/pci/if_sandrv.c LIST_FOREACH(tmp_hw, &sdlahw_head, next) {
next 750 dev/pci/if_sandrv.c LIST_REMOVE(tmp_hw, next);
next 755 dev/pci/if_sandrv.c LIST_REMOVE(tmp_hw, next);
next 646 dev/pci/if_txp.c goto next;
next 671 dev/pci/if_txp.c goto next;
next 680 dev/pci/if_txp.c goto next;
next 698 dev/pci/if_txp.c goto next;
next 705 dev/pci/if_txp.c goto next;
next 744 dev/pci/if_txp.c next:
next 479 dev/pci/if_wpi.c SLIST_REMOVE_HEAD(&sc->rxq.freelist, next);
next 494 dev/pci/if_wpi.c SLIST_INSERT_HEAD(&sc->rxq.freelist, rbuf, next);
next 521 dev/pci/if_wpi.c SLIST_INSERT_HEAD(&ring->freelist, rbuf, next);
next 1389 dev/pci/if_wpi.c hw = letoh32(sc->shared->next);
next 2069 dev/pci/if_wpi.c mrr.rates[i].next = (i == WPI_CCK1) ? WPI_CCK1 : i - 1;
next 2080 dev/pci/if_wpi.c mrr.rates[i].next = (i == WPI_OFDM6) ?
next 2807 dev/pci/if_wpi.c offsetof(struct wpi_shared, next));
next 172 dev/pci/if_wpireg.h uint32_t next;
next 427 dev/pci/if_wpireg.h uint8_t next;
next 91 dev/pci/if_wpivar.h SLIST_ENTRY(wpi_rbuf) next;
next 1859 dev/pci/maestro.c struct salloc_zone *prev, *next;
next 1866 dev/pci/maestro.c SLIST_FOREACH(next, head, link) {
next 1867 dev/pci/maestro.c if (next->addr > zone->addr)
next 1869 dev/pci/maestro.c prev = next;
next 1880 dev/pci/maestro.c if (merge && next && zone->addr + zone->size == next->addr) {
next 1881 dev/pci/maestro.c zone->size += next->size;
next 1882 dev/pci/maestro.c SLIST_REMOVE(head, next, salloc_zone, link);
next 1883 dev/pci/maestro.c SLIST_INSERT_HEAD(&pool->spare, next, link);
next 769 dev/pci/musycc.c md->tx_cur->next = htole32(base + (caddr_t)dd -
next 777 dev/pci/musycc.c dd->next = htole32(base + (caddr_t)md->tx_pend - mg->mg_listkva);
next 825 dev/pci/musycc.c md->rx_prod->next = htole32(base + (caddr_t)dd -
next 833 dev/pci/musycc.c dd->next = htole32(base + (caddr_t)last - mg->mg_listkva);
next 1983 dev/pci/musycc.c dd, addr, dd->next, dd->status,
next 2002 dev/pci/musycc.c dd->next, dd->status, dd->data, dd->mbuf);
next 45 dev/pci/musyccvar.h u_int32_t next;
next 2022 dev/pci/pciide.c goto next;
next 2039 dev/pci/pciide.c next:
next 2320 dev/pci/pciide.c goto next;
next 2328 dev/pci/pciide.c goto next;
next 2330 dev/pci/pciide.c next:
next 3106 dev/pci/pciide.c goto next;
next 3115 dev/pci/pciide.c goto next;
next 3117 dev/pci/pciide.c next:
next 85 dev/pci/sv.c struct sv_dma *next;
next 813 dev/pci/sv.c for (p = sc->sc_dmas; p && KERNADDR(p) != buf; p = p->next)
next 843 dev/pci/sv.c for (p = sc->sc_dmas; p && KERNADDR(p) != buf; p = p->next)
next 1034 dev/pci/sv.c dip->next = dip->prev = AUDIO_MIXER_LAST;
next 1052 dev/pci/sv.c dip->next = dip->index + 1;
next 1064 dev/pci/sv.c dip->next = AUDIO_MIXER_LAST;
next 1084 dev/pci/sv.c dip->next = SV_RECORD_GAIN;
next 1103 dev/pci/sv.c dip->next = AUDIO_MIXER_LAST;
next 1113 dev/pci/sv.c dip->next = AUDIO_MIXER_LAST;
next 1119 dev/pci/sv.c dip->prev = dip->next = AUDIO_MIXER_LAST;
next 1448 dev/pci/sv.c p->next = sc->sc_dmas;
next 1462 dev/pci/sv.c for (p = &sc->sc_dmas; *p; p = &(*p)->next) {
next 1465 dev/pci/sv.c *p = (*p)->next;
next 1482 dev/pci/sv.c for (p = sc->sc_dmas; p && KERNADDR(p) != mem; p = p->next)
next 1710 dev/pci/yds.c p->next = sc->sc_dmas;
next 1724 dev/pci/yds.c for (pp = &sc->sc_dmas; (p = *pp) != NULL; pp = &p->next) {
next 1727 dev/pci/yds.c *pp = p->next;
next 1741 dev/pci/yds.c for (p = sc->sc_dmas; p && KERNADDR(p) != addr; p = p->next)
next 329 dev/pci/ydsreg.h struct yds_dma *next;
next 68 dev/raidframe/rf_alloclist.c p = p->next;
next 114 dev/raidframe/rf_alloclist.c for (; l->next; l = l->next)
next 121 dev/raidframe/rf_alloclist.c l->next = newelem;
next 145 dev/raidframe/rf_alloclist.c for (p = l; p; p = p->next) {
next 155 dev/raidframe/rf_alloclist.c l = l->next;
next 159 dev/raidframe/rf_alloclist.c temp->next = al_free_list;
next 174 dev/raidframe/rf_alloclist.c al_free_list = p->next;
next 48 dev/raidframe/rf_alloclist.h RF_AllocListElem_t *next;
next 77 dev/raidframe/rf_aselect.c (*hdr)->next = NULL;
next 98 dev/raidframe/rf_aselect.c for (p = dagb->allocList; p; p = p->next) {
next 147 dev/raidframe/rf_aselect.c while (end->next)
next 148 dev/raidframe/rf_aselect.c end = end->next;
next 149 dev/raidframe/rf_aselect.c end->next = dagb->asmList;
next 261 dev/raidframe/rf_aselect.c for (i = 0, asm_p = asmap; asm_p; asm_p = asm_p->next, i++) {
next 304 dev/raidframe/rf_aselect.c physPtr = physPtr->next, j++) {
next 435 dev/raidframe/rf_aselect.c asm_p = asm_p->next, i++)
next 466 dev/raidframe/rf_aselect.c for (i = 0, asm_p = asmap; asm_p; asm_p = asm_p->next, i++) {
next 474 dev/raidframe/rf_aselect.c physPtr = physPtr->next, j++) {
next 497 dev/raidframe/rf_aselect.c lastdag_h->next
next 525 dev/raidframe/rf_aselect.c lastdag_h->next =
next 551 dev/raidframe/rf_aselect.c lastdag_h->next = tempdag_h;
next 571 dev/raidframe/rf_aselect.c while (endASMList->next)
next 572 dev/raidframe/rf_aselect.c endASMList = endASMList->next;
next 577 dev/raidframe/rf_aselect.c asm_p = asm_p->next, i++)
next 587 dev/raidframe/rf_aselect.c physPtr = physPtr->next, j++) {
next 606 dev/raidframe/rf_aselect.c endASMList->next =
next 608 dev/raidframe/rf_aselect.c endASMList = endASMList->next;
next 624 dev/raidframe/rf_aselect.c endASMList->next =
next 628 dev/raidframe/rf_aselect.c ->next;
next 56 dev/raidframe/rf_callback.c RF_FREELIST_DESTROY(rf_callback_freelist, next, (RF_CallbackDesc_t *));
next 75 dev/raidframe/rf_callback.c RF_FREELIST_PRIME(rf_callback_freelist, RF_CALLBACK_INITIAL, next,
next 85 dev/raidframe/rf_callback.c RF_FREELIST_GET(rf_callback_freelist, p, next, (RF_CallbackDesc_t *));
next 92 dev/raidframe/rf_callback.c RF_FREELIST_FREE(rf_callback_freelist, p, next);
next 57 dev/raidframe/rf_callback.h RF_CallbackDesc_t *next; /* Next entry in list. */
next 73 dev/raidframe/rf_cvscan.c key = tmp->sectorOffset, i++, tmp = tmp->next)
next 81 dev/raidframe/rf_cvscan.c key = tmp->sectorOffset, i++, tmp = tmp->next) {
next 90 dev/raidframe/rf_cvscan.c key = tmp->priority, tmp = tmp->next) {
next 111 dev/raidframe/rf_cvscan.c list_ptr = &((*list_ptr)->next)) {
next 113 dev/raidframe/rf_cvscan.c req->next = (*list_ptr);
next 132 dev/raidframe/rf_cvscan.c list_ptr = &((*list_ptr)->next)) {
next 134 dev/raidframe/rf_cvscan.c req->next = (*list_ptr);
next 144 dev/raidframe/rf_cvscan.c (*list_ptr) = (*list_ptr)->next;
next 170 dev/raidframe/rf_cvscan.c RF_DiskQueueData_t *p = gp->next;
next 245 dev/raidframe/rf_cvscan.c tmp = tmp->next, i++) {
next 252 dev/raidframe/rf_cvscan.c tmp = tmp->next, i++) {
next 281 dev/raidframe/rf_cvscan.c RF_DiskQueueData_t *next = burner->next;
next 283 dev/raidframe/rf_cvscan.c burner = next;
next 310 dev/raidframe/rf_cvscan.c tmp = tmp->next, i++) {
next 317 dev/raidframe/rf_cvscan.c tmp = tmp->next, i++) {
next 384 dev/raidframe/rf_cvscan.c tmp = tmp->next)
next 392 dev/raidframe/rf_cvscan.c tmp = tmp->next)
next 400 dev/raidframe/rf_cvscan.c tmp = tmp->next)
next 428 dev/raidframe/rf_cvscan.c hdr->burner = tmp->next;
next 430 dev/raidframe/rf_cvscan.c tmp->next = tlist;
next 438 dev/raidframe/rf_cvscan.c tmp = tmp->next;
next 443 dev/raidframe/rf_cvscan.c trailer->next = tmp->next;
next 445 dev/raidframe/rf_cvscan.c tmp->next = tlist;
next 447 dev/raidframe/rf_cvscan.c tmp = trailer->next;
next 450 dev/raidframe/rf_cvscan.c tmp = tmp->next;
next 455 dev/raidframe/rf_cvscan.c tmp = tlist->next;
next 58 dev/raidframe/rf_dag.h RF_PropHeader_t *next; /* Linked list for multiple
next 175 dev/raidframe/rf_dag.h RF_DagNode_t *next;
next 238 dev/raidframe/rf_dag.h RF_DagHeader_t *next; /*
next 329 dev/raidframe/rf_dag.h (_n_)->next = NULL; \
next 174 dev/raidframe/rf_dagdegrd.c RF_ASSERT(asmap->parityInfo->next == NULL);
next 363 dev/raidframe/rf_dagdegrd.c i++, pda = pda->next) {
next 384 dev/raidframe/rf_dagdegrd.c i++, pda = pda->next) {
next 401 dev/raidframe/rf_dagdegrd.c j++, pda = pda->next) {
next 627 dev/raidframe/rf_dagdegrd.c RF_ASSERT(asmap->parityInfo->next == NULL);
next 732 dev/raidframe/rf_dagdegrd.c pda_p->next = NULL; \
next 795 dev/raidframe/rf_dagdegrd.c for (pda_p = asmap->physInfo; pda_p; pda_p = pda_p->next) {
next 839 dev/raidframe/rf_dagdegrd.c pda_p[i].next = pda_p + (i + 1);
next 898 dev/raidframe/rf_dagdegrd.c for (phys_p = asmap->physInfo; phys_p; phys_p = phys_p->next, i++) {
next 1250 dev/raidframe/rf_dagdegrd.c for (i = 0; i < nRudNodes; pda = pda->next) {
next 1260 dev/raidframe/rf_dagdegrd.c for (i = 0; i < nRrdNodes; i++, pda = pda->next) {
next 295 dev/raidframe/rf_dagdegwr.c i++, pda = pda->next) {
next 312 dev/raidframe/rf_dagdegwr.c j++, pda = pda->next) {
next 402 dev/raidframe/rf_dagdegwr.c i++, pda = pda->next) {
next 556 dev/raidframe/rf_dagdegwr.c pda_p->next = NULL; \
next 650 dev/raidframe/rf_dagdegwr.c pda_p[i].next = pda_p + (i + 1);
next 812 dev/raidframe/rf_dagdegwr.c for (i = 0; i < nRrdNodes; i++, pda = pda->next) {
next 895 dev/raidframe/rf_dagdegwr.c pda = pda->next;
next 243 dev/raidframe/rf_dagffrd.c pda = pda->next;
next 394 dev/raidframe/rf_dagffrd.c data_pda = data_pda->next;
next 395 dev/raidframe/rf_dagffrd.c parity_pda = parity_pda->next;
next 250 dev/raidframe/rf_dagffwr.c pda = pda->next;
next 268 dev/raidframe/rf_dagffwr.c pda = pda->next;
next 331 dev/raidframe/rf_dagffwr.c RF_ASSERT(asmap->parityInfo->next == NULL);
next 353 dev/raidframe/rf_dagffwr.c RF_ASSERT(asmap->parityInfo->next == NULL);
next 493 dev/raidframe/rf_dagffwr.c numParityNodes = (asmap->parityInfo->next) ? 2 : 1;
next 612 dev/raidframe/rf_dagffwr.c pda = pda->next;
next 634 dev/raidframe/rf_dagffwr.c pda = pda->next;
next 657 dev/raidframe/rf_dagffwr.c pda = pda->next;
next 690 dev/raidframe/rf_dagffwr.c pda = pda->next;
next 860 dev/raidframe/rf_dagffwr.c pda = pda->next;
next 893 dev/raidframe/rf_dagffwr.c pda = pda->next;
next 1151 dev/raidframe/rf_dagffwr.c nWmirNodes = (asmap->parityInfo->next) ? 2 : 1;
next 1152 dev/raidframe/rf_dagffwr.c nWndNodes = (asmap->physInfo->next) ? 2 : 1;
next 1209 dev/raidframe/rf_dagffwr.c pda = pda->next;
next 1229 dev/raidframe/rf_dagffwr.c pda = pda->next;
next 1230 dev/raidframe/rf_dagffwr.c pdaP = pdaP->next;
next 1388 dev/raidframe/rf_dagffwr.c pda = pda->next;
next 1406 dev/raidframe/rf_dagffwr.c pda = pda->next;
next 1459 dev/raidframe/rf_dagffwr.c RF_ASSERT(asmap->parityInfo->next == NULL);
next 1481 dev/raidframe/rf_dagffwr.c RF_ASSERT(asmap->parityInfo->next == NULL);
next 1624 dev/raidframe/rf_dagffwr.c numParityNodes = (asmap->parityInfo->next) ? 2 : 1;
next 1732 dev/raidframe/rf_dagffwr.c pda = pda->next;
next 1755 dev/raidframe/rf_dagffwr.c pda = pda->next;
next 1777 dev/raidframe/rf_dagffwr.c pda = pda->next;
next 1808 dev/raidframe/rf_dagffwr.c pda = pda->next;
next 1974 dev/raidframe/rf_dagffwr.c pda = pda->next;
next 2008 dev/raidframe/rf_dagffwr.c pda = pda->next;
next 2246 dev/raidframe/rf_dagffwr.c nWmirNodes = (asmap->parityInfo->next) ? 2 : 1;
next 2247 dev/raidframe/rf_dagffwr.c nWndNodes = (asmap->physInfo->next) ? 2 : 1;
next 2304 dev/raidframe/rf_dagffwr.c pda = pda->next;
next 2324 dev/raidframe/rf_dagffwr.c pda = pda->next;
next 2325 dev/raidframe/rf_dagffwr.c pdaP = pdaP->next;
next 104 dev/raidframe/rf_dagutils.c node->next = NULL;
next 163 dev/raidframe/rf_dagutils.c nextDag = dag_h->next;
next 186 dev/raidframe/rf_dagutils.c asmap = asmap->next;
next 204 dev/raidframe/rf_dagutils.c p->next = next;
next 218 dev/raidframe/rf_dagutils.c RF_FREELIST_DESTROY(rf_dagh_freelist, next, (RF_DagHeader_t *));
next 237 dev/raidframe/rf_dagutils.c RF_FREELIST_PRIME(rf_dagh_freelist, RF_DAGH_INITIAL, next,
next 247 dev/raidframe/rf_dagutils.c RF_FREELIST_GET(rf_dagh_freelist, dh, next, (RF_DagHeader_t *));
next 257 dev/raidframe/rf_dagutils.c RF_FREELIST_FREE(rf_dagh_freelist, dh, next);
next 514 dev/raidframe/rf_dagutils.c for (; dag_h; dag_h = dag_h->next) {
next 531 dev/raidframe/rf_dagutils.c if (node->next != NULL) {
next 767 dev/raidframe/rf_dagutils.c for (pda = asmap->physInfo; pda; pda = pda->next) {
next 787 dev/raidframe/rf_dagutils.c for (pda = asmap->parityInfo; pda; pda = pda->next) {
next 855 dev/raidframe/rf_dagutils.c new_asm_h[0]->next = dag_h->asmList;
next 859 dev/raidframe/rf_dagutils.c RF_ASSERT(new_asm_h[0]->stripeMap->next == NULL);
next 876 dev/raidframe/rf_dagutils.c new_asm_h[1]->next = dag_h->asmList;
next 880 dev/raidframe/rf_dagutils.c RF_ASSERT(new_asm_h[1]->stripeMap->next == NULL);
next 1002 dev/raidframe/rf_dagutils.c new_asm_h[0]->next = dag_h->asmList;
next 1005 dev/raidframe/rf_dagutils.c pda = pda->next) {
next 1012 dev/raidframe/rf_dagutils.c new_asm_h[1]->next = dag_h->asmList;
next 1015 dev/raidframe/rf_dagutils.c pda; pda = pda->next) {
next 1049 dev/raidframe/rf_dagutils.c pda = pda->next) {
next 1057 dev/raidframe/rf_dagutils.c pda = pda->next) {
next 1075 dev/raidframe/rf_dagutils.c pda; i++, pda = pda->next) {
next 60 dev/raidframe/rf_debugMem.c struct mh_struct *next;
next 109 dev/raidframe/rf_debugMem.c for (p = mh_table[i]; p; p = p->next)
next 156 dev/raidframe/rf_debugMem.c for (p = mh_table[bucket]; p && (p->address != addr); p = p->next);
next 160 dev/raidframe/rf_debugMem.c p->next = mh_table[bucket];
next 186 dev/raidframe/rf_debugMem.c for (p = mh_table[bucket]; p && (p->address != addr); p = p->next);
next 76 dev/raidframe/rf_desc.h RF_RaidReconDesc_t *next;
next 136 dev/raidframe/rf_desc.h RF_RaidAccessDesc_t *next;
next 234 dev/raidframe/rf_diskqueue.c RF_FREELIST_DESTROY_CLEAN(rf_dqd_freelist, next,
next 254 dev/raidframe/rf_diskqueue.c RF_FREELIST_PRIME_INIT(rf_dqd_freelist, RF_DQD_INITIAL, next,
next 590 dev/raidframe/rf_diskqueue.c RF_FREELIST_GET_INIT(rf_dqd_freelist, p, next, (RF_DiskQueueData_t *),
next 601 dev/raidframe/rf_diskqueue.c p->next = next;
next 634 dev/raidframe/rf_diskqueue.c RF_FREELIST_GET_INIT(rf_dqd_freelist, p, next, (RF_DiskQueueData_t *),
next 645 dev/raidframe/rf_diskqueue.c p->next = next;
next 659 dev/raidframe/rf_diskqueue.c RF_FREELIST_FREE_CLEAN(rf_dqd_freelist, p, next, rf_clean_dqd);
next 95 dev/raidframe/rf_diskqueue.h RF_DiskQueueData_t *next;
next 433 dev/raidframe/rf_disks.c ac = ac->next;
next 467 dev/raidframe/rf_disks.c ac = ac->next;
next 502 dev/raidframe/rf_disks.c ac = ac->next;
next 615 dev/raidframe/rf_disks.c ac = ac->next;
next 574 dev/raidframe/rf_driver.c RF_FREELIST_DESTROY_CLEAN(rf_rad_freelist, next,
next 595 dev/raidframe/rf_driver.c RF_FREELIST_PRIME_INIT(rf_rad_freelist, RF_RAD_INITIAL, next,
next 618 dev/raidframe/rf_driver.c RF_FREELIST_GET_INIT_NOUNLOCK(rf_rad_freelist, desc, next,
next 626 dev/raidframe/rf_driver.c RF_FREELIST_FREE_CLEAN(rf_rad_freelist, desc, next,
next 649 dev/raidframe/rf_driver.c desc->next = NULL;
next 665 dev/raidframe/rf_driver.c RF_FREELIST_FREE_CLEAN_NOUNLOCK(rf_rad_freelist, desc, next, rf_clean_rad);
next 867 dev/raidframe/rf_driver.c cb = cb->next;
next 409 dev/raidframe/rf_engine.c RF_DagNode_t *node, *next;
next 415 dev/raidframe/rf_engine.c for (node = nodeList; node; node = next) {
next 416 dev/raidframe/rf_engine.c next = node->next;
next 441 dev/raidframe/rf_engine.c for (node = nodeList; node; node = next) {
next 442 dev/raidframe/rf_engine.c next = node->next;
next 479 dev/raidframe/rf_engine.c RF_DagNode_t *q = NULL, *qh = NULL, *next;
next 508 dev/raidframe/rf_engine.c s->next = finishlist;
next 528 dev/raidframe/rf_engine.c s->next = skiplist;
next 547 dev/raidframe/rf_engine.c s->next = firelist;
next 557 dev/raidframe/rf_engine.c q->next = s;
next 561 dev/raidframe/rf_engine.c qh->next = NULL;
next 574 dev/raidframe/rf_engine.c q->next = raidPtr->node_queue;
next 580 dev/raidframe/rf_engine.c for (; skiplist; skiplist = next) {
next 581 dev/raidframe/rf_engine.c next = skiplist->next;
next 591 dev/raidframe/rf_engine.c for (; finishlist; finishlist = next) {
next 593 dev/raidframe/rf_engine.c next = finishlist->next;
next 630 dev/raidframe/rf_engine.c a->next = finishlist;
next 643 dev/raidframe/rf_engine.c a->next = firelist;
next 653 dev/raidframe/rf_engine.c q->next = a;
next 657 dev/raidframe/rf_engine.c qh->next = NULL;
next 668 dev/raidframe/rf_engine.c q->next = raidPtr->node_queue;
next 673 dev/raidframe/rf_engine.c for (; finishlist; finishlist = next) {
next 675 dev/raidframe/rf_engine.c next = finishlist->next;
next 901 dev/raidframe/rf_engine.c local_nq = local_nq->next;
next 910 dev/raidframe/rf_engine.c nd->next = term_nq;
next 917 dev/raidframe/rf_engine.c nd->next = fire_nq;
next 927 dev/raidframe/rf_engine.c nd->next = term_nq;
next 934 dev/raidframe/rf_engine.c nd->next = fire_nq;
next 950 dev/raidframe/rf_engine.c term_nq = term_nq->next;
next 951 dev/raidframe/rf_engine.c nd->next = NULL;
next 296 dev/raidframe/rf_evenodd.c (asmap->parityInfo->next != NULL) ||
next 297 dev/raidframe/rf_evenodd.c (asmap->qInfo->next != NULL) ||
next 319 dev/raidframe/rf_evenodd.c (asmap->parityInfo->next != NULL) ||
next 332 dev/raidframe/rf_evenodd.c (asmap->qInfo->next != NULL) ||
next 494 dev/raidframe/rf_evenodd.c i++, pda = pda->next) {
next 510 dev/raidframe/rf_evenodd.c RF_ASSERT(!asmap->parityInfo->next);
next 518 dev/raidframe/rf_evenodd.c RF_ASSERT(!asmap->qInfo->next);
next 74 dev/raidframe/rf_fifo.c elem->next = NULL;
next 81 dev/raidframe/rf_fifo.c q->hq_tail->next = elem;
next 86 dev/raidframe/rf_fifo.c RF_ASSERT(elem->next == NULL);
next 96 dev/raidframe/rf_fifo.c q->lq_tail->next = elem;
next 123 dev/raidframe/rf_fifo.c q->hq_head = q->hq_head->next;
next 126 dev/raidframe/rf_fifo.c nd->next = NULL;
next 132 dev/raidframe/rf_fifo.c q->lq_head = q->lq_head->next;
next 135 dev/raidframe/rf_fifo.c nd->next = NULL;
next 197 dev/raidframe/rf_fifo.c pt->next = lp->next;
next 200 dev/raidframe/rf_fifo.c q->lq_head = lp->next;
next 210 dev/raidframe/rf_fifo.c lp->next = NULL;
next 214 dev/raidframe/rf_fifo.c q->hq_tail->next = lp;
next 228 dev/raidframe/rf_fifo.c lp = (pt) ? pt->next : q->lq_head;
next 233 dev/raidframe/rf_fifo.c lp = lp->next;
next 268 dev/raidframe/rf_layout.h RF_PhysDiskAddr_t *next;
next 342 dev/raidframe/rf_layout.h RF_AccessStripeMap_t *next;
next 389 dev/raidframe/rf_layout.h RF_AccessStripeMapHeader_t *next;
next 138 dev/raidframe/rf_map.c asmList = asmList->next;
next 143 dev/raidframe/rf_map.c asm_p->next = t_asm;
next 144 dev/raidframe/rf_map.c asm_p = asm_p->next;
next 169 dev/raidframe/rf_map.c pdaList = pdaList->next;
next 174 dev/raidframe/rf_map.c pda_p->next = t_pda;
next 175 dev/raidframe/rf_map.c pda_p = pda_p->next;
next 226 dev/raidframe/rf_map.c pdaList = pdaList->next;
next 248 dev/raidframe/rf_map.c RF_ASSERT(pdaList && pdaList->next);
next 250 dev/raidframe/rf_map.c pdaList = pdaList->next;
next 255 dev/raidframe/rf_map.c pdaList = pdaList->next;
next 315 dev/raidframe/rf_map.c for (asmap = asm_h->stripeMap; asmap; asmap = asmap->next) {
next 321 dev/raidframe/rf_map.c for (pda = asmap->physInfo; pda; pda = pda->next) {
next 361 dev/raidframe/rf_map.c new_asm->next = NULL;
next 363 dev/raidframe/rf_map.c for (pda = asmap->physInfo; pda; pda = pda->next) {
next 367 dev/raidframe/rf_map.c t_pda->next = NULL;
next 372 dev/raidframe/rf_map.c new_pda->next = t_pda;
next 373 dev/raidframe/rf_map.c new_pda = new_pda->next;
next 378 dev/raidframe/rf_map.c for (pda = asmap->parityInfo; pda; pda = pda->next) {
next 382 dev/raidframe/rf_map.c t_pda->next = NULL;
next 387 dev/raidframe/rf_map.c new_pda->next = t_pda;
next 388 dev/raidframe/rf_map.c new_pda = new_pda->next;
next 444 dev/raidframe/rf_map.c RF_FREELIST_DESTROY(rf_asmhdr_freelist, next,
next 446 dev/raidframe/rf_map.c RF_FREELIST_DESTROY(rf_pda_freelist, next, (RF_PhysDiskAddr_t *));
next 447 dev/raidframe/rf_map.c RF_FREELIST_DESTROY(rf_asm_freelist, next, (RF_AccessStripeMap_t *));
next 463 dev/raidframe/rf_map.c RF_FREELIST_DESTROY(rf_asmhdr_freelist, next,
next 470 dev/raidframe/rf_map.c RF_FREELIST_DESTROY(rf_asmhdr_freelist, next,
next 472 dev/raidframe/rf_map.c RF_FREELIST_DESTROY(rf_pda_freelist, next,
next 483 dev/raidframe/rf_map.c RF_FREELIST_PRIME(rf_asmhdr_freelist, RF_ASMHDR_INITIAL, next,
next 485 dev/raidframe/rf_map.c RF_FREELIST_PRIME(rf_asm_freelist, RF_ASM_INITIAL, next,
next 487 dev/raidframe/rf_map.c RF_FREELIST_PRIME(rf_pda_freelist, RF_PDA_INITIAL, next,
next 498 dev/raidframe/rf_map.c RF_FREELIST_GET(rf_asmhdr_freelist, p, next,
next 508 dev/raidframe/rf_map.c RF_FREELIST_FREE(rf_asmhdr_freelist, p, next);
next 516 dev/raidframe/rf_map.c RF_FREELIST_GET(rf_pda_freelist, p, next, (RF_PhysDiskAddr_t *));
next 533 dev/raidframe/rf_map.c RF_FREELIST_GET_N(rf_pda_freelist, p, next, (RF_PhysDiskAddr_t *),
next 541 dev/raidframe/rf_map.c RF_FREELIST_FREE(rf_pda_freelist, p, next);
next 552 dev/raidframe/rf_map.c RF_FREELIST_FREE_N(rf_pda_freelist, l_start, next,
next 561 dev/raidframe/rf_map.c RF_FREELIST_GET(rf_asm_freelist, p, next, (RF_AccessStripeMap_t *));
next 578 dev/raidframe/rf_map.c RF_FREELIST_GET_N(rf_asm_freelist, p, next, (RF_AccessStripeMap_t *),
next 586 dev/raidframe/rf_map.c RF_FREELIST_FREE(rf_asm_freelist, p, next);
next 593 dev/raidframe/rf_map.c RF_FREELIST_FREE_N(rf_asm_freelist, l_start, next,
next 604 dev/raidframe/rf_map.c for (p = hdr->stripeMap; p; p = p->next) {
next 611 dev/raidframe/rf_map.c pdaEnd->next = p->qInfo;
next 614 dev/raidframe/rf_map.c pdp = pdp->next;
next 623 dev/raidframe/rf_map.c pdaEnd->next = p->parityInfo;
next 626 dev/raidframe/rf_map.c pdp = pdp->next;
next 635 dev/raidframe/rf_map.c pdaEnd->next = p->physInfo;
next 638 dev/raidframe/rf_map.c pdp = pdp->next;
next 649 dev/raidframe/rf_map.c for (t = 0, pdp = pdaList; pdp; pdp = pdp->next)
next 787 dev/raidframe/rf_map.c for (; asmap; asmap = asmap->next) {
next 805 dev/raidframe/rf_map.c if (asmap->parityInfo->next) {
next 807 dev/raidframe/rf_map.c asmap->parityInfo->next->row,
next 808 dev/raidframe/rf_map.c asmap->parityInfo->next->col,
next 809 dev/raidframe/rf_map.c (int) asmap->parityInfo->next->startSector,
next 810 dev/raidframe/rf_map.c (int) (asmap->parityInfo->next->startSector
next 811 dev/raidframe/rf_map.c + asmap->parityInfo->next->numSector - 1));
next 814 dev/raidframe/rf_map.c asmap->parityInfo->next->bufPtr);
next 815 dev/raidframe/rf_map.c RF_ASSERT(asmap->parityInfo->next->next
next 820 dev/raidframe/rf_map.c for (i = 0, p = asmap->physInfo; p; p = p->next, i++) {
next 909 dev/raidframe/rf_map.c RF_ASSERT(toAdjust->next == NULL);
next 910 dev/raidframe/rf_map.c new_pda = toAdjust->next = rf_AllocPhysDiskAddr();
next 912 dev/raidframe/rf_map.c new_pda->next = NULL;
next 88 dev/raidframe/rf_mcpair.c RF_FREELIST_DESTROY_CLEAN(rf_mcpair_freelist, next, (RF_MCPair_t *),
next 106 dev/raidframe/rf_mcpair.c RF_FREELIST_PRIME_INIT(rf_mcpair_freelist, RF_MCPAIR_INITIAL, next,
next 116 dev/raidframe/rf_mcpair.c RF_FREELIST_GET_INIT(rf_mcpair_freelist, t, next, (RF_MCPair_t *),
next 120 dev/raidframe/rf_mcpair.c t->next = NULL;
next 128 dev/raidframe/rf_mcpair.c RF_FREELIST_FREE_CLEAN(rf_mcpair_freelist, t, next, rf_clean_mcpair);
next 46 dev/raidframe/rf_mcpair.h RF_MCPair_t *next;
next 74 dev/raidframe/rf_memchunk.c RF_ChunkHdr_t *next;
next 97 dev/raidframe/rf_memchunk.c p = p->next;
next 102 dev/raidframe/rf_memchunk.c hdr = hdr->next;
next 145 dev/raidframe/rf_memchunk.c chunk_desc_free_list = p->next;
next 150 dev/raidframe/rf_memchunk.c p->next = NULL;
next 167 dev/raidframe/rf_memchunk.c for (hdr = chunklist; hdr; hdr = hdr->next)
next 171 dev/raidframe/rf_memchunk.c hdr->list = p->next;
next 172 dev/raidframe/rf_memchunk.c p->next = NULL;
next 193 dev/raidframe/rf_memchunk.c for (hdr = chunklist; hdr && hdr->size < chunk->size; ht = hdr, hdr = hdr->next);
next 195 dev/raidframe/rf_memchunk.c chunk->next = hdr->list;
next 201 dev/raidframe/rf_memchunk.c chunk->next = NULL;
next 203 dev/raidframe/rf_memchunk.c new->next = ht->next;
next 204 dev/raidframe/rf_memchunk.c ht->next = new;
next 206 dev/raidframe/rf_memchunk.c new->next = hdr;
next 42 dev/raidframe/rf_memchunk.h RF_ChunkDesc_t *next;
next 192 dev/raidframe/rf_openbsd.h struct RF_AutoConfig_s *next; /*
next 208 dev/raidframe/rf_openbsd.h struct RF_ConfigSet_s *next;
next 490 dev/raidframe/rf_openbsdkintf.c next_cset = cset->next;
next 1498 dev/raidframe/rf_openbsdkintf.c rf_sparet_wait_queue = rf_sparet_wait_queue->next;
next 1514 dev/raidframe/rf_openbsdkintf.c waitreq->next = rf_sparet_wait_queue;
next 1536 dev/raidframe/rf_openbsdkintf.c waitreq->next = rf_sparet_resp_queue;
next 1682 dev/raidframe/rf_openbsdkintf.c req->next = rf_sparet_wait_queue;
next 1692 dev/raidframe/rf_openbsdkintf.c rf_sparet_resp_queue = req->next;
next 2843 dev/raidframe/rf_openbsdkintf.c ac->next = ac_list;
next 2927 dev/raidframe/rf_openbsdkintf.c ac_next = ac->next;
next 2939 dev/raidframe/rf_openbsdkintf.c config_sets->next = NULL;
next 2941 dev/raidframe/rf_openbsdkintf.c ac->next = NULL;
next 2948 dev/raidframe/rf_openbsdkintf.c ac->next = cset->ac;
next 2952 dev/raidframe/rf_openbsdkintf.c cset = cset->next;
next 2963 dev/raidframe/rf_openbsdkintf.c ac->next = NULL;
next 2964 dev/raidframe/rf_openbsdkintf.c cset->next = config_sets;
next 3075 dev/raidframe/rf_openbsdkintf.c ac = ac->next;
next 3096 dev/raidframe/rf_openbsdkintf.c ac=ac->next;
next 3182 dev/raidframe/rf_openbsdkintf.c ac = ac->next;
next 3358 dev/raidframe/rf_openbsdkintf.c ac = ac->next;
next 3371 dev/raidframe/rf_openbsdkintf.c next_ac = ac->next;
next 92 dev/raidframe/rf_paritylog.c raidPtr->parityLogDiskQueue.freeCommonList->next;
next 106 dev/raidframe/rf_paritylog.c common->next = NULL;
next 123 dev/raidframe/rf_paritylog.c common->next = raidPtr->parityLogDiskQueue.freeCommonList;
next 143 dev/raidframe/rf_paritylog.c raidPtr->parityLogDiskQueue.freeDataList->next;
next 150 dev/raidframe/rf_paritylog.c data->next = NULL;
next 171 dev/raidframe/rf_paritylog.c nextItem = data->next;
next 172 dev/raidframe/rf_paritylog.c data->next = raidPtr->parityLogDiskQueue.freeDataList;
next 198 dev/raidframe/rf_paritylog.c RF_ASSERT(data->next == NULL);
next 203 dev/raidframe/rf_paritylog.c RF_ASSERT((*tail)->next == NULL);
next 204 dev/raidframe/rf_paritylog.c data->next = *head;
next 215 dev/raidframe/rf_paritylog.c RF_ASSERT((*tail)->next == NULL);
next 241 dev/raidframe/rf_paritylog.c (*tail)->next = NULL;
next 243 dev/raidframe/rf_paritylog.c RF_ASSERT((*tail)->next == NULL);
next 245 dev/raidframe/rf_paritylog.c data->next = NULL;
next 255 dev/raidframe/rf_paritylog.c RF_ASSERT((*tail)->next == NULL);
next 285 dev/raidframe/rf_paritylog.c data->next = NULL;
next 286 dev/raidframe/rf_paritylog.c (*tail)->next = data;
next 293 dev/raidframe/rf_paritylog.c (*tail)->next = NULL;
next 296 dev/raidframe/rf_paritylog.c RF_ASSERT((*tail)->next == NULL);
next 338 dev/raidframe/rf_paritylog.c data->next = NULL;
next 350 dev/raidframe/rf_paritylog.c diskAddress = diskAddress->next;
next 408 dev/raidframe/rf_paritylog.c (*tail)->next = NULL;
next 410 dev/raidframe/rf_paritylog.c RF_ASSERT((*tail)->next == NULL);
next 415 dev/raidframe/rf_paritylog.c *head = (*head)->next;
next 418 dev/raidframe/rf_paritylog.c RF_ASSERT((*tail)->next == NULL);
next 424 dev/raidframe/rf_paritylog.c w->prev->next = w->next;
next 425 dev/raidframe/rf_paritylog.c w->next->prev = w->prev;
next 427 dev/raidframe/rf_paritylog.c RF_ASSERT((*tail)->next == NULL);
next 431 dev/raidframe/rf_paritylog.c w->next = NULL;
next 466 dev/raidframe/rf_paritylog.c logData->next = rf_SearchAndDequeueParityLogData(raidPtr,
next 468 dev/raidframe/rf_paritylog.c while (logData->next) {
next 469 dev/raidframe/rf_paritylog.c logData = logData->next;
next 470 dev/raidframe/rf_paritylog.c logData->next =
next 494 dev/raidframe/rf_paritylog.c raidPtr->parityLogPool.parityLogs->next;
next 497 dev/raidframe/rf_paritylog.c log->next = NULL;
next 552 dev/raidframe/rf_paritylog.c firstLog = firstLog->next;
next 554 dev/raidframe/rf_paritylog.c log->next = NULL;
next 565 dev/raidframe/rf_paritylog.c firstLog = firstLog->next;
next 567 dev/raidframe/rf_paritylog.c log->next = NULL;
next 579 dev/raidframe/rf_paritylog.c log->next = firstLog;
next 587 dev/raidframe/rf_paritylog.c while (lastLog->next) {
next 588 dev/raidframe/rf_paritylog.c lastLog = lastLog->next;
next 593 dev/raidframe/rf_paritylog.c lastLog->next = raidPtr->parityLogPool.parityLogs;
next 599 dev/raidframe/rf_paritylog.c log = log->next;
next 628 dev/raidframe/rf_paritylog.c log->next = raidPtr->parityLogDiskQueue.reintQueue;
next 646 dev/raidframe/rf_paritylog.c RF_ASSERT(log->next == NULL);
next 649 dev/raidframe/rf_paritylog.c log->next = raidPtr->parityLogDiskQueue.flushQueue;
next 681 dev/raidframe/rf_paritylog.c RF_ASSERT(log->next == NULL);
next 803 dev/raidframe/rf_paritylog.c logData = logData->next;
next 804 dev/raidframe/rf_paritylog.c item->next = NULL;
next 847 dev/raidframe/rf_paritylog.c RF_ASSERT((*incomingLog)->next
next 872 dev/raidframe/rf_paritylog.c ->next == NULL);
next 897 dev/raidframe/rf_paritylog.c (*incomingLog)->next ==
next 938 dev/raidframe/rf_paritylog.c ->next == NULL);
next 61 dev/raidframe/rf_paritylog.h RF_CommonLogData_t *next;
next 77 dev/raidframe/rf_paritylog.h RF_ParityLogData_t *next;
next 96 dev/raidframe/rf_paritylog.h RF_ParityLog_t *next;
next 151 dev/raidframe/rf_paritylogDiskMgr.c if ((*rrd_pda)->next) {
next 152 dev/raidframe/rf_paritylogDiskMgr.c (*rrd_pda)->next = NULL;
next 252 dev/raidframe/rf_paritylogDiskMgr.c if ((*prd_pda)->next) {
next 253 dev/raidframe/rf_paritylogDiskMgr.c (*prd_pda)->next = NULL;
next 369 dev/raidframe/rf_paritylogDiskMgr.c log = log->next;
next 505 dev/raidframe/rf_paritylogDiskMgr.c logList = logList->next;
next 506 dev/raidframe/rf_paritylogDiskMgr.c log->next = NULL;
next 521 dev/raidframe/rf_paritylogDiskMgr.c logData->next =
next 526 dev/raidframe/rf_paritylogDiskMgr.c logData = logData->next;
next 558 dev/raidframe/rf_paritylogDiskMgr.c log->next = freeLogList;
next 85 dev/raidframe/rf_paritylogging.c RF_ParityLog_t *l = NULL, *next;
next 270 dev/raidframe/rf_paritylogging.c RF_Calloc(l->next, 1, sizeof(RF_ParityLog_t),
next 272 dev/raidframe/rf_paritylogging.c if (l->next == NULL) {
next 279 dev/raidframe/rf_paritylogging.c l = next) {
next 280 dev/raidframe/rf_paritylogging.c next = l->next;
next 289 dev/raidframe/rf_paritylogging.c l = l->next;
next 304 dev/raidframe/rf_paritylogging.c l = next) {
next 305 dev/raidframe/rf_paritylogging.c next = l->next;
next 655 dev/raidframe/rf_paritylogging.c l1 = l2->next;
next 767 dev/raidframe/rf_paritylogging.c raidPtr->parityLogDiskQueue.freeDataList->next;
next 774 dev/raidframe/rf_paritylogging.c raidPtr->parityLogDiskQueue.freeCommonList->next;
next 1003 dev/raidframe/rf_paritylogging.c if (asmp->parityInfo->next) {
next 1009 dev/raidframe/rf_paritylogging.c asmp->parityInfo->next;
next 1026 dev/raidframe/rf_paritylogging.c if (asmp->parityInfo->next &&
next 1028 dev/raidframe/rf_paritylogging.c asmp->parityInfo->next) {
next 1059 dev/raidframe/rf_paritylogging.c if (asmp->parityInfo->next) {
next 1062 dev/raidframe/rf_paritylogging.c failedPDA->next->row =
next 1064 dev/raidframe/rf_paritylogging.c failedPDA->next->col =
next 1069 dev/raidframe/rf_paritylogging.c ->next) {
next 1125 dev/raidframe/rf_paritylogging.c (asmp->parityInfo->next != NULL) ||
next 157 dev/raidframe/rf_parityloggingdags.c pda = pda->next;
next 175 dev/raidframe/rf_parityloggingdags.c pda = pda->next;
next 225 dev/raidframe/rf_parityloggingdags.c RF_ASSERT(asmap->parityInfo->next == NULL);
next 360 dev/raidframe/rf_parityloggingdags.c int numParityNodes = (asmap->parityInfo->next) ? 2 : 1;
next 460 dev/raidframe/rf_parityloggingdags.c pda = pda->next;
next 480 dev/raidframe/rf_parityloggingdags.c pda = pda->next;
next 511 dev/raidframe/rf_parityloggingdags.c pda = pda->next;
next 600 dev/raidframe/rf_parityloggingdags.c pda = pda->next;
next 158 dev/raidframe/rf_parityscan.c for (doasm = aasm; doasm; doasm = doasm->next) {
next 160 dev/raidframe/rf_parityscan.c parityPDA = parityPDA->next) {
next 226 dev/raidframe/rf_parityscan.c i++, pda = pda->next) {
next 241 dev/raidframe/rf_parityscan.c RF_ASSERT(!asmap->parityInfo->next);
next 179 dev/raidframe/rf_pq.c (asmap->parityInfo->next != NULL) ||
next 180 dev/raidframe/rf_pq.c (asmap->qInfo->next != NULL) ||
next 104 dev/raidframe/rf_psstatus.c RF_FREELIST_DESTROY_CLEAN_ARG(raidPtr->pss_freelist, next,
next 126 dev/raidframe/rf_psstatus.c RF_FREELIST_PRIME_INIT_ARG(raidPtr->pss_freelist, RF_PSS_INITIAL, next,
next 201 dev/raidframe/rf_psstatus.c for (p = pssPtr; p; p = p->next) {
next 210 dev/raidframe/rf_psstatus.c p->next = hdr->chain;
next 262 dev/raidframe/rf_psstatus.c pt->next = p->next;
next 264 dev/raidframe/rf_psstatus.c hdr->chain = p->next;
next 265 dev/raidframe/rf_psstatus.c p->next = NULL;
next 270 dev/raidframe/rf_psstatus.c p = p->next;
next 291 dev/raidframe/rf_psstatus.c for (pt = NULL, p = hdr->chain; p; pt = p, p = p->next) {
next 304 dev/raidframe/rf_psstatus.c pt->next = p->next;
next 306 dev/raidframe/rf_psstatus.c hdr->chain = p->next;
next 307 dev/raidframe/rf_psstatus.c p->next = NULL;
next 317 dev/raidframe/rf_psstatus.c cb1 = cb->next;
next 337 dev/raidframe/rf_psstatus.c RF_FREELIST_GET_INIT_ARG(raidPtr->pss_freelist, p, next,
next 342 dev/raidframe/rf_psstatus.c p->next = NULL;
next 357 dev/raidframe/rf_psstatus.c RF_FREELIST_FREE_CLEAN_ARG(raidPtr->pss_freelist, p, next,
next 370 dev/raidframe/rf_psstatus.c for (p = pssTable[i].chain; p; p = p->next) {
next 372 dev/raidframe/rf_psstatus.c for (cb = p->procWaitList; cb; cb = cb->next)
next 374 dev/raidframe/rf_psstatus.c for (cb = p->blockWaitList; cb; cb = cb->next)
next 376 dev/raidframe/rf_psstatus.c for (cb = p->bufWaitList; cb; cb = cb->next)
next 125 dev/raidframe/rf_psstatus.h RF_ReconParityStripeStatus_t *next;
next 243 dev/raidframe/rf_raid1.c if (asmap->parityInfo->next) {
next 245 dev/raidframe/rf_raid1.c failedPDA->next->row = failedPDA->row;
next 246 dev/raidframe/rf_raid1.c failedPDA->next->col = failedPDA->col;
next 249 dev/raidframe/rf_raid1.c asmap->parityInfo->next) {
next 355 dev/raidframe/rf_raid1.c i++, pda = pda->next) {
next 380 dev/raidframe/rf_raid1.c layoutPtr->numParityCol; i++, pda = pda->next) {
next 635 dev/raidframe/rf_raid1.c reconCtrlPtr->committedRbufs = t->next;
next 636 dev/raidframe/rf_raid1.c t->next = NULL;
next 645 dev/raidframe/rf_raid1.c reconCtrlPtr->floatingRbufs = t->next;
next 646 dev/raidframe/rf_raid1.c t->next = NULL;
next 669 dev/raidframe/rf_raid1.c cb->next = NULL;
next 675 dev/raidframe/rf_raid1.c for (p = reconCtrlPtr->bufferWaitList; p->next;
next 676 dev/raidframe/rf_raid1.c p = p->next);
next 677 dev/raidframe/rf_raid1.c p->next = cb;
next 237 dev/raidframe/rf_raid5.c if (asmap->parityInfo->next) {
next 244 dev/raidframe/rf_raid5.c ->parityInfo->next;
next 262 dev/raidframe/rf_raid5.c if (asmap->parityInfo->next &&
next 264 dev/raidframe/rf_raid5.c asmap->parityInfo->next) {
next 293 dev/raidframe/rf_raid5.c if (asmap->parityInfo->next) {
next 296 dev/raidframe/rf_raid5.c failedPDA->next->row =
next 298 dev/raidframe/rf_raid5.c failedPDA->next->col =
next 303 dev/raidframe/rf_raid5.c ->next) {
next 365 dev/raidframe/rf_raid5.c (asmap->parityInfo->next != NULL) ||
next 57 dev/raidframe/rf_raidframe.h struct rf_recon_req *next; /*
next 80 dev/raidframe/rf_raidframe.h RF_SparetWait_t *next; /*
next 74 dev/raidframe/rf_reconbuffer.c (_cb_)->next = (_pssPtr_)->bufWaitList; \
next 214 dev/raidframe/rf_reconbuffer.c reconCtrlPtr->committedRbufs = t->next;
next 235 dev/raidframe/rf_reconbuffer.c reconCtrlPtr->committedRbufs = t->next;
next 236 dev/raidframe/rf_reconbuffer.c t->next = NULL;
next 240 dev/raidframe/rf_reconbuffer.c reconCtrlPtr->floatingRbufs = t->next;
next 241 dev/raidframe/rf_reconbuffer.c t->next = NULL;
next 268 dev/raidframe/rf_reconbuffer.c cb->next = NULL;
next 276 dev/raidframe/rf_reconbuffer.c for (p = reconCtrlPtr->bufferWaitList; p->next;
next 277 dev/raidframe/rf_reconbuffer.c p = p->next);
next 278 dev/raidframe/rf_reconbuffer.c p->next = cb;
next 394 dev/raidframe/rf_reconbuffer.c reconCtrlPtr->priorityList = p->next;
next 395 dev/raidframe/rf_reconbuffer.c p->next = NULL;
next 399 dev/raidframe/rf_reconbuffer.c reconCtrlPtr->fullBufferList = p->next;
next 400 dev/raidframe/rf_reconbuffer.c p->next = NULL;
next 431 dev/raidframe/rf_reconbuffer.c rbuf->next = reconCtrl->fullBufferList;
next 434 dev/raidframe/rf_reconbuffer.c for (pt = reconCtrl->fullBufferList, p = pt->next;
next 437 dev/raidframe/rf_reconbuffer.c pt = p, p = p->next);
next 438 dev/raidframe/rf_reconbuffer.c rbuf->next = p;
next 439 dev/raidframe/rf_reconbuffer.c pt->next = rbuf;
next 480 dev/raidframe/rf_reconbuffer.c rbuf->next = rcPtr->committedRbufs;
next 483 dev/raidframe/rf_reconbuffer.c rcPtr->bufferWaitList = cb->next;
next 490 dev/raidframe/rf_reconbuffer.c rbuf->next = rcPtr->floatingRbufs;
next 512 dev/raidframe/rf_reconbuffer.c cb1 = cb->next;
next 513 dev/raidframe/rf_reconbuffer.c cb->next = NULL;
next 538 dev/raidframe/rf_reconbuffer.c cbt = cb, cb = cb->next) {
next 544 dev/raidframe/rf_reconbuffer.c cbt->next = cb->next;
next 546 dev/raidframe/rf_reconbuffer.c rcPtr->bufferWaitList = cb->next;
next 170 dev/raidframe/rf_reconmap.c p = p->next;
next 172 dev/raidframe/rf_reconmap.c pt->next = rf_MakeReconMapListElem(startSector,
next 226 dev/raidframe/rf_reconmap.c p = p->next;
next 230 dev/raidframe/rf_reconmap.c pt->next = p->next;
next 232 dev/raidframe/rf_reconmap.c p = pt->next;
next 235 dev/raidframe/rf_reconmap.c p = p->next;
next 258 dev/raidframe/rf_reconmap.c p->next = next;
next 304 dev/raidframe/rf_reconmap.c p = p->next;
next 353 dev/raidframe/rf_reconmap.c listPtr = listPtr->next;
next 82 dev/raidframe/rf_reconmap.h RF_ReconMapListElem_t *next; /* Next element in list. */
next 202 dev/raidframe/rf_reconstruct.c RF_ReconDoneProc_t *next;
next 215 dev/raidframe/rf_reconstruct.c for (p = raidPtr->recon_done_procs; p; p = p->next) {
next 227 dev/raidframe/rf_reconstruct.c RF_FREELIST_GET(rf_rdp_freelist, p, next, (RF_ReconDoneProc_t *));
next 233 dev/raidframe/rf_reconstruct.c p->next = raidPtr->recon_done_procs;
next 253 dev/raidframe/rf_reconstruct.c RF_FREELIST_DESTROY(rf_recond_freelist, next, (RF_RaidReconDesc_t *));
next 254 dev/raidframe/rf_reconstruct.c RF_FREELIST_DESTROY(rf_rdp_freelist, next, (RF_ReconDoneProc_t *));
next 269 dev/raidframe/rf_reconstruct.c RF_FREELIST_DESTROY(rf_recond_freelist, next,
next 291 dev/raidframe/rf_reconstruct.c RF_FREELIST_GET(rf_recond_freelist, reconDesc, next,
next 302 dev/raidframe/rf_reconstruct.c reconDesc->next = NULL;
next 321 dev/raidframe/rf_reconstruct.c RF_FREELIST_FREE(rf_recond_freelist, reconDesc, next);
next 1593 dev/raidframe/rf_reconstruct.c reconCtrlPtr->headSepCBList = p->next;
next 1594 dev/raidframe/rf_reconstruct.c p->next = NULL;
next 1655 dev/raidframe/rf_reconstruct.c cb->next = NULL;
next 1666 dev/raidframe/rf_reconstruct.c cb->next = reconCtrlPtr->headSepCBList;
next 1669 dev/raidframe/rf_reconstruct.c for (pt = p, p = p->next;
next 1671 dev/raidframe/rf_reconstruct.c pt = p, p = p->next);
next 1672 dev/raidframe/rf_reconstruct.c cb->next = p;
next 1673 dev/raidframe/rf_reconstruct.c pt->next = cb;
next 1722 dev/raidframe/rf_reconstruct.c cb->next = pssPtr->blockWaitList;
next 1901 dev/raidframe/rf_reconstruct.c cb->next = pssPtr->procWaitList;
next 1985 dev/raidframe/rf_reconstruct.c pssPtr->blockWaitList = cb->next;
next 1986 dev/raidframe/rf_reconstruct.c cb->next = NULL;
next 94 dev/raidframe/rf_reconstruct.h RF_ReconBuffer_t *next; /*
next 149 dev/raidframe/rf_reconstruct.h RF_ReconEvent_t *next;
next 162 dev/raidframe/rf_reconutil.c rbuf->next = reconCtrlPtr->floatingRbufs;
next 189 dev/raidframe/rf_reconutil.c reconCtrlPtr->floatingRbufs = t->next;
next 258 dev/raidframe/rf_reconutil.c t->next = NULL;
next 304 dev/raidframe/rf_reconutil.c for (p = pssTable[i].chain; p; p = p->next) {
next 324 dev/raidframe/rf_reconutil.c rbuf = rbuf->next) {
next 329 dev/raidframe/rf_reconutil.c rbuf = rbuf->next) {
next 334 dev/raidframe/rf_reconutil.c rbuf = rbuf->next) {
next 339 dev/raidframe/rf_reconutil.c rbuf = rbuf->next) {
next 69 dev/raidframe/rf_revent.c RF_FREELIST_DESTROY(rf_revent_freelist, next, (RF_ReconEvent_t *));
next 88 dev/raidframe/rf_revent.c RF_FREELIST_PRIME(rf_revent_freelist, RF_REVENT_INITIAL, next,
next 164 dev/raidframe/rf_revent.c rctrl->eventQueue = event->next;
next 165 dev/raidframe/rf_revent.c event->next = NULL;
next 190 dev/raidframe/rf_revent.c event->next = rctrl->eventQueue;
next 204 dev/raidframe/rf_revent.c RF_FREELIST_GET(rf_revent_freelist, t, next, (RF_ReconEvent_t *));
next 216 dev/raidframe/rf_revent.c RF_FREELIST_FREE(rf_revent_freelist, event, next);
next 71 dev/raidframe/rf_shutdown.c ent->next = *listp;
next 79 dev/raidframe/rf_shutdown.c RF_ShutdownList_t *r, *next;
next 83 dev/raidframe/rf_shutdown.c for (r = *list; r; r = next) {
next 84 dev/raidframe/rf_shutdown.c next = r->next;
next 59 dev/raidframe/rf_shutdown.h RF_ShutdownList_t *next;
next 76 dev/raidframe/rf_sstf.c req->next = NULL;
next 81 dev/raidframe/rf_sstf.c req->next = *queuep;
next 93 dev/raidframe/rf_sstf.c for (s = NULL, r = *queuep; r; s = r, r = r->next) {
next 97 dev/raidframe/rf_sstf.c req->next = r;
next 99 dev/raidframe/rf_sstf.c s->next = req;
next 109 dev/raidframe/rf_sstf.c req->next = NULL;
next 111 dev/raidframe/rf_sstf.c s->next = req;
next 120 dev/raidframe/rf_sstf.c (_q_)->queue = (_r_)->next; \
next 144 dev/raidframe/rf_sstf.c RF_ASSERT((_q_)->qtail->next == (_r_)); \
next 145 dev/raidframe/rf_sstf.c (_q_)->qtail->next = NULL; \
next 169 dev/raidframe/rf_sstf.c for (r = queue->queue; r; r = r->next) {
next 322 dev/raidframe/rf_sstf.c RF_ASSERT(req->next);
next 325 dev/raidframe/rf_sstf.c req->next->prev = req->prev;
next 326 dev/raidframe/rf_sstf.c req->prev->next = req->next;
next 327 dev/raidframe/rf_sstf.c req->next = req->prev = NULL;
next 615 dev/raidframe/rf_sstf.c RF_DiskQueueData_t *r, *next;
next 628 dev/raidframe/rf_sstf.c for (r = sstfq->lopri.queue; r; r = next) {
next 629 dev/raidframe/rf_sstf.c next = r->next;
next 175 dev/raidframe/rf_states.c dag_h = dag_h->next;
next 305 dev/raidframe/rf_states.c cb->next = raidPtr->quiesce_wait_list;
next 358 dev/raidframe/rf_states.c for (asm_p = asmh->stripeMap; asm_p; asm_p = asm_p->next) {
next 500 dev/raidframe/rf_states.c dag_h = dag_h->next;
next 616 dev/raidframe/rf_states.c dag_h = dag_h->next;
next 660 dev/raidframe/rf_states.c while (dag_h->next)
next 661 dev/raidframe/rf_states.c dag_h = dag_h->next;
next 662 dev/raidframe/rf_states.c dag_h->next = desc->dagArray[i].dags;
next 677 dev/raidframe/rf_states.c for (asm_p = asmh->stripeMap; asm_p; asm_p = asm_p->next) {
next 167 dev/raidframe/rf_stripelocks.c RF_FREELIST_DESTROY(rf_stripelock_freelist, next,
next 186 dev/raidframe/rf_stripelocks.c RF_FREELIST_PRIME(rf_stripelock_freelist, RF_STRIPELOCK_INITIAL, next,
next 297 dev/raidframe/rf_stripelocks.c lockReqDesc->next = NULL; /* Just to be sure. */
next 301 dev/raidframe/rf_stripelocks.c lockDesc = lockDesc->next) {
next 309 dev/raidframe/rf_stripelocks.c lockDesc->next = lockTable[hashval].descList;
next 332 dev/raidframe/rf_stripelocks.c lockReqDesc->next = lockDesc->granted;
next 348 dev/raidframe/rf_stripelocks.c for (p = lockDesc->granted; p; p = p->next)
next 354 dev/raidframe/rf_stripelocks.c for (p = lockDesc->waitersH; p; p = p->next)
next 362 dev/raidframe/rf_stripelocks.c lockReqDesc->next = lockDesc->granted;
next 432 dev/raidframe/rf_stripelocks.c lockDesc; ld_t = lockDesc, lockDesc = lockDesc->next) {
next 442 dev/raidframe/rf_stripelocks.c for (lr_t = NULL, lr = lockDesc->granted; lr; lr_t = lr, lr = lr->next)
next 452 dev/raidframe/rf_stripelocks.c lr_t->next = lr->next;
next 455 dev/raidframe/rf_stripelocks.c lockDesc->granted = lr->next;
next 457 dev/raidframe/rf_stripelocks.c lr->next = NULL;
next 493 dev/raidframe/rf_stripelocks.c lockDesc->waitersH = lr->next;
next 497 dev/raidframe/rf_stripelocks.c lr->next = lockDesc->granted; /*
next 551 dev/raidframe/rf_stripelocks.c candidate = candidate->next;
next 560 dev/raidframe/rf_stripelocks.c predecessor = predecessor->next) {
next 590 dev/raidframe/rf_stripelocks.c predecessor = predecessor->next) {
next 633 dev/raidframe/rf_stripelocks.c candidate_t->next = candidate->next;
next 646 dev/raidframe/rf_stripelocks.c lockDesc->waitersH->next;
next 651 dev/raidframe/rf_stripelocks.c candidate->next = lockDesc->granted;
next 668 dev/raidframe/rf_stripelocks.c candidate = candidate_t->next;
next 672 dev/raidframe/rf_stripelocks.c candidate = candidate->next;
next 686 dev/raidframe/rf_stripelocks.c ld_t->next = lockDesc->next;
next 689 dev/raidframe/rf_stripelocks.c lockTable[hashval].descList = lockDesc->next;
next 729 dev/raidframe/rf_stripelocks.c lockDesc->waitersT->next = lockReqDesc;
next 739 dev/raidframe/rf_stripelocks.c RF_FREELIST_GET(rf_stripelock_freelist, p, next,
next 750 dev/raidframe/rf_stripelocks.c RF_FREELIST_FREE(rf_stripelock_freelist, p, next);
next 765 dev/raidframe/rf_stripelocks.c for (p = lockTable[i].descList; p; p = p->next) {
next 775 dev/raidframe/rf_stripelocks.c j++, q = q->next) {
next 798 dev/raidframe/rf_stripelocks.c j++, q = q->next) {
next 71 dev/raidframe/rf_stripelocks.h RF_LockReqDesc_t *next; /* Next element in chain. */
next 97 dev/raidframe/rf_stripelocks.h RF_StripeLockDesc_t *next; /*
next 125 dev/raidframe/rf_stripelocks.h if ((_asm)->parityInfo->next) { \
next 127 dev/raidframe/rf_stripelocks.h (_asm)->parityInfo->next->startSector; \
next 129 dev/raidframe/rf_stripelocks.h (_asm)->parityInfo->next->startSector + \
next 130 dev/raidframe/rf_stripelocks.h (_asm)->parityInfo->next->numSector-1; \
next 1115 dev/sbus/cs4231.c dip->next = CSAUDIO_MIC_MUTE;
next 1126 dev/sbus/cs4231.c dip->next = CSAUDIO_DAC_MUTE;
next 1137 dev/sbus/cs4231.c dip->next = CSAUDIO_LINE_IN_MUTE;
next 1147 dev/sbus/cs4231.c dip->next = CSAUDIO_CD_MUTE;
next 1157 dev/sbus/cs4231.c dip->next = CSAUDIO_MONITOR_MUTE;
next 1168 dev/sbus/cs4231.c dip->next = CSAUDIO_OUTPUT_MUTE;
next 1178 dev/sbus/cs4231.c dip->next = AUDIO_MIXER_LAST;
next 1184 dev/sbus/cs4231.c dip->next = AUDIO_MIXER_LAST;
next 1190 dev/sbus/cs4231.c dip->next = AUDIO_MIXER_LAST;
next 1196 dev/sbus/cs4231.c dip->next = AUDIO_MIXER_LAST;
next 1202 dev/sbus/cs4231.c dip->next = AUDIO_MIXER_LAST;
next 1208 dev/sbus/cs4231.c dip->next = AUDIO_MIXER_LAST;
next 1225 dev/sbus/cs4231.c dip->next = CSAUDIO_RECORD_SOURCE;
next 1235 dev/sbus/cs4231.c dip->next = AUDIO_MIXER_LAST;
next 1254 dev/sbus/cs4231.c dip->prev = dip->next = AUDIO_MIXER_LAST;
next 1271 dev/sbus/cs4231.c dip->next = AUDIO_MIXER_LAST;
next 1278 dev/sbus/cs4231.c dip->next = AUDIO_MIXER_LAST;
next 1286 dev/sbus/cs4231.c dip->next = AUDIO_MIXER_LAST;
next 1294 dev/sbus/cs4231.c dip->next = AUDIO_MIXER_LAST;
next 1447 dev/sbus/cs4231.c p->next = sc->sc_dmas;
next 1469 dev/sbus/cs4231.c for (pp = &sc->sc_dmas; (p = *pp) != NULL; pp = &(*pp)->next) {
next 1476 dev/sbus/cs4231.c *pp = p->next;
next 1503 dev/sbus/cs4231.c for (p = sc->sc_dmas; p->addr != start; p = p->next)
next 1564 dev/sbus/cs4231.c for (p = sc->sc_dmas; p->addr != start; p = p->next)
next 42 dev/sbus/cs4231var.h struct cs_dma * next;
next 191 dev/sdmmc/sdmmc.c TAILQ_INSERT_TAIL(&sc->sc_tskq, task, next);
next 210 dev/sdmmc/sdmmc.c TAILQ_REMOVE(&sc->sc_tskq, task, next);
next 57 dev/sdmmc/sdmmcvar.h TAILQ_ENTRY(sdmmc_task) next;
next 76 dev/systrace.c TAILQ_ENTRY(str_policy) next;
next 103 dev/systrace.c TAILQ_ENTRY(str_process) next;
next 1084 dev/systrace.c TAILQ_FOREACH(strpol, &fst->policies, next)
next 1103 dev/systrace.c TAILQ_REMOVE(&fst->policies, strpol, next);
next 1104 dev/systrace.c TAILQ_INSERT_TAIL(&fst->policies, strpol, next);
next 1117 dev/systrace.c TAILQ_FOREACH(strpol, &fst->policies, next)
next 1560 dev/systrace.c TAILQ_FOREACH(strp, &fst->processes, next)
next 1598 dev/systrace.c TAILQ_REMOVE(&fst->processes, strp, next);
next 1620 dev/systrace.c TAILQ_REMOVE(&fst->policies, policy, next);
next 1640 dev/systrace.c TAILQ_INSERT_TAIL(&fst->processes, strp, next);
next 1659 dev/systrace.c TAILQ_FOREACH(tmp, &fst->policies, next) {
next 1692 dev/systrace.c TAILQ_INSERT_TAIL(&fst->policies, pol, next);
next 425 dev/usb/ehci.c sqh->next = NULL;
next 428 dev/usb/ehci.c sqh->next = sc->sc_islots[(i + 1) / 2 - 1].sqh;
next 429 dev/usb/ehci.c sqh->qh.qh_link = htole32(sqh->next->physaddr |
next 460 dev/usb/ehci.c sqh->next = sqh;
next 1112 dev/usb/ehci.c SIMPLEQ_REMOVE_HEAD(&sc->sc_free_xfers, next);
next 1151 dev/usb/ehci.c SIMPLEQ_INSERT_HEAD(&sc->sc_free_xfers, xfer, next);
next 1448 dev/usb/ehci.c sqh->next = head->next;
next 1451 dev/usb/ehci.c head->next = sqh;
next 1452 dev/usb/ehci.c if (sqh->next)
next 1453 dev/usb/ehci.c sqh->next->prev = sqh;
next 1474 dev/usb/ehci.c sqh->prev->next = sqh->next;
next 1475 dev/usb/ehci.c if (sqh->next)
next 1476 dev/usb/ehci.c sqh->next->prev = sqh->prev;
next 2156 dev/usb/ehci.c sqh->next = sc->sc_freeqhs;
next 2161 dev/usb/ehci.c sc->sc_freeqhs = sqh->next;
next 2163 dev/usb/ehci.c sqh->next = NULL;
next 2171 dev/usb/ehci.c sqh->next = sc->sc_freeqhs;
next 2231 dev/usb/ehci.c ehci_soft_qtd_t *next, *cur;
next 2304 dev/usb/ehci.c next = ehci_alloc_sqtd(sc);
next 2305 dev/usb/ehci.c if (next == NULL)
next 2307 dev/usb/ehci.c nextphys = htole32(next->physaddr);
next 2309 dev/usb/ehci.c next = NULL;
next 2327 dev/usb/ehci.c cur->nextqtd = next;
next 2351 dev/usb/ehci.c cur = next;
next 2423 dev/usb/ehci.c ehci_physaddr_t cur, us, next;
next 2533 dev/usb/ehci.c next = snext ? snext->physaddr : EHCI_NULL;
next 2544 dev/usb/ehci.c sqtd->qtd.qtd_next = next;
next 2546 dev/usb/ehci.c sqtd->qtd.qtd_altnext = next;
next 2762 dev/usb/ehci.c ehci_soft_qtd_t *setup, *stat, *next;
next 2808 dev/usb/ehci.c &next, &end);
next 2816 dev/usb/ehci.c next = stat;
next 2830 dev/usb/ehci.c setup->nextqtd = next;
next 2831 dev/usb/ehci.c setup->qtd.qtd_next = setup->qtd.qtd_altnext = htole32(next->physaddr);
next 53 dev/usb/ehcivar.h struct ehci_soft_qh *next;
next 113 dev/usb/hid.c while (s->cur.next != NULL) {
next 114 dev/usb/hid.c struct hid_item *hi = s->cur.next->next;
next 115 dev/usb/hid.c free(s->cur.next, M_TEMP);
next 116 dev/usb/hid.c s->cur.next = hi;
next 143 dev/usb/hid.c h->next = NULL;
next 234 dev/usb/hid.c h->next = NULL;
next 303 dev/usb/hid.c c->next = hi;
next 306 dev/usb/hid.c hi = c->next;
next 86 dev/usb/hid.h struct hid_item *next;
next 619 dev/usb/if_uath.c SLIST_INSERT_HEAD(&sc->rx_freelist, data, next);
next 647 dev/usb/if_uath.c SLIST_INSERT_HEAD(&sc->rx_freelist, data, next);
next 1242 dev/usb/if_uath.c SLIST_REMOVE_HEAD(&sc->rx_freelist, next);
next 1912 dev/usb/if_uath.c SLIST_REMOVE_HEAD(&sc->rx_freelist, next);
next 67 dev/usb/if_uathvar.h SLIST_ENTRY(uath_rx_data) next;
next 244 dev/usb/ohci.c int next, inuse;
next 375 dev/usb/ohci.c sed->next = sc->sc_freeeds;
next 380 dev/usb/ohci.c sc->sc_freeeds = sed->next;
next 382 dev/usb/ohci.c sed->next = 0;
next 389 dev/usb/ohci.c sed->next = sc->sc_freeeds;
next 448 dev/usb/ohci.c ohci_soft_td_t *next, *cur;
next 467 dev/usb/ohci.c next = ohci_alloc_std(sc);
next 468 dev/usb/ohci.c if (next == NULL)
next 495 dev/usb/ohci.c cur->nexttd = next;
next 496 dev/usb/ohci.c cur->td.td_nexttd = htole32(next->physaddr);
next 507 dev/usb/ohci.c cur = next;
next 513 dev/usb/ohci.c cur = next;
next 514 dev/usb/ohci.c next = ohci_alloc_std(sc);
next 515 dev/usb/ohci.c if (next == NULL)
next 520 dev/usb/ohci.c cur->nexttd = next;
next 521 dev/usb/ohci.c cur->td.td_nexttd = htole32(next->physaddr);
next 733 dev/usb/ohci.c sed->next = psed;
next 914 dev/usb/ohci.c SIMPLEQ_REMOVE_HEAD(&sc->sc_free_xfers, next);
next 946 dev/usb/ohci.c SIMPLEQ_INSERT_HEAD(&sc->sc_free_xfers, xfer, next);
next 1428 dev/usb/ohci.c ohci_soft_itd_t *next;
next 1437 dev/usb/ohci.c sitd = next) {
next 1438 dev/usb/ohci.c next = sitd->nextitd;
next 1655 dev/usb/ohci.c ohci_soft_td_t *setup, *stat, *next, *tail;
next 1696 dev/usb/ohci.c next = stat;
next 1717 dev/usb/ohci.c setup->nexttd = next;
next 1718 dev/usb/ohci.c setup->td.td_nexttd = htole32(next->physaddr);
next 1789 dev/usb/ohci.c sed->next = head->next;
next 1791 dev/usb/ohci.c head->next = sed;
next 1806 dev/usb/ohci.c for (p = head; p != NULL && p->next != sed; p = p->next)
next 1810 dev/usb/ohci.c p->next = sed->next;
next 3103 dev/usb/ohci.c for (p = sc->sc_eds[pos]; p && p->next != sed; p = p->next)
next 3109 dev/usb/ohci.c p->next = sed->next;
next 3167 dev/usb/ohci.c sed->next = hsed->next;
next 3169 dev/usb/ohci.c hsed->next = sed;
next 3225 dev/usb/ohci.c iso->inuse, iso->next, xfer, xfer->nframes));
next 3230 dev/usb/ohci.c if (iso->next == -1) {
next 3232 dev/usb/ohci.c iso->next = letoh32(sc->sc_hcca->hcca_frame_number) + 5;
next 3234 dev/usb/ohci.c iso->next));
next 3260 dev/usb/ohci.c OHCI_ITD_SET_SF(iso->next) |
next 3271 dev/usb/ohci.c iso->next = iso->next + ncur;
next 3288 dev/usb/ohci.c OHCI_ITD_SET_SF(iso->next) |
next 3298 dev/usb/ohci.c iso->next = iso->next + ncur;
next 3423 dev/usb/ohci.c iso->next = -1;
next 44 dev/usb/ohcivar.h struct ohci_soft_ed *next;
next 2016 dev/usb/uaudio.c mi->next = mi->prev = AUDIO_MIXER_LAST;
next 2022 dev/usb/uaudio.c mi->next = mi->prev = AUDIO_MIXER_LAST;
next 2028 dev/usb/uaudio.c mi->next = mi->prev = AUDIO_MIXER_LAST;
next 2035 dev/usb/uaudio.c mi->next = mi->prev = AUDIO_MIXER_LAST;
next 2049 dev/usb/uaudio.c mi->next = mi->prev = AUDIO_MIXER_LAST; /* XXX */
next 130 dev/usb/uhci.c int next, inuse;
next 552 dev/usb/uhci.c SIMPLEQ_REMOVE_HEAD(&sc->sc_free_xfers, next);
next 609 dev/usb/uhci.c SIMPLEQ_REMOVE_HEAD(&sc->sc_free_xfers, next);
next 647 dev/usb/uhci.c SIMPLEQ_INSERT_HEAD(&sc->sc_free_xfers, xfer, next);
next 2164 dev/usb/uhci.c uhci_soft_td_t *setup, *data, *stat, *next, *dataend;
next 2193 dev/usb/uhci.c next = data;
next 2197 dev/usb/uhci.c next = stat;
next 2203 dev/usb/uhci.c setup->link.std = next;
next 2204 dev/usb/uhci.c setup->td.td_link = htole32(next->physaddr | UHCI_PTR_VF | UHCI_PTR_TD);
next 2319 dev/usb/uhci.c int s, i, next, nframes;
next 2323 dev/usb/uhci.c iso->inuse, iso->next, xfer, xfer->nframes));
next 2339 dev/usb/uhci.c next = iso->next;
next 2340 dev/usb/uhci.c if (next == -1) {
next 2342 dev/usb/uhci.c next = (UREAD2(sc, UHCI_FRNUM) + 3) % UHCI_VFRAMELIST_COUNT;
next 2343 dev/usb/uhci.c DPRINTFN(2,("uhci_device_isoc_enter: start next=%d\n", next));
next 2347 dev/usb/uhci.c UXFER(xfer)->curframe = next;
next 2356 dev/usb/uhci.c std = iso->stds[next];
next 2357 dev/usb/uhci.c if (++next >= UHCI_VFRAMELIST_COUNT)
next 2358 dev/usb/uhci.c next = 0;
next 2374 dev/usb/uhci.c iso->next = next;
next 2563 dev/usb/uhci.c iso->next = -1;
next 119 dev/usb/usb.c SIMPLEQ_ENTRY(usb_event_q) next;
next 277 dev/usb/usb.c TAILQ_INSERT_TAIL(&usb_all_tasks, task, next);
next 293 dev/usb/usb.c TAILQ_REMOVE(&usb_all_tasks, task, next);
next 367 dev/usb/usb.c TAILQ_REMOVE(&usb_all_tasks, task, next);
next 718 dev/usb/usb.c SIMPLEQ_REMOVE_HEAD(&usb_events, next);
next 765 dev/usb/usb.c SIMPLEQ_INSERT_TAIL(&usb_events, ueq, next);
next 83 dev/usb/usb_mem.c LIST_ENTRY(usb_frag_dma) next;
next 117 dev/usb/usb_mem.c for (p = LIST_FIRST(&usb_blk_freelist); p; p = LIST_NEXT(p, next)) {
next 119 dev/usb/usb_mem.c LIST_REMOVE(p, next);
next 210 dev/usb/usb_mem.c LIST_INSERT_HEAD(&usb_blk_freelist, p, next);
next 239 dev/usb/usb_mem.c for (f = LIST_FIRST(&usb_frag_freelist); f; f = LIST_NEXT(f, next))
next 254 dev/usb/usb_mem.c LIST_INSERT_HEAD(&usb_frag_freelist, f, next);
next 260 dev/usb/usb_mem.c LIST_REMOVE(f, next);
next 281 dev/usb/usb_mem.c LIST_INSERT_HEAD(&usb_frag_freelist, f, next);
next 51 dev/usb/usb_mem.h LIST_ENTRY(usb_dma_block) next;
next 139 dev/usb/usbdi.c SIMPLEQ_FOREACH(xfer, &pipe->queue, next) {
next 194 dev/usb/usbdi.c LIST_INSERT_HEAD(&iface->pipes, p, next);
next 253 dev/usb/usbdi.c LIST_REMOVE(pipe, next);
next 789 dev/usb/usbdi.c SIMPLEQ_REMOVE_HEAD(&pipe->queue, next);
next 850 dev/usb/usbdi.c SIMPLEQ_INSERT_TAIL(&pipe->queue, xfer, next);
next 190 dev/usb/usbdi.h TAILQ_ENTRY(usb_task) next;
next 176 dev/usb/usbdivar.h LIST_ENTRY(usbd_pipe) next;
next 220 dev/usb/usbdivar.h SIMPLEQ_ENTRY(usbd_xfer) next;
next 188 dev/usb/usbf.c TAILQ_INSERT_TAIL(&sc->sc_tskq, task, next);
next 208 dev/usb/usbf.c TAILQ_REMOVE(&sc->sc_tskq, task, next);
next 254 dev/usb/usbf.c TAILQ_REMOVE(&sc->sc_tskq, task, next);
next 411 dev/usb/usbf.c SIMPLEQ_FOREACH(cfg, &dev->configs, next) {
next 162 dev/usb/usbf.h TAILQ_ENTRY(usbf_task) next;
next 430 dev/usb/usbf_subr.c SIMPLEQ_INSERT_TAIL(&dev->configs, uc, next);
next 503 dev/usb/usbf_subr.c SIMPLEQ_INSERT_TAIL(&uc->iface_head, ui, next);
next 543 dev/usb/usbf_subr.c SIMPLEQ_INSERT_TAIL(&ui->endpoint_head, ue, next);
next 565 dev/usb/usbf_subr.c SIMPLEQ_FOREACH(ui, &uc->iface_head, next) {
next 574 dev/usb/usbf_subr.c SIMPLEQ_FOREACH(ue, &ui->endpoint_head, next) {
next 600 dev/usb/usbf_subr.c SIMPLEQ_FOREACH(uc, &dev->configs, next) {
next 648 dev/usb/usbf_subr.c LIST_INSERT_HEAD(&iface->pipes, p, next);
next 726 dev/usb/usbf_subr.c SIMPLEQ_FOREACH(ep, &iface->endpoint_head, next) {
next 739 dev/usb/usbf_subr.c SIMPLEQ_FOREACH(iface, &cfg->iface_head, next) {
next 740 dev/usb/usbf_subr.c SIMPLEQ_FOREACH(ep, &iface->endpoint_head, next) {
next 984 dev/usb/usbf_subr.c SIMPLEQ_INSERT_TAIL(&pipe->queue, xfer, next);
next 1035 dev/usb/usbf_subr.c SIMPLEQ_REMOVE_HEAD(&pipe->queue, next);
next 33 dev/usb/usbfvar.h SIMPLEQ_ENTRY(usbf_endpoint) next;
next 41 dev/usb/usbfvar.h SIMPLEQ_ENTRY(usbf_interface) next;
next 50 dev/usb/usbfvar.h SIMPLEQ_ENTRY(usbf_config) next;
next 124 dev/usb/usbfvar.h LIST_ENTRY(usbf_pipe) next;
next 143 dev/usb/usbfvar.h SIMPLEQ_ENTRY(usbf_xfer) next;
next 128 dev/wsfont/wsfont.c struct font *next;
next 286 dev/wsfont/wsfont.c for (ent = list; ent; ent = ent->next) {
next 402 dev/wsfont/wsfont.c builtin_fonts[i].next = list;
next 416 dev/wsfont/wsfont.c for (ent = list; ent != NULL; ent = ent->next)
next 436 dev/wsfont/wsfont.c for (ent = list; ent != NULL; ent = ent->next) {
next 484 dev/wsfont/wsfont.c ent->next = list;
next 539 dev/wsfont/wsfont.c ent->prev->next = ent->next;
next 541 dev/wsfont/wsfont.c list = ent->next;
next 543 dev/wsfont/wsfont.c if (ent->next)
next 544 dev/wsfont/wsfont.c ent->next->prev = ent->prev;
next 123 kern/kern_malloc.c caddr_t next;
next 127 kern/kern_malloc.c caddr_t next;
next 258 kern/kern_malloc.c freep->next = cp;
next 260 kern/kern_malloc.c freep->next = savedlist;
next 265 kern/kern_malloc.c kbp->kb_next = ((struct freelist *)va)->next;
next 295 kern/kern_malloc.c end = (int32_t *)&freep->next +
next 296 kern/kern_malloc.c (sizeof(freep->next) / sizeof(int32_t));
next 297 kern/kern_malloc.c for (lp = (int32_t *)&freep->next; lp < end; lp++)
next 407 kern/kern_malloc.c cp = ((struct freelist *)cp)->next) {
next 444 kern/kern_malloc.c ((struct freelist *)kbp->kb_last)->next = addr;
next 445 kern/kern_malloc.c freep->next = NULL;
next 87 kern/kern_timeout.c (elem)->next = (elem); \
next 93 kern/kern_timeout.c (elem)->next = (list); \
next 94 kern/kern_timeout.c (list)->prev->next = (elem); \
next 100 kern/kern_timeout.c (fst)->prev->next = (snd)->next;\
next 101 kern/kern_timeout.c (snd)->next->prev = (fst)->prev;\
next 102 kern/kern_timeout.c (snd)->prev->next = (fst); \
next 109 kern/kern_timeout.c (elem)->next->prev = (elem)->prev; \
next 110 kern/kern_timeout.c (elem)->prev->next = (elem)->next; \
next 112 kern/kern_timeout.c _Q_INVALIDATE((elem)->next); \
next 115 kern/kern_timeout.c #define CIRCQ_FIRST(elem) ((elem)->next)
next 69 kern/subr_evcount.c TAILQ_INSERT_TAIL(&evcount_list, ec, next);
next 75 kern/subr_evcount.c TAILQ_REMOVE(&evcount_list, ec, next);
next 101 kern/subr_evcount.c TAILQ_FOREACH(ec, &evcount_list, next) {
next 82 kern/sysv_msg.c msgmaps[i-1].next = i;
next 83 kern/sysv_msg.c msgmaps[i].next = -1; /* implies entry is available */
next 112 kern/sysv_msg.c short next;
next 118 kern/sysv_msg.c next = msgmaps[msghdr->msg_spot].next;
next 119 kern/sysv_msg.c msgmaps[msghdr->msg_spot].next = free_msgmaps;
next 122 kern/sysv_msg.c msghdr->msg_spot = next;
next 350 kern/sysv_msg.c short next;
next 503 kern/sysv_msg.c next = free_msgmaps;
next 505 kern/sysv_msg.c if (next <= -1)
next 507 kern/sysv_msg.c if (next >= msginfo.msgseg)
next 510 kern/sysv_msg.c DPRINTF(("allocating segment %d to message\n", next));
next 511 kern/sysv_msg.c free_msgmaps = msgmaps[next].next;
next 513 kern/sysv_msg.c msgmaps[next].next = msghdr->msg_spot;
next 514 kern/sysv_msg.c msghdr->msg_spot = next;
next 548 kern/sysv_msg.c next = msghdr->msg_spot;
next 556 kern/sysv_msg.c if (next <= -1)
next 558 kern/sysv_msg.c if (next >= msginfo.msgseg)
next 561 kern/sysv_msg.c if ((eval = copyin(user_msgp, &msgpool[next * msginfo.msgssz],
next 572 kern/sysv_msg.c next = msgmaps[next].next;
next 575 kern/sysv_msg.c if (next != -1)
next 637 kern/sysv_msg.c short next;
next 836 kern/sysv_msg.c next = msghdr->msg_spot;
next 845 kern/sysv_msg.c if (next <= -1)
next 847 kern/sysv_msg.c if (next >= msginfo.msgseg)
next 850 kern/sysv_msg.c eval = copyout(&msgpool[next * msginfo.msgssz],
next 860 kern/sysv_msg.c next = msgmaps[next].next;
next 835 kern/uipc_socket2.c struct mbuf *next;
next 837 kern/uipc_socket2.c next = (m = sb->sb_mb) ? m->m_nextpkt : 0;
next 840 kern/uipc_socket2.c if (next == NULL)
next 842 kern/uipc_socket2.c m = next;
next 843 kern/uipc_socket2.c next = m->m_nextpkt;
next 866 kern/uipc_socket2.c m->m_nextpkt = next;
next 868 kern/uipc_socket2.c sb->sb_mb = next;
next 293 kern/vfs_sync.c static long start, incr, next;
next 309 kern/vfs_sync.c next += incr;
next 310 kern/vfs_sync.c if (next == 0 || next > syncer_maxdelay) {
next 317 kern/vfs_sync.c next = start;
next 319 kern/vfs_sync.c vn_syncer_add_to_worklist(vp, next);
next 111 lib/libsa/alloc.c struct fl *next;
next 137 lib/libsa/alloc.c f = &((*f)->next);
next 153 lib/libsa/alloc.c f = &((*f)->next);
next 190 lib/libsa/alloc.c *f = (*f)->next;
next 224 lib/libsa/alloc.c f->next = freelist;
next 335 lib/libsa/ufs.c goto next;
next 348 lib/libsa/ufs.c next:
next 84 lib/libz/infback.c static code *next;
next 92 lib/libz/infback.c next = fixed;
next 93 lib/libz/infback.c lenfix = next;
next 95 lib/libz/infback.c inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
next 100 lib/libz/infback.c distfix = next;
next 102 lib/libz/infback.c inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
next 123 lib/libz/infback.c next = strm->next_in; \
next 134 lib/libz/infback.c strm->next_in = next; \
next 152 lib/libz/infback.c have = in(in_desc, &next); \
next 154 lib/libz/infback.c next = Z_NULL; \
next 167 lib/libz/infback.c hold += (unsigned long)(*next++) << bits; \
next 249 lib/libz/infback.c unsigned char FAR *next; /* next input */
next 273 lib/libz/infback.c next = strm->next_in;
next 274 lib/libz/infback.c have = next != Z_NULL ? strm->avail_in : 0;
next 346 lib/libz/infback.c zmemcpy(put, next, copy);
next 348 lib/libz/infback.c next += copy;
next 388 lib/libz/infback.c state->next = state->codes;
next 389 lib/libz/infback.c state->lencode = (code const FAR *)(state->next);
next 391 lib/libz/infback.c ret = inflate_table(CODES, state->lens, 19, &(state->next),
next 454 lib/libz/infback.c state->next = state->codes;
next 455 lib/libz/infback.c state->lencode = (code const FAR *)(state->next);
next 457 lib/libz/infback.c ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
next 464 lib/libz/infback.c state->distcode = (code const FAR *)(state->next);
next 467 lib/libz/infback.c &(state->next), &(state->distbits), state->work);
next 623 lib/libz/infback.c strm->next_in = next;
next 124 lib/libz/inflate.c state->lencode = state->distcode = state->next = state->codes;
next 217 lib/libz/inflate.c static code *next;
next 225 lib/libz/inflate.c next = fixed;
next 226 lib/libz/inflate.c lenfix = next;
next 228 lib/libz/inflate.c inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
next 233 lib/libz/inflate.c distfix = next;
next 235 lib/libz/inflate.c inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
next 408 lib/libz/inflate.c next = strm->next_in; \
next 419 lib/libz/inflate.c strm->next_in = next; \
next 438 lib/libz/inflate.c hold += (unsigned long)(*next++) << bits; \
next 560 lib/libz/inflate.c unsigned char FAR *next; /* next input */
next 712 lib/libz/inflate.c zmemcpy(state->head->extra + len, next,
next 717 lib/libz/inflate.c state->check = crc32(state->check, next, copy);
next 719 lib/libz/inflate.c next += copy;
next 731 lib/libz/inflate.c len = (unsigned)(next[copy++]);
next 738 lib/libz/inflate.c state->check = crc32(state->check, next, copy);
next 740 lib/libz/inflate.c next += copy;
next 752 lib/libz/inflate.c len = (unsigned)(next[copy++]);
next 759 lib/libz/inflate.c state->check = crc32(state->check, next, copy);
next 761 lib/libz/inflate.c next += copy;
next 862 lib/libz/inflate.c zmemcpy(put, next, copy);
next 864 lib/libz/inflate.c next += copy;
next 903 lib/libz/inflate.c state->next = state->codes;
next 904 lib/libz/inflate.c state->lencode = (code const FAR *)(state->next);
next 906 lib/libz/inflate.c ret = inflate_table(CODES, state->lens, 19, &(state->next),
next 981 lib/libz/inflate.c state->next = state->codes;
next 982 lib/libz/inflate.c state->lencode = (code const FAR *)(state->next);
next 984 lib/libz/inflate.c ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
next 995 lib/libz/inflate.c state->distcode = (code const FAR *)(state->next);
next 998 lib/libz/inflate.c &(state->next), &(state->distbits), state->work);
next 1327 lib/libz/inflate.c unsigned next;
next 1330 lib/libz/inflate.c next = 0;
next 1331 lib/libz/inflate.c while (next < len && got < 4) {
next 1332 lib/libz/inflate.c if ((int)(buf[next]) == (got < 2 ? 0 : 0xff))
next 1334 lib/libz/inflate.c else if (buf[next])
next 1338 lib/libz/inflate.c next++;
next 1341 lib/libz/inflate.c return next;
next 1442 lib/libz/inflate.c copy->next = copy->codes + (state->next - state->codes);
next 111 lib/libz/inflate.h code FAR *next; /* next available space in codes[] */
next 55 lib/libz/inftrees.c code FAR *next; /* next available space in table */
next 205 lib/libz/inftrees.c next = *table; /* current table to fill in */
next 239 lib/libz/inftrees.c next[(huff >> drop) + fill] = this;
next 267 lib/libz/inftrees.c next += min; /* here min is 1 << curr */
next 288 lib/libz/inftrees.c (*table)[low].val = (unsigned short)(next - *table);
next 307 lib/libz/inftrees.c next = *table;
next 312 lib/libz/inftrees.c next[huff >> drop] = this;
next 1653 net/bridgestp.c LIST_FOREACH(p, &sc->sc_iflist, next) {
next 2154 net/bridgestp.c LIST_FOREACH(p, &sc->sc_iflist, next) {
next 613 net/if.c struct mbuf *m, *prev, *next;
next 616 net/if.c for (m = q->ifq_head; m; m = next) {
next 617 net/if.c next = m->m_nextpkt;
next 909 net/if.c next: continue;
next 918 net/if.c goto next;
next 1855 net/if.c struct ifg_member *ifgm, *next;
next 1868 net/if.c for (ifgm = TAILQ_FIRST(&ifg->ifg_members); ifgm; ifgm = next) {
next 1869 net/if.c next = TAILQ_NEXT(ifgm, ifgm_next);
next 251 net/if_bridge.c LIST_REMOVE(bif, next);
next 277 net/if_bridge.c LIST_REMOVE(p, next);
next 321 net/if_bridge.c LIST_FOREACH(p, &sc->sc_spanlist, next)
next 392 net/if_bridge.c LIST_INSERT_HEAD(&sc->sc_iflist, p, next);
next 398 net/if_bridge.c LIST_FOREACH(p, &sc->sc_iflist, next) {
next 430 net/if_bridge.c LIST_FOREACH(p, &sc->sc_spanlist, next) {
next 449 net/if_bridge.c LIST_INSERT_HEAD(&sc->sc_spanlist, p, next);
next 454 net/if_bridge.c LIST_FOREACH(p, &sc->sc_spanlist, next) {
next 457 net/if_bridge.c LIST_REMOVE(p, next);
next 477 net/if_bridge.c LIST_FOREACH(p, &sc->sc_iflist, next) {
next 525 net/if_bridge.c LIST_FOREACH(p, &sc->sc_iflist, next) {
next 636 net/if_bridge.c LIST_FOREACH(p, &sc->sc_iflist, next) {
next 674 net/if_bridge.c LIST_FOREACH(p, &sc->sc_iflist, next) {
next 739 net/if_bridge.c LIST_FOREACH(bif, &sc->sc_iflist, next)
next 741 net/if_bridge.c LIST_REMOVE(bif, next);
next 759 net/if_bridge.c LIST_FOREACH(bif, &sc->sc_iflist, next)
next 797 net/if_bridge.c LIST_FOREACH(p, &sc->sc_iflist, next)
next 800 net/if_bridge.c LIST_FOREACH(p, &sc->sc_spanlist, next)
next 812 net/if_bridge.c LIST_FOREACH(p, &sc->sc_iflist, next) {
next 852 net/if_bridge.c LIST_FOREACH(p, &sc->sc_spanlist, next) {
next 890 net/if_bridge.c LIST_FOREACH(ifl, &sc->sc_iflist, next) {
next 1076 net/if_bridge.c LIST_FOREACH(p, &sc->sc_iflist, next) {
next 1104 net/if_bridge.c if (LIST_NEXT(p, next) == LIST_END(&sc->sc_iflist)) {
next 1216 net/if_bridge.c LIST_FOREACH(ifl, &sc->sc_iflist, next)
next 1338 net/if_bridge.c LIST_FOREACH(ifl, &sc->sc_iflist, next) {
next 1399 net/if_bridge.c LIST_FOREACH(ifl, &sc->sc_iflist, next) {
next 1445 net/if_bridge.c LIST_FOREACH(ifl, &sc->sc_iflist, next) {
next 1470 net/if_bridge.c LIST_FOREACH(ifl, &sc->sc_iflist, next) {
next 1539 net/if_bridge.c LIST_FOREACH(p, &sc->sc_iflist, next) {
next 1577 net/if_bridge.c if (LIST_NEXT(p, next) == LIST_END(&sc->sc_iflist)) {
next 1650 net/if_bridge.c LIST_FOREACH(p, &sc->sc_spanlist, next) {
next 387 net/if_bridge.h LIST_ENTRY(bridge_iflist) next; /* next in list */
next 357 net/if_media.c struct ifmedia_entry *match, *next;
next 362 net/if_media.c for (next = TAILQ_FIRST(&ifm->ifm_list); next != NULL;
next 363 net/if_media.c next = TAILQ_NEXT(next, ifm_list)) {
next 364 net/if_media.c if ((next->ifm_media & mask) == (target & mask)) {
next 373 net/if_media.c match = next;
next 434 net/if_pfsync.c TAILQ_FOREACH(st, &sk->states, next) {
next 551 net/pf.c TAILQ_FOREACH(s, &sk->states, next)
next 584 net/pf.c TAILQ_FOREACH(s, &sk->states, next)
next 819 net/pf.c TAILQ_FOREACH(sp, &cur->states, next)
next 928 net/pf.c struct pf_src_node *cur, *next;
next 931 net/pf.c for (cur = RB_MIN(pf_src_tree, &tree_src_tracking); cur; cur = next) {
next 932 net/pf.c next = RB_NEXT(pf_src_tree, &tree_src_tracking, cur);
next 937 net/pf.c next = RB_NEXT(pf_src_tree,
next 1045 net/pf.c struct pf_state *next;
next 1057 net/pf.c next = TAILQ_NEXT(cur, entry_list);
next 1075 net/pf.c cur = next;
next 2799 net/pf.c TAILQ_INSERT_TAIL(&sk->states, s, next);
next 2801 net/pf.c TAILQ_INSERT_HEAD(&sk->states, s, next);
next 2813 net/pf.c TAILQ_REMOVE(&sk->states, s, next);
next 414 net/pf_ioctl.c struct pf_tagname *p, *next;
next 419 net/pf_ioctl.c for (p = TAILQ_FIRST(head); p != NULL; p = next) {
next 420 net/pf_ioctl.c next = TAILQ_NEXT(p, entries);
next 325 net/pf_norm.c struct pf_frent *frea, *next;
next 398 net/pf_norm.c frea = next)
next 416 net/pf_norm.c next = LIST_NEXT(frea, fr_next);
next 442 net/pf_norm.c for (frep = LIST_FIRST(&(*frag)->fr_queue); frep; frep = next) {
next 443 net/pf_norm.c next = LIST_NEXT(frep, fr_next);
next 447 net/pf_norm.c (next == NULL || FR_IP_OFF(next) != off))
next 450 net/pf_norm.c off, next == NULL ? -1 : FR_IP_OFF(next),
next 468 net/pf_norm.c next = LIST_NEXT(frent, fr_next);
next 478 net/pf_norm.c for (frent = next; frent != NULL; frent = next) {
next 479 net/pf_norm.c next = LIST_NEXT(frent, fr_next);
next 1673 net/pf_table.c struct pfr_kentry *p, *q, *next;
next 1683 net/pf_table.c for (p = SLIST_FIRST(&addrq); p != NULL; p = next) {
next 1684 net/pf_table.c next = SLIST_NEXT(p, pfrke_workq); /* XXX */
next 158 net/pfkeyv2.c pfkeyv2_socket->next = pfkeyv2_sockets;
next 176 net/pfkeyv2.c pp = &((*pp)->next))
next 183 net/pfkeyv2.c *pp = (*pp)->next;
next 273 net/pfkeyv2.c for (s = pfkeyv2_sockets; s; s = s->next)
next 288 net/pfkeyv2.c for (s = pfkeyv2_sockets; s; s = s->next)
next 317 net/pfkeyv2.c for (s = pfkeyv2_sockets; s; s = s->next)
next 327 net/pfkeyv2.c for (s = pfkeyv2_sockets; s; s = s->next)
next 862 net/pfkeyv2.c pfkeyv2_socket = pfkeyv2_socket->next)
next 898 net/pfkeyv2.c for (so = pfkeyv2_sockets; so; so = so->next)
next 1776 net/pfkeyv2.c for (so = pfkeyv2_sockets; so; so = so->next)
next 403 net/pfkeyv2.h struct pfkeyv2_socket *next;
next 730 net/pfvar.h TAILQ_ENTRY(pf_state) next;
next 499 net/radix.c m->rm_mklist = next;
next 899 net/radix.c struct radix_node *base, *next;
next 917 net/radix.c next = rn;
next 924 net/radix.c rn = next;
next 70 net/radix_mpath.c struct radix_node *next;
next 74 net/radix_mpath.c next = rn->rn_dupedkey;
next 75 net/radix_mpath.c if (rn->rn_mask == next->rn_mask)
next 76 net/radix_mpath.c return next;
next 1350 net/route.c struct rt_label *p, *next;
next 1355 net/route.c for (p = TAILQ_FIRST(&rt_labels); p != NULL; p = next) {
next 1356 net/route.c next = TAILQ_NEXT(p, rtl_entry);
next 3857 net/zlib.c *(t = &(q->next)) = Z_NULL;
next 3866 net/zlib.c r.next = q; /* pointer to this table */
next 4081 net/zlib.c q = (--p)->next;
next 4226 net/zlib.c c->sub.code.tree = t->next;
next 4264 net/zlib.c c->sub.code.tree = t->next;
next 4519 net/zlib.c e = (t = t->next + ((uInt)b & inflate_mask[e]))->exop;
next 4532 net/zlib.c if ((e = (t = t->next + ((uInt)b & inflate_mask[e]))->exop) == 0)
next 2097 netbt/hci.h LIST_ENTRY(hci_memo) next;
next 346 netbt/hci_event.c struct hci_link *link, *next;
next 394 netbt/hci_event.c next = TAILQ_NEXT(link, hl_next);
next 404 netbt/hci_event.c link = next;
next 445 netbt/hci_event.c LIST_INSERT_HEAD(&unit->hci_memos, memo, next);
next 915 netbt/hci_event.c struct hci_link *link, *next;
next 930 netbt/hci_event.c next = TAILQ_FIRST(&unit->hci_links);
next 931 netbt/hci_event.c while ((link = next) != NULL) {
next 932 netbt/hci_event.c next = TAILQ_NEXT(link, hl_next);
next 320 netbt/hci_link.c struct l2cap_channel *chan, *next;
next 344 netbt/hci_link.c next = LIST_FIRST(&l2cap_active_list);
next 345 netbt/hci_link.c while ((chan = next) != NULL) {
next 346 netbt/hci_link.c next = LIST_NEXT(chan, lc_ncid);
next 918 netbt/hci_link.c struct l2cap_channel *chan, *next;
next 928 netbt/hci_link.c next = LIST_FIRST(&l2cap_active_list);
next 929 netbt/hci_link.c while ((chan = next) != NULL) {
next 930 netbt/hci_link.c next = LIST_NEXT(chan, lc_ncid);
next 124 netbt/hci_misc.c m0 = LIST_NEXT(memo, next);
next 146 netbt/hci_misc.c LIST_REMOVE(memo, next);
next 165 netbt/hci_unit.c struct hci_link *link, *next;
next 183 netbt/hci_unit.c next = TAILQ_FIRST(&unit->hci_links);
next 184 netbt/hci_unit.c while ((link = next) != NULL) {
next 185 netbt/hci_unit.c next = TAILQ_NEXT(link, hl_next);
next 1024 netbt/l2cap_signal.c uint8_t *next, buf[L2CAP_MTU_MINIMUM];
next 1036 netbt/l2cap_signal.c next = buf + sizeof(l2cap_cfg_req_cp);
next 1040 netbt/l2cap_signal.c opt = (l2cap_cfg_opt_t *)next;
next 1047 netbt/l2cap_signal.c next += sizeof(l2cap_cfg_opt_t) + L2CAP_OPT_MTU_SIZE;
next 1052 netbt/l2cap_signal.c opt = (l2cap_cfg_opt_t *)next;
next 1059 netbt/l2cap_signal.c next += sizeof(l2cap_cfg_opt_t) + L2CAP_OPT_FLUSH_TIMO_SIZE;
next 1070 netbt/l2cap_signal.c chan->lc_link->hl_lastid, (int)(next - buf), buf);
next 503 netbt/rfcomm_session.c struct rfcomm_dlc *dlc, *next;
next 520 netbt/rfcomm_session.c next = LIST_FIRST(&rs->rs_dlcs);
next 521 netbt/rfcomm_session.c while ((dlc = next) != NULL) {
next 522 netbt/rfcomm_session.c next = LIST_NEXT(dlc, rd_next);
next 1423 netbt/rfcomm_session.c struct rfcomm_dlc *dlc, *next;
next 1430 netbt/rfcomm_session.c next = LIST_FIRST(&rs->rs_dlcs);
next 1431 netbt/rfcomm_session.c while ((dlc = next) != NULL) {
next 1432 netbt/rfcomm_session.c next = LIST_NEXT(dlc, rd_next);
next 750 netinet/ip_input.c int i, next;
next 856 netinet/ip_input.c next = 0;
next 859 netinet/ip_input.c if (ntohs(q->ipqe_ip->ip_off) != next)
next 861 netinet/ip_input.c next += ntohs(q->ipqe_ip->ip_len);
next 872 netinet/ip_input.c if ((next + (ip->ip_hl << 2)) > IP_MAXPACKET) {
next 898 netinet/ip_input.c ip->ip_len = htons(next);
next 504 netinet/ip_ipsp.c struct tdb *tdbp, *next;
next 510 netinet/ip_ipsp.c for (tdbp = tdbh[i]; rval == 0 && tdbp != NULL; tdbp = next) {
next 511 netinet/ip_ipsp.c next = tdbp->tdb_hnext;
next 512 netinet/ip_ipsp.c if (i == tdb_hashmask && next == NULL)
next 677 netinet/ip_mroute.c for (rte = rt->mfc_stall; rte; rte = rte->next) {
next 1029 netinet/ip_mroute.c for (rte = rt->mfc_stall; rte; rte = rte->next) {
next 1084 netinet/ip_mroute.c nrte = rte->next;
next 1178 netinet/ip_mroute.c nrte = rte->next;
next 1566 netinet/ip_mroute.c for (p = &rt->mfc_stall; *p != NULL; p = &(*p)->next)
next 1580 netinet/ip_mroute.c rte->next = NULL;
next 296 netinet/ip_mroute.h struct rtdetq *next;
next 2595 netinet/tcp_input.c cur->next = NULL;
next 2621 netinet/tcp_input.c cur = cur->next;
next 2639 netinet/tcp_input.c p->next = cur->next;
next 2641 netinet/tcp_input.c cur = p->next;
next 2643 netinet/tcp_input.c cur = cur->next;
next 2655 netinet/tcp_input.c cur = cur->next;
next 2673 netinet/tcp_input.c cur = cur->next;
next 2696 netinet/tcp_input.c temp->next = cur->next;
next 2707 netinet/tcp_input.c cur->next = temp;
next 2709 netinet/tcp_input.c cur = p->next;
next 2730 netinet/tcp_input.c temp->next = 0;
next 2731 netinet/tcp_input.c p->next = temp;
next 2746 netinet/tcp_input.c cur = cur->next;
next 2774 netinet/tcp_input.c cur = cur->next;
next 123 netinet/tcp_output.c p = p->next;
next 154 netinet/tcp_output.c p = p->next;
next 163 netinet/tcp_output.c p = p->next;
next 187 netinet/tcp_output.c while (cur->next) {
next 190 netinet/tcp_output.c if (SEQ_GEQ(tp->snd_nxt, cur->next->start))
next 191 netinet/tcp_output.c cur = cur->next;
next 193 netinet/tcp_output.c tp->snd_nxt = cur->next->start;
next 581 netinet/tcp_subr.c q = p->next;
next 183 netinet/tcp_timer.c q = q->next;
next 52 netinet/tcp_var.h struct sackhole *next; /* next in list */
next 183 netinet6/frag6.c int offset = *offp, nxt, i, next;
next 516 netinet6/frag6.c next = 0;
next 519 netinet6/frag6.c if (af6->ip6af_off != next) {
next 523 netinet6/frag6.c next += af6->ip6af_frglen;
next 552 netinet6/frag6.c ip6->ip6_plen = htons((u_short)next + offset - sizeof(struct ip6_hdr));
next 1659 netinet6/in6.c struct in6_multi *in6m, *next;
next 1664 netinet6/in6.c in6m != LIST_END(&oia->ia6_multiaddrs); in6m = next) {
next 1665 netinet6/in6.c next = LIST_NEXT(in6m, in6m_entry);
next 1682 netinet6/in6.c in6m != LIST_END(&oia->ia6_multiaddrs); in6m = next) {
next 1683 netinet6/in6.c next = LIST_NEXT(in6m, in6m_entry);
next 1705 netinet6/in6.c struct in6_multi *in6m, *next;
next 1709 netinet6/in6.c in6m = next) {
next 1710 netinet6/in6.c next = LIST_NEXT(in6m, in6m_entry);
next 191 netinet6/in6_cksum.c goto next;
next 208 netinet6/in6_cksum.c next:
next 634 netinet6/in6_ifattach.c struct ifaddr *ifa, *next;
next 650 netinet6/in6_ifattach.c ifa != TAILQ_END(&ifp->if_addrlist); ifa = next) {
next 651 netinet6/in6_ifattach.c next = TAILQ_NEXT(ifa, ifa_list);
next 659 netinet6/in6_ifattach.c ifa != TAILQ_END(&ifp->if_addrlist); ifa = next) {
next 660 netinet6/in6_ifattach.c next = TAILQ_NEXT(ifa, ifa_list);
next 529 netinet6/ip6_mroute.c struct rtdetq *n = rte->next;
next 585 netinet6/ip6_mroute.c for (rte = mfc->mf6c_stall; rte != NULL; rte = rte->next) {
next 815 netinet6/ip6_mroute.c struct rtdetq *n = rte->next;
next 1242 netinet6/ip6_mroute.c for (p = &rt->mf6c_stall; *p != NULL; p = &(*p)->next)
next 1255 netinet6/ip6_mroute.c rte->next = NULL;
next 1308 netinet6/ip6_mroute.c struct rtdetq *n = rte->next;
next 258 netinet6/ip6_mroute.h struct rtdetq *next;
next 836 netinet6/nd6.c struct llinfo_nd6 *ln = (struct llinfo_nd6 *)rt->rt_llinfo, *next;
next 921 netinet6/nd6.c next = ln->ln_next;
next 931 netinet6/nd6.c return (next);
next 1365 netinet6/nd6.c struct nd_prefix *pr, *next;
next 1368 netinet6/nd6.c for (pr = LIST_FIRST(&nd_prefix); pr; pr = next) {
next 1371 netinet6/nd6.c next = LIST_NEXT(pr, ndpr_entry);
next 1395 netinet6/nd6.c struct nd_defrouter *dr, *next;
next 1399 netinet6/nd6.c for (dr = TAILQ_FIRST(&nd_defrouter); dr; dr = next) {
next 1400 netinet6/nd6.c next = TAILQ_NEXT(dr, dr_entry);
next 930 netinet6/nd6_rtr.c struct nd_pfxrouter *pfr, *next;
next 962 netinet6/nd6_rtr.c for (pfr = LIST_FIRST(&pr->ndpr_advrtrs); pfr != NULL; pfr = next) {
next 963 netinet6/nd6_rtr.c next = LIST_NEXT(pfr, pfr_entry);
next 349 netnatm/natm.c next:
next 372 netnatm/natm.c goto next;
next 377 netnatm/natm.c goto next;
next 404 netnatm/natm.c goto next;
next 137 nfs/nfs_kq.c goto next;
next 164 nfs/nfs_kq.c next:
next 218 sys/audioio.h int next, prev;
next 42 sys/evcount.h TAILQ_ENTRY(evcount) next;
next 181 sys/msg.h short next; /* next segment in buffer */
next 55 sys/timeout.h struct circq *next; /* next element */
next 5377 ufs/ffs/ffs_softdep.c static int next = 0;
next 5385 ufs/ffs/ffs_softdep.c pagedephd = &pagedep_hashtbl[next++];
next 5386 ufs/ffs/ffs_softdep.c if (next >= pagedep_hash)
next 5387 ufs/ffs/ffs_softdep.c next = 0;
next 5428 ufs/ffs/ffs_softdep.c static int next = 0;
next 5442 ufs/ffs/ffs_softdep.c inodedephd = &inodedep_hashtbl[next++];
next 5443 ufs/ffs/ffs_softdep.c if (next >= inodedep_hash)
next 5444 ufs/ffs/ffs_softdep.c next = 0;
next 1101 uvm/uvm_amap.c goto next;
next 1135 uvm/uvm_amap.c next:
next 405 uvm/uvm_aobj.c struct uao_swhash_elt *elt, *next;
next 409 uvm/uvm_aobj.c elt = next) {
next 429 uvm/uvm_aobj.c next = LIST_NEXT(elt, list);
next 661 uvm/uvm_aobj.c struct vm_page *pg, *next;
next 693 uvm/uvm_aobj.c for (pg = TAILQ_FIRST(&uobj->memq); pg != NULL; pg = next) {
next 694 uvm/uvm_aobj.c next = TAILQ_NEXT(pg, listq);
next 1860 uvm/uvm_fault.c KASSERT(entry->next != &map->header &&
next 1861 uvm/uvm_fault.c entry->next->start <= entry->end);
next 1862 uvm/uvm_fault.c entry = entry->next;
next 789 uvm/uvm_km.c struct km_page *next;
next 818 uvm/uvm_km.c page->next = uvm_km_pages_head;
next 857 uvm/uvm_km.c page->next = head;
next 862 uvm/uvm_km.c tail->next = uvm_km_pages_head;
next 887 uvm/uvm_km.c uvm_km_pages_head = page->next;
next 908 uvm/uvm_km.c page->next = uvm_km_pages_head;
next 146 uvm/uvm_map.c (entry)->next = (after_where)->next; \
next 147 uvm/uvm_map.c (entry)->prev->next = (entry); \
next 148 uvm/uvm_map.c (entry)->next->prev = (entry); \
next 159 uvm/uvm_map.c (entry)->next->prev = (entry)->prev; \
next 160 uvm/uvm_map.c (entry)->prev->next = (entry)->next; \
next 244 uvm/uvm_map.c struct vm_map_entry *next;
next 247 uvm/uvm_map.c if ((next = entry->next) == &map->header)
next 250 uvm/uvm_map.c KASSERT(next);
next 251 uvm/uvm_map.c space = next->start - entry->end;
next 335 uvm/uvm_map.c tmp->next == &map->header ? "(last)" : "");
next 362 uvm/uvm_map.c for (tmp = map->header.next; tmp && tmp != &map->header;
next 363 uvm/uvm_map.c tmp = tmp->next, i++) {
next 406 uvm/uvm_map.c ne[i].next = &ne[i + 1];
next 407 uvm/uvm_map.c ne[i].next = NULL;
next 414 uvm/uvm_map.c uvm.kentry_free = me->next;
next 451 uvm/uvm_map.c me->next = uvm.kentry_free;
next 551 uvm/uvm_map.c kernel_map_entry[lcv].next = uvm.kentry_free;
next 876 uvm/uvm_map.c prev_entry->next != &map->header &&
next 877 uvm/uvm_map.c prev_entry->next->start == (*startp + size))
next 974 uvm/uvm_map.c cur = cur->next;
next 1004 uvm/uvm_map.c last = cur->next;
next 1005 uvm/uvm_map.c cur = map->header.next;
next 1056 uvm/uvm_map.c cur = cur->next;
next 1149 uvm/uvm_map.c struct vm_map_entry *entry, *next, *tmp;
next 1210 uvm/uvm_map.c next = entry->next;
next 1211 uvm/uvm_map.c if (next == &map->header || next->start >= end)
next 1220 uvm/uvm_map.c if (uvm_map_spacefits(map, &hint, length, entry->next, uoffset, align))
next 1259 uvm/uvm_map.c if (uvm_map_spacefits(map, &hint, length, tmp->next, uoffset,
next 1270 uvm/uvm_map.c if (uvm_map_spacefits(map, &hint, length, prev->next, uoffset,
next 1291 uvm/uvm_map.c if (uvm_map_spacefits(map, &hint, length, tmp->next, uoffset, align)) {
next 1307 uvm/uvm_map.c for (;; hint = (entry = next)->end) {
next 1336 uvm/uvm_map.c next = entry->next;
next 1337 uvm/uvm_map.c if (next == &map->header || next->start >= end)
next 1374 uvm/uvm_map.c struct vm_map_entry *entry, *first_entry, *next;
next 1400 uvm/uvm_map.c entry = first_entry->next;
next 1437 uvm/uvm_map.c next = entry->next;
next 1526 uvm/uvm_map.c entry->next = first_entry;
next 1528 uvm/uvm_map.c entry = next; /* next entry, please */
next 1587 uvm/uvm_map.c next_entry = first_entry->next;
next 1691 uvm/uvm_map.c if (tmpent->next) {
next 1692 uvm/uvm_map.c if (tmpent->next->prev != tmpent)
next 1698 uvm/uvm_map.c tmpent = tmpent->next;
next 1718 uvm/uvm_map.c last->next = oldent->next;
next 1719 uvm/uvm_map.c last->next->prev = last;
next 1725 uvm/uvm_map.c newents->prev->next = newents;
next 1736 uvm/uvm_map.c tmp = tmp->next;
next 1863 uvm/uvm_map.c entry = entry->next;
next 1912 uvm/uvm_map.c newentry->next = NULL;
next 1950 uvm/uvm_map.c endchain->next = newentry;
next 1956 uvm/uvm_map.c (entry->next == &srcmap->header ||
next 1957 uvm/uvm_map.c entry->next->start != entry->end)) {
next 1961 uvm/uvm_map.c entry = entry->next;
next 2028 uvm/uvm_map.c entry = entry->next; /* advance */
next 2031 uvm/uvm_map.c oldentry->next = deadentry;
next 2034 uvm/uvm_map.c entry = entry->next; /* advance */
next 2181 uvm/uvm_map.c entry = entry->next;
next 2198 uvm/uvm_map.c current = current->next;
next 2260 uvm/uvm_map.c current = current->next;
next 2308 uvm/uvm_map.c entry = temp_entry->next;
next 2314 uvm/uvm_map.c entry = entry->next;
next 2342 uvm/uvm_map.c entry = temp_entry->next;
next 2365 uvm/uvm_map.c entry = entry->next;
next 2438 uvm/uvm_map.c (entry->next == &map->header ||
next 2439 uvm/uvm_map.c entry->next->start > entry->end))) {
next 2446 uvm/uvm_map.c entry = entry->next;
next 2460 uvm/uvm_map.c entry = entry->next;
next 2520 uvm/uvm_map.c (entry->next == &map->header ||
next 2521 uvm/uvm_map.c entry->next->start > entry->end))) {
next 2537 uvm/uvm_map.c entry = entry->next;
next 2565 uvm/uvm_map.c entry = entry->next;
next 2590 uvm/uvm_map.c entry = entry->next;
next 2603 uvm/uvm_map.c entry = entry->next;
next 2663 uvm/uvm_map.c for (entry = map->header.next; entry != &map->header;
next 2664 uvm/uvm_map.c entry = entry->next) {
next 2717 uvm/uvm_map.c for (size = 0, entry = map->header.next; entry != &map->header;
next 2718 uvm/uvm_map.c entry = entry->next) {
next 2743 uvm/uvm_map.c for (entry = map->header.next; entry != &map->header;
next 2744 uvm/uvm_map.c entry = entry->next) {
next 2778 uvm/uvm_map.c for (error = 0, entry = map->header.next;
next 2780 uvm/uvm_map.c entry = entry->next) {
next 2807 uvm/uvm_map.c entry = entry->next) {
next 2819 uvm/uvm_map.c for (entry = map->header.next; entry != failed_entry;
next 2820 uvm/uvm_map.c entry = entry->next) {
next 2887 uvm/uvm_map.c for (current = entry; current->start < end; current = current->next) {
next 2892 uvm/uvm_map.c if (end > current->end && (current->next == &map->header ||
next 2893 uvm/uvm_map.c current->end != current->next->start)) {
next 2901 uvm/uvm_map.c for (current = entry; current->start < end; current = current->next) {
next 3086 uvm/uvm_map.c entry = entry->next;
next 3331 uvm/uvm_map.c old_entry = old_map->header.next;
next 3585 uvm/uvm_map.c old_entry = old_entry->next;
next 3633 uvm/uvm_map.c for (entry = map->header.next; entry != &map->header;
next 3634 uvm/uvm_map.c entry = entry->next) {
next 140 uvm/uvm_map.h struct vm_map_entry *next; /* next entry */
next 115 uvm/uvm_map_i.h map->header.next = map->header.prev = &map->header;
next 280 uvm/uvm_meter.c for (map = &p->p_vmspace->vm_map, entry = map->header.next;
next 281 uvm/uvm_meter.c entry != &map->header; entry = entry->next) {
next 291 uvm/uvm_mmap.c entry = entry->next) {
next 297 uvm/uvm_mmap.c (entry->next == &map->header ||
next 298 uvm/uvm_mmap.c entry->next->start > entry->end)) {
next 198 uvm/uvm_stat.c uvc = uvc->next;
next 58 uvm/uvm_stat.h struct uvm_cnt *next; /* global list of cnts */
next 75 uvm/uvm_stat.h CNT.next = uvm_cnt_head; \
next 196 uvm/uvm_unix.c for (entry = map->header.next; entry != &map->header;
next 197 uvm/uvm_unix.c entry = entry->next) {
next 49 xfs/xfs_dev-common.c q->next = q;
next 57 xfs/xfs_dev-common.c return q->next == q;
next 64 xfs/xfs_dev-common.c return link->next != NULL || link->prev != NULL;
next 71 xfs/xfs_dev-common.c p->next = q;
next 73 xfs/xfs_dev-common.c p->prev->next = p;
next 81 xfs/xfs_dev-common.c p->next->prev = p->prev;
next 82 xfs/xfs_dev-common.c p->prev->next = p->next;
next 83 xfs/xfs_dev-common.c p->next = p->prev = NULL;
next 152 xfs/xfs_dev-common.c first = chan->messageq.next;
next 163 xfs/xfs_dev-common.c first = chan->sleepq.next;
next 244 xfs/xfs_dev-common.c (unsigned long)chan->messageq.next));
next 257 xfs/xfs_dev-common.c first = chan->messageq.next;
next 262 xfs/xfs_dev-common.c (unsigned long)first->next));
next 670 xfs/xfs_dev-common.c struct xfs_link *t = chan->sleepq.next; /* Really first in q */
next 674 xfs/xfs_dev-common.c for (; t != sleepq; t = t->next)
next 697 xfs/xfs_dev-common.c struct xfs_link *t = chan->sleepq.next; /* Really first in q */
next 701 xfs/xfs_dev-common.c for (; t != sleepq; t = t->next)
next 725 xfs/xfs_dev-common.c uprintf("messageq.next = %lx ", xfs_channel[i].messageq.next);
next 727 xfs/xfs_dev-common.c uprintf("sleepq.next = %lx ", xfs_channel[i].sleepq.next);
next 47 xfs/xfs_dev.h struct xfs_link *prev, *next;