Home
last modified time | relevance | path

Searched refs:nextoff (Results 1 – 6 of 6) sorted by relevance

/src/sys/fs/smbfs/ !
H A Dsmbfs_io.c425 int i, error, nextoff, size, toff, npages, count; in smbfs_getpages()
499 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) { in smbfs_getpages()
501 nextoff = toff + PAGE_SIZE; in smbfs_getpages()
504 if (nextoff <= size) { in smbfs_getpages()
/src/sys/vm/ !
H A Dvnode_pager.c1165 off_t tfoff, nextoff; in vnode_pager_generic_getpages_done() local
1207 i < bp->b_npages; i++, tfoff = nextoff) { in vnode_pager_generic_getpages_done()
1210 nextoff = tfoff + PAGE_SIZE; in vnode_pager_generic_getpages_done()
1215 if (nextoff <= object->un_pager.vnp.vnp_size) { in vnode_pager_generic_getpages_done()
/src/sys/fs/nfsclient/ !
H A Dnfs_clbio.c116 int i, error, nextoff, size, toff, count, npages; in ncl_getpages() local
217 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) { in ncl_getpages()
219 nextoff = toff + PAGE_SIZE; in ncl_getpages()
222 if (nextoff <= size) { in ncl_getpages()
/src/usr.sbin/bhyve/ !
H A Dpci_emul.c1388 uint8_t nextoff; in pci_emul_capwrite() local
1398 nextoff = pci_get_cfgdata8(pi, capoff + 1); in pci_emul_capwrite()
1399 if (nextoff == 0) in pci_emul_capwrite()
1401 if (offset >= capoff && offset < nextoff) in pci_emul_capwrite()
1404 capoff = nextoff; in pci_emul_capwrite()
/src/sys/dev/iwm/ !
H A Dif_iwm.c5310 uint32_t nextoff; in iwm_handle_rxb() local
5341 nextoff = offset + roundup2(len, IWM_FH_RSCSR_FRAME_ALIGN); in iwm_handle_rxb()
5356 struct iwm_rx_packet *, nextoff); in iwm_handle_rxb()
5357 if (!HAVEROOM(nextoff) || in iwm_handle_rxb()
5366 nextoff = maxoff; in iwm_handle_rxb()
5617 offset = nextoff; in iwm_handle_rxb()
/src/sys/dev/iwx/ !
H A Dif_iwx.c8960 uint32_t offset = 0, nextoff = 0, nmpdu = 0, len; in iwx_rx_pkt() local
9009 nextoff = offset + in iwx_rx_pkt()
9012 (m0->m_data + nextoff); in iwx_rx_pkt()
9015 nextoff + minsz >= IWX_RBUF_SIZE || in iwx_rx_pkt()