Searched refs:nextoff (Results 1 – 6 of 6) sorted by relevance
| /freebsd-head/sys/fs/smbfs/ |
| HD | smbfs_io.c | 419 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-head/sys/fs/nfsclient/ |
| HD | nfs_clbio.c | 116 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-head/sys/vm/ |
| HD | vnode_pager.c | 1166 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-head/usr.sbin/bhyve/ |
| HD | pci_emul.c | 1385 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-head/sys/dev/iwm/ |
| HD | if_iwm.c | 5306 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()
|
| /freebsd-head/sys/dev/iwx/ |
| HD | if_iwx.c | 8872 uint32_t offset = 0, nextoff = 0, nmpdu = 0, len; local 8921 nextoff = offset + 8924 (m0->m_data + nextoff); 8927 nextoff + minsz >= IWX_RBUF_SIZE ||
|