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

/freebsd-current/sys/fs/smbfs/
H A Dsmbfs_io.c419 int i, error, nextoff, size, toff, npages, count;
493 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) {
495 nextoff = toff + PAGE_SIZE;
498 if (nextoff <= size) {
/freebsd-current/sys/vm/
H A Dvnode_pager.c1219 off_t tfoff, nextoff; local
1261 i < bp->b_npages; i++, tfoff = nextoff) {
1264 nextoff = tfoff + PAGE_SIZE;
1269 if (nextoff <= object->un_pager.vnp.vnp_size) {
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clbio.c116 int i, error, nextoff, size, toff, count, npages; local
217 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) {
219 nextoff = toff + PAGE_SIZE;
222 if (nextoff <= size) {
/freebsd-current/usr.sbin/bhyve/
H A Dpci_emul.c1364 uint8_t nextoff; local
1374 nextoff = pci_get_cfgdata8(pi, capoff + 1);
1375 if (nextoff == 0)
1377 if (offset >= capoff && offset < nextoff)
1380 capoff = nextoff;
/freebsd-current/sys/dev/iwm/
H A Dif_iwm.c5255 uint32_t nextoff; local
5286 nextoff = offset + roundup2(len, IWM_FH_RSCSR_FRAME_ALIGN);
5301 struct iwm_rx_packet *, nextoff);
5302 if (!HAVEROOM(nextoff) ||
5311 nextoff = maxoff;
5562 offset = nextoff;

Completed in 185 milliseconds