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

/freebsd-11-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-11-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-11-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-11-stable/sys/netipsec/
H A Dxform_ah.c289 int ad, alloc, nxt, noff; local
479 noff = off + ((ip6e->ip6e_len + 1) << 3);
482 if (noff > skip - sizeof(struct ip6_hdr))
489 count < noff;) {
496 if (count + ad > noff)
504 if (count != noff)
/freebsd-11-stable/sys/kern/
H A Dvfs_vnops.c2167 off_t noff; local
2182 noff = *off;
2183 if (noff >= va.va_size) {
2188 for (bn = noff / bsize; noff < va.va_size; bn++, noff += bsize -
2189 noff % bsize) {
2197 noff = bn * bsize;
2198 if (noff < *off)
2199 noff
[all...]
H A Dvfs_bio.c3329 vm_ooffset_t foff, noff, eoff; local
3344 noff = (foff + PAGE_SIZE) & ~(off_t)PAGE_MASK;
3345 eoff = noff;
3351 foff = noff;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dresres.c381 rc_uint_type noff; local
384 noff = res_to_bin ((windres_bfd *) NULL, off, res);
385 datasize = noff - off;
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_mem2.c2302 size_t noff; local
2309 noff = off + p->_objsize;
2310 if (noff < PAGE_SIZE) {
2311 off = noff;
2315 while (noff >= PAGE_SIZE) {
2317 noff -= PAGE_SIZE;
2320 nm_prdis("noff %zu page %p nr_pages %d", noff,
2322 if (noff > 0 && !nm_isset(p->invalid_bitmap, j) &&
2330 nm_prdis("non contiguous at off %zu, drop", noff);
[all...]
/freebsd-11-stable/sys/netinet6/
H A Dicmp6.c408 int code, sum, noff; local
574 noff = sizeof(struct ip6_hdr);
576 n->m_len = noff + sizeof(struct icmp6_hdr);
583 n->m_pkthdr.len = n0len + (noff - off);
588 noff = off;
595 icmp6_reflect(n, noff);
657 noff = sizeof(struct ip6_hdr);
711 noff = sizeof(struct ip6_hdr);
720 icmp6_reflect(n, noff);
/freebsd-11-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-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c3527 int mlen, noff, len; local
3540 noff = 0;
3543 len = min(mlen - m->m_len, n->m_len - noff);
3547 bcopy(mtod(n, caddr_t)+noff, mtod(m, caddr_t)+m->m_len, len);
3549 noff += len;
3564 if (noff == n->m_len) {
3565 noff = 0;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c254 uint64_t noff = (uint64_t)*off; /* new offset */ local
260 if (noff >= file_sz) {
269 error = dmu_offset_next(zp->z_zfsvfs->z_os, zp->z_id, hole, &noff);
281 if (noff > file_sz) {
283 noff = file_sz;
286 if (noff < *off)
288 *off = noff;
H A Dzvol.c3237 uint64_t noff; local
3241 noff = *off;
3242 error = dmu_offset_next(zv->zv_objset, ZVOL_OBJ, hole, &noff);
3243 *off = noff;

Completed in 180 milliseconds