Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_shm.c347 off_t foffset; in shm_seek() local
351 foffset = foffset_lock(fp, 0); in shm_seek()
355 if (foffset < 0 || in shm_seek()
356 (offset > 0 && foffset > OFF_MAX - offset)) { in shm_seek()
360 offset += foffset; in shm_seek()
H A Dkern_descrip.c483 off_t foffset; in kern_fcntl() local
620 foffset = foffset_get(fp); in kern_fcntl()
621 if (foffset < 0 || in kern_fcntl()
623 foffset > OFF_MAX - flp->l_start)) { in kern_fcntl()
628 flp->l_start += foffset; in kern_fcntl()
731 foffset = foffset_get(fp); in kern_fcntl()
733 foffset > OFF_MAX - flp->l_start) || in kern_fcntl()
735 foffset < OFF_MIN - flp->l_start)) { in kern_fcntl()
740 flp->l_start += foffset; in kern_fcntl()
H A Dvfs_vnops.c2408 off_t foffset, size; in vn_seek() local
2413 foffset = foffset_lock(fp, 0); in vn_seek()
2419 (foffset < 0 || in vn_seek()
2420 (offset > 0 && foffset > OFF_MAX - offset))) { in vn_seek()
2424 offset += foffset; in vn_seek()
H A Dvfs_syscalls.c4102 off_t foffset; in kern_getdirentries() local
4116 foffset = foffset_lock(fp, 0); in kern_getdirentries()
4131 loff = auio.uio_offset = foffset; in kern_getdirentries()
4138 foffset = auio.uio_offset; in kern_getdirentries()
4151 foffset = 0; in kern_getdirentries()
4161 foffset_unlock(fp, foffset, 0); in kern_getdirentries()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c960 size_t foffset, in hash_key_mask_is_same() argument
974 if (toffset + tpos != foffset + fpos) in hash_key_mask_is_same()