Searched refs:noff (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/file/src/
H A Dreadelf.c544 size_t noff, size_t doff, int *flags)
546 if (namesz == 4 && strcmp(RCAST(char *, &nbuf[noff]), "GNU") == 0 &&
574 if (namesz == 4 && strcmp(RCAST(char *, &nbuf[noff]), "Go") == 0 &&
589 size_t noff, size_t doff, int *flags)
591 const char *name = RCAST(const char *, &nbuf[noff]);
688 size_t noff, size_t doff, int *flags)
690 const char *name = RCAST(const char *, &nbuf[noff]);
728 size_t noff, size_t doff, int *flags, size_t size, int clazz)
732 const char *name = RCAST(const char *, &nbuf[noff]);
997 size_t noff __attribute_
542 do_bid_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, int swap __attribute__((__unused__)), uint32_t namesz, uint32_t descsz, size_t noff, size_t doff, int *flags) argument
587 do_os_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, int swap, uint32_t namesz, uint32_t descsz, size_t noff, size_t doff, int *flags) argument
686 do_pax_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, int swap, uint32_t namesz, uint32_t descsz, size_t noff, size_t doff, int *flags) argument
726 do_core_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, int swap, uint32_t namesz, uint32_t descsz, size_t noff, size_t doff, int *flags, size_t size, int clazz) argument
1139 size_t noff, doff; local
1337 off_t noff, coff, name_off; local
[all...]
/freebsd-13-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch1347 local($noff);
1348 $noff = $loffset[$[] - ($cnt - @loffset + 1) * $RecordSize;
1349 $noff = 0 if $noff < 0;
1351 return (@fpos[$[,$[+1], ($noff == $fpos[$[+2]) ? $loffset[$[] : $noff);
1369 local($noff,$key);
1372 $noff = $fpos[$[+2] - $RecordSize * ($cnt - @loffset + 1);
1373 $noff = 0 if $noff <
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzfs_vnops.c88 uint64_t noff = (uint64_t)*off; /* new offset */ local
94 if (noff >= file_sz) {
103 error = dmu_offset_next(ZTOZSB(zp)->z_os, zp->z_id, hole, &noff);
123 if (noff > file_sz) {
125 noff = file_sz;
128 if (noff < *off)
130 *off = noff;
H A Dzfs_ioctl.c4850 offset_t off, noff; local
4867 noff = off = zfs_file_off(input_fp);
5043 *read_bytes = off - noff;
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_msfees.c1247 register int noff; local
1284 noff = samples;
1286 while ((noff - i) > samplereduce) {
1293 tmp = coffs[(noff + i)/2];
1296 L_SUB(&tmp, &coffs[noff-1]);
1297 if (L_ISNEG(&tmp)) noff--; else i++;
1301 if (ees->dump_vals) dump_buf(coffs, i, noff, "Reduced to:");
1309 for (j = i; j < noff; j++)
1322 tmp = coffs[noff-1];
1339 noff
[all...]
/freebsd-13-stable/sys/netipsec/
H A Dxform_ah.c274 int ad, alloc, nxt, noff; local
460 noff = off + ((ip6e->ip6e_len + 1) << 3);
463 if (noff > skip - sizeof(struct ip6_hdr))
470 count < noff;) {
477 if (count + ad > noff)
485 if (count != noff)
/freebsd-13-stable/sys/dev/netmap/
H A Dnetmap_mem2.c2308 size_t noff; local
2315 noff = off + p->_objsize;
2316 if (noff < PAGE_SIZE) {
2317 off = noff;
2321 while (noff >= PAGE_SIZE) {
2323 noff -= PAGE_SIZE;
2326 nm_prdis("noff %zu page %p nr_pages %d", noff,
2328 if (noff > 0 && !nm_isset(p->invalid_bitmap, j) &&
2336 nm_prdis("non contiguous at off %zu, drop", noff);
[all...]
/freebsd-13-stable/sys/netinet6/
H A Dicmp6.c407 int code, error, icmp6len, ip6len, noff, off, sum; local
569 noff = sizeof(struct ip6_hdr);
571 n->m_len = noff + sizeof(struct icmp6_hdr);
578 n->m_pkthdr.len = n0len + (noff - off);
589 noff = off;
596 icmp6_reflect(n, noff);
665 noff = sizeof(struct ip6_hdr);
719 noff = sizeof(struct ip6_hdr);
728 icmp6_reflect(n, noff);
/freebsd-13-stable/contrib/processor-trace/libipt/src/
H A Dpt_block_decoder.c1784 uint64_t nip, dip, ioff, noff; local
1876 noff = pt_msec_unmap(msec, nip);
1959 status = pt_bcache_lookup(&bce, bcache, noff);
1978 return pt_blk_add_trampoline(bcache, ioff, noff,
1988 status = pt_bcache_lookup(&bce, bcache, noff);
2036 return pt_blk_add_trampoline(bcache, ioff, noff, insn.mode);
/freebsd-13-stable/sys/kern/
H A Dvfs_vnops.c2444 off_t noff; local
2459 noff = *off;
2460 if (noff >= va.va_size) {
2465 for (bn = noff / bsize; noff < va.va_size; bn++, noff += bsize -
2466 noff % bsize) {
2474 noff = bn * bsize;
2475 if (noff < *off)
2476 noff
[all...]
H A Dvfs_bio.c3688 vm_ooffset_t foff, noff, eoff; local
3702 noff = (foff + PAGE_SIZE) & ~(off_t)PAGE_MASK;
3703 eoff = noff;
3709 foff = noff;
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c879 int noff; member in struct:idr::idrent
5873 idr_register(struct idr *idr, struct isoent *isoent, int weight, int noff) argument
5881 idrent->noff = noff;
5903 if (wnp->noff + numsize != wnp_ext_off) {
5906 memmove(p + wnp->noff + numsize, p + wnp_ext_off,
5908 wnp->isoent->ext_off = wnp_ext_off = wnp->noff + numsize;
5921 p = (unsigned char *)n->isoent->identifier + n->noff;
6032 int ext_off, noff, weight; local
6173 noff
6255 int ext_off, noff, weight; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c1132 uint64_t noff; local
1136 noff = *off;
1137 error = dmu_offset_next(zv->zv_objset, ZVOL_OBJ, hole, &noff);
1138 *off = noff;
/freebsd-13-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c3503 int mlen, noff, len; local
3516 noff = 0;
3519 len = min(mlen - m->m_len, n->m_len - noff);
3523 bcopy(mtod(n, caddr_t)+noff, mtod(m, caddr_t)+m->m_len, len);
3525 noff += len;
3540 if (noff == n->m_len) {
3541 noff = 0;

Completed in 215 milliseconds