| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_vnops.c | 88 uint64_t noff = (uint64_t)*off; /* new offset */ in zfs_holey_common() local 94 if (noff >= file_sz) { in zfs_holey_common() 103 error = dmu_offset_next(ZTOZSB(zp)->z_os, zp->z_id, hole, &noff); in zfs_holey_common() 123 if (noff > file_sz) { in zfs_holey_common() 125 noff = file_sz; in zfs_holey_common() 128 if (noff < *off) in zfs_holey_common() 130 *off = noff; in zfs_holey_common()
|
| H A D | zfs_ioctl.c | 4823 offset_t off, noff; in zfs_ioc_recv_impl() local 4840 noff = off = zfs_file_off(input_fp); in zfs_ioc_recv_impl() 5016 *read_bytes = off - noff; in zfs_ioc_recv_impl()
|
| /f-stack/freebsd/netipsec/ |
| H A D | xform_ah.c | 274 int ad, alloc, nxt, noff; in ah_massage_headers() local 460 noff = off + ((ip6e->ip6e_len + 1) << 3); in ah_massage_headers() 463 if (noff > skip - sizeof(struct ip6_hdr)) in ah_massage_headers() 470 count < noff;) { in ah_massage_headers() 477 if (count + ad > noff) in ah_massage_headers() 485 if (count != noff) in ah_massage_headers()
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_vnops.c | 2354 off_t noff; in vn_bmap_seekhole() local 2369 noff = *off; in vn_bmap_seekhole() 2370 if (noff >= va.va_size) { in vn_bmap_seekhole() 2375 for (bn = noff / bsize; noff < va.va_size; bn++, noff += bsize - in vn_bmap_seekhole() 2376 noff % bsize) { in vn_bmap_seekhole() 2384 noff = bn * bsize; in vn_bmap_seekhole() 2385 if (noff < *off) in vn_bmap_seekhole() 2386 noff = *off; in vn_bmap_seekhole() 2390 if (noff > va.va_size) in vn_bmap_seekhole() 2391 noff = va.va_size; in vn_bmap_seekhole() [all …]
|
| H A D | vfs_bio.c | 3686 vm_ooffset_t foff, noff, eoff; in vfs_clean_pages_dirty_buf() local 3700 noff = (foff + PAGE_SIZE) & ~(off_t)PAGE_MASK; in vfs_clean_pages_dirty_buf() 3701 eoff = noff; in vfs_clean_pages_dirty_buf() 3707 foff = noff; in vfs_clean_pages_dirty_buf()
|
| /f-stack/freebsd/netinet6/ |
| H A D | icmp6.c | 404 int code, error, icmp6len, ip6len, noff, off, sum; in icmp6_input() local 566 noff = sizeof(struct ip6_hdr); in icmp6_input() 568 n->m_len = noff + sizeof(struct icmp6_hdr); in icmp6_input() 575 n->m_pkthdr.len = n0len + (noff - off); in icmp6_input() 586 noff = off; in icmp6_input() 593 icmp6_reflect(n, noff); in icmp6_input() 662 noff = sizeof(struct ip6_hdr); in icmp6_input() 716 noff = sizeof(struct ip6_hdr); in icmp6_input() 725 icmp6_reflect(n, noff); in icmp6_input()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zvol_os.c | 1120 uint64_t noff; in zvol_cdev_ioctl() local 1124 noff = *off; in zvol_cdev_ioctl() 1125 error = dmu_offset_next(zv->zv_objset, ZVOL_OBJ, hole, &noff); in zvol_cdev_ioctl() 1126 *off = noff; in zvol_cdev_ioctl()
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_rfcomm.c | 3504 int mlen, noff, len; in ng_btsocket_rfcomm_prepare_packet() local 3517 noff = 0; in ng_btsocket_rfcomm_prepare_packet() 3520 len = min(mlen - m->m_len, n->m_len - noff); in ng_btsocket_rfcomm_prepare_packet() 3524 bcopy(mtod(n, caddr_t)+noff, mtod(m, caddr_t)+m->m_len, len); in ng_btsocket_rfcomm_prepare_packet() 3526 noff += len; in ng_btsocket_rfcomm_prepare_packet() 3541 if (noff == n->m_len) { in ng_btsocket_rfcomm_prepare_packet() 3542 noff = 0; in ng_btsocket_rfcomm_prepare_packet()
|
| /f-stack/dpdk/drivers/net/octeontx/ |
| H A D | octeontx_rxtx.h | 468 T(noff, 1, 0, 0, 0, 4, \
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_tx.h | 539 T(noff, 0, 0, 0, 1, 0, 0, 0, 4, \
|