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

/freebsd-13-stable/sys/fs/smbfs/
H A Dsmbfs_io.c426 int i, error, nextoff, size, toff, npages, count;
500 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) {
502 nextoff = toff + PAGE_SIZE;
505 if (nextoff <= size) {
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clbio.c120 int i, error, nextoff, size, toff, count, npages; local
221 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) {
223 nextoff = toff + PAGE_SIZE;
226 if (nextoff <= size) {
/freebsd-13-stable/sys/vm/
H A Dvnode_pager.c1127 off_t tfoff, nextoff; local
1167 i < bp->b_npages; i++, tfoff = nextoff) {
1170 nextoff = tfoff + PAGE_SIZE;
1175 if (nextoff <= object->un_pager.vnp.vnp_size) {
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_emul.c985 uint8_t nextoff; local
995 nextoff = pci_get_cfgdata8(pi, capoff + 1);
996 if (nextoff == 0)
998 if (offset >= capoff && offset < nextoff)
1001 capoff = nextoff;
/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm.c5349 uint32_t nextoff; local
5380 nextoff = offset + roundup2(len, IWM_FH_RSCSR_FRAME_ALIGN);
5395 struct iwm_rx_packet *, nextoff);
5396 if (!HAVEROOM(nextoff) ||
5405 nextoff = maxoff;
5654 offset = nextoff;

Completed in 138 milliseconds