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

/netbsd-6-1-5-RELEASE/libexec/lfs_cleanerd/
H A Dcoalesce.c155 int nb, onb, noff; local
217 noff = toff = 0;
220 ++noff;
232 if (nb <= 1 || noff == 0 || noff < log2int(nb) ||
233 segtod(fs, noff) * 2 < nb) {
239 noff, (long long)toff, nb);
/netbsd-6-1-5-RELEASE/external/bsd/file/dist/src/
H A Dreadelf.c371 size_t noff, doff; local
403 noff = offset;
425 if (namesz == 4 && strcmp((char *)&nbuf[noff], "GNU") == 0 &&
464 if (namesz == 4 && strcmp((char *)&nbuf[noff], "GNU") == 0 &&
477 if (namesz == 7 && strcmp((char *)&nbuf[noff], "NetBSD") == 0 &&
523 if (namesz == 8 && strcmp((char *)&nbuf[noff], "FreeBSD") == 0 &&
601 if (namesz == 8 && strcmp((char *)&nbuf[noff], "OpenBSD") == 0 &&
610 if (namesz == 10 && strcmp((char *)&nbuf[noff], "DragonFly") == 0 &&
639 if ((namesz == 4 && strncmp((char *)&nbuf[noff], "CORE", 4) == 0) ||
640 (namesz == 5 && strcmp((char *)&nbuf[noff], "COR
857 off_t noff, coff; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/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...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Drefclock_msfees.c1263 register int noff; local
1305 noff = samples;
1307 while ((noff - i) > samplereduce) {
1314 tmp = coffs[(noff + i)/2];
1317 L_SUB(&tmp, &coffs[noff-1]);
1318 if (L_ISNEG(&tmp)) noff--; else i++;
1322 if (ees->dump_vals) dump_buf(coffs, i, noff, "Reduced to:");
1330 for (j = i; j < noff; j++)
1343 tmp = coffs[noff-1];
1360 noff
[all...]
/netbsd-6-1-5-RELEASE/sys/net/
H A Dif_pppoe.c410 int noff, err, errortag; local
438 n = m_pulldown(m, off, sizeof(*ph), &noff);
444 ph = (struct pppoehdr *)(mtod(n, char *) + noff);
464 n = m_pulldown(m, off, sizeof(*pt), &noff);
470 pt = (struct pppoetag *)(mtod(n, char *) + noff);
489 len, &noff);
492 mtod(n, char*) + noff,
505 n = m_pulldown(m, off + sizeof(*pt), len, &noff);
512 hunique = mtod(n, uint8_t *) + noff;
515 sc = pppoe_find_softc_by_hunique(mtod(n, char *) + noff,
[all...]
/netbsd-6-1-5-RELEASE/sys/ufs/lfs/
H A Dlfs_vfsops.c2029 daddr_t olast, nlast, ilast, noff, start, end; local
2085 noff = nlast - olast;
2100 for (i = ilast; i < ilast + noff; i++) {
2109 ip->i_size += noff * fs->lfs_bsize;
2114 if (noff != 0) {
2115 if (noff < 0) {
2117 end = ilast + noff;
2120 start = ilast + noff - 1;
2128 if (bread(ivp, i - noff, fs->lfs_bsize,
2198 if (noff <
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dresres.c379 rc_uint_type noff; local
382 noff = res_to_bin ((windres_bfd *) NULL, off, res);
383 datasize = noff - off;
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpftn.c1319 int noff; local
1337 noff = off = *poff;
1341 noff = off + tsz;
1342 if (noff < 0)
1344 SETOFF(noff, al);
1345 off = -noff;
1350 off = upoff(SZINT, ALINT, &noff);
1352 off = noff - tsz;
1355 off = upoff(tsz, al, &noff);
1366 *poff = noff;
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpftn.c1359 int noff; local
1377 noff = off = *poff;
1381 noff = off + tsz;
1382 if (noff < 0)
1384 SETOFF(noff, al);
1385 off = -noff;
1390 off = upoff(SZINT, ALINT, &noff);
1392 off = noff - tsz;
1395 off = upoff(tsz, al, &noff);
1406 *poff = noff;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dvms-lib.c294 unsigned int noff = 0; local
325 memcpy (name + noff, kbn + 1, klen);
326 noff += klen;
331 if (noff != keylen)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dvms-lib.c294 unsigned int noff = 0; local
325 memcpy (name + noff, kbn + 1, klen);
326 noff += klen;
331 if (noff != keylen)
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Dicmp6.c461 int code, sum, noff, i; local
706 noff = sizeof(struct ip6_hdr);
743 noff = sizeof(struct ip6_hdr);
756 icmp6_reflect(n, noff);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_vnops.c230 uint64_t noff = (uint64_t)*off; /* new offset */ local
236 if (noff >= file_sz) {
245 error = dmu_offset_next(zp->z_zfsvfs->z_os, zp->z_id, hole, &noff);
248 if ((error == ESRCH) || (noff > file_sz)) {
259 if (noff < *off)
261 *off = noff;

Completed in 317 milliseconds