Searched refs:startoff (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/usr.bin/tail/ |
| H A D | misc.c | 74 mapprint(struct mapinfo *mip, off_t startoff, off_t len) in mapprint() argument 79 if (startoff < mip->mapoff || startoff >= mip->mapoff + in mapprint() 81 if (maparound(mip, startoff) != 0) in mapprint() 84 n = (mip->mapoff + mip->maplen) - startoff; in mapprint() 87 WR(mip->start + (startoff - mip->mapoff), n); in mapprint() 88 startoff += n; in mapprint()
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/regex/ |
| H A D | main.c | 47 regoff_t startoff = 0; variable 84 startoff = (regoff_t)atoi(optarg); in main() 123 subs[0].rm_so = startoff; in main()
|
| /freebsd-14.2/lib/libc/regex/grot/ |
| H A D | main.c | 20 regoff_t startoff = 0; variable 53 startoff = (regoff_t)atoi(optarg); in main() 92 subs[0].rm_so = startoff; in main()
|
| /freebsd-14.2/sys/kern/ |
| H A D | vfs_vnops.c | 3341 off_t startoff, endoff, xfer, xfer2; in vn_generic_copy_file_range() local 3490 startoff = *inoffp; in vn_generic_copy_file_range() 3508 startoff = endoff = inva.va_size; in vn_generic_copy_file_range() 3514 endoff = startoff; in vn_generic_copy_file_range() 3526 if (error == 0 && startoff == endoff) in vn_generic_copy_file_range() 3530 if (startoff > *inoffp) { in vn_generic_copy_file_range() 3532 xfer = MIN(startoff - *inoffp, len); in vn_generic_copy_file_range() 3567 copylen = MIN(len, endoff - startoff); in vn_generic_copy_file_range() 3573 startoff = *inoffp; in vn_generic_copy_file_range() 3602 startoff, UIO_SYSSPACE, IO_NODELOCKED, in vn_generic_copy_file_range() [all …]
|
| /freebsd-14.2/sys/netpfil/pf/ |
| H A D | pf_norm.c | 1616 size_t startoff; in pf_normalize_tcp_stateful() local 1660 startoff = opt - (hdr + sizeof(struct tcphdr)); in pf_normalize_tcp_stateful() 1695 PF_ALGNMNT(startoff), in pf_normalize_tcp_stateful() 1712 PF_ALGNMNT(startoff), in pf_normalize_tcp_stateful() 2008 size_t startoff; in pf_normalize_mss() local 2018 startoff = optp - opts; in pf_normalize_mss() 2038 PF_ALGNMNT(startoff), in pf_normalize_mss()
|
| H A D | pf.c | 3076 size_t startoff = opt - opts; in pf_modulate_sack() local 3094 PF_ALGNMNT(startoff), in pf_modulate_sack() 3099 PF_ALGNMNT(startoff), in pf_modulate_sack()
|
| /freebsd-14.2/tests/sys/cddl/zfs/include/ |
| H A D | libtest.kshlib | 3315 typeset -li startoff 3348 log_debug "params='$blksz/$blknum/$startoff' line='$line'" 3369 (( startoff = blknum * blksz )) 3377 if [[ -n "$dva" ]] && (( lineoff == startoff )); then
|
| /freebsd-14.2/sbin/fsck_msdosfs/ |
| H A D | dir.c | 297 int startoff, cl_t endcl, int endoff, int notlast) in delete() argument 308 s = delbuf + startoff; in delete()
|
| /freebsd-14.2/contrib/tzcode/ |
| H A D | zic.c | 3275 zic_t startoff = stdoff; in outzone() local 3384 == startoff)) in outzone() 3395 startoff = oadd(zp->z_stdoff, in outzone() 3405 && startoff == oadd(zp->z_stdoff, in outzone() 3434 bool isdst = startoff != zp->z_stdoff; in outzone() 3443 int type = addtype(startoff, startbuf, isdst, in outzone()
|