Home
last modified time | relevance | path

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

/freebsd/sys/fs/smbfs/
H A Dsmbfs_io.c419 int i, error, nextoff, size, toff, npages, count; in smbfs_getpages()
493 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) { in smbfs_getpages()
495 nextoff = toff + PAGE_SIZE; in smbfs_getpages()
498 if (nextoff <= size) { in smbfs_getpages()
/freebsd/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()
/freebsd/sys/vm/
H A Dvnode_pager.c1166 off_t tfoff, nextoff; in vnode_pager_generic_getpages_done() local
1208 i < bp->b_npages; i++, tfoff = nextoff) { in vnode_pager_generic_getpages_done()
1211 nextoff = tfoff + PAGE_SIZE; in vnode_pager_generic_getpages_done()
1216 if (nextoff <= object->un_pager.vnp.vnp_size) { in vnode_pager_generic_getpages_done()
/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c1385 uint8_t nextoff; in pci_emul_capwrite() local
1395 nextoff = pci_get_cfgdata8(pi, capoff + 1); in pci_emul_capwrite()
1396 if (nextoff == 0) in pci_emul_capwrite()
1398 if (offset >= capoff && offset < nextoff) in pci_emul_capwrite()
1401 capoff = nextoff; in pci_emul_capwrite()
/freebsd/sys/dev/iwm/
H A Dif_iwm.c5306 uint32_t nextoff; in iwm_handle_rxb() local
5337 nextoff = offset + roundup2(len, IWM_FH_RSCSR_FRAME_ALIGN); in iwm_handle_rxb()
5352 struct iwm_rx_packet *, nextoff); in iwm_handle_rxb()
5353 if (!HAVEROOM(nextoff) || in iwm_handle_rxb()
5362 nextoff = maxoff; in iwm_handle_rxb()
5613 offset = nextoff; in iwm_handle_rxb()