Searched refs:nextoff (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/sys/vfs/smbfs/ |
| HD | smbfs_io.c | 404 size_t size, toff, nextoff, count; in smbfs_getpages() 479 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) { in smbfs_getpages() 481 nextoff = toff + PAGE_SIZE; in smbfs_getpages() 488 if (nextoff <= size) { in smbfs_getpages()
|
| /dragonfly/contrib/binutils-2.34/libctf/ |
| HD | ctf-dump.c | 199 const char *sect, uint32_t off, uint32_t nextoff) in ctf_dump_header_sectfield() argument 202 if (nextoff - off) in ctf_dump_header_sectfield() 205 (unsigned long) off, (unsigned long) (nextoff - 1), in ctf_dump_header_sectfield() 206 (unsigned long) (nextoff - off)) < 0) in ctf_dump_header_sectfield()
|
| /dragonfly/lib/libkvm/ |
| HD | kvm_proc.c | 422 u_long nextoff; in kvm_deadprocs() local 426 nextoff = 0; in kvm_deadprocs() 438 nextoff = a_allproc; in kvm_deadprocs() 439 if (KREAD(kd, (u_long)nextoff, pl[n])) { in kvm_deadprocs()
|
| /dragonfly/sys/vfs/hpfs/ |
| HD | hpfs.h | 229 #define AN_SET(anp,nextoff,lsn) { \ argument 230 (anp)->an_nextoff = (nextoff); \
|
| /dragonfly/sys/vfs/devfs/ |
| HD | devfs_vnops.c | 2114 int toff, nextoff, nread; in devfs_spec_getpages() local 2197 for (i = 0, toff = 0; i < pcount; i++, toff = nextoff) { in devfs_spec_getpages() 2198 nextoff = toff + PAGE_SIZE; in devfs_spec_getpages() 2206 if (nextoff <= nread) { in devfs_spec_getpages()
|
| /dragonfly/sys/dev/netif/iwm/ |
| HD | if_iwm.c | 5374 uint32_t nextoff; in iwm_handle_rxb() local 5405 nextoff = offset + roundup2(len, IWM_FH_RSCSR_FRAME_ALIGN); in iwm_handle_rxb() 5420 struct iwm_rx_packet *, nextoff); in iwm_handle_rxb() 5421 if (!HAVEROOM(nextoff) || in iwm_handle_rxb() 5430 nextoff = maxoff; in iwm_handle_rxb() 5681 offset = nextoff; in iwm_handle_rxb()
|