Searched refs:newb (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/ufs/ext2fs/
H A Dext2fs_balloc.c100 daddr_t newb, lbn, pref; local
149 cred, &newb);
153 ip->i_e2fs_last_blk = newb;
155 ip->i_e2fs_blocks[bn] = h2fs32((int32_t)newb);
159 bp->b_blkno = fsbtodb(fs, newb);
186 error = ext2fs_alloc(ip, lbn, pref, cred, &newb);
189 nb = newb;
191 ip->i_e2fs_last_blk = newb;
193 bp->b_blkno = fsbtodb(fs, newb);
204 *allocib = h2fs32((int32_t)newb);
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dgetdelim.c62 char *newb; local
117 newb = realloc(*buf, newlen);
118 if (newb == NULL)
120 *buf = newb;
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/ffs/
H A Dffs_balloc.c92 daddr_t newb, pref; local
193 nsize, &newb);
198 bp->b_blkno = fsbtodb(fs, newb);
203 ip->i_ffs1_db[lbn] = ufs_rw32((int32_t)newb, needswap);
230 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
233 nb = newb;
270 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
275 nb = newb;
301 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
306 nb = newb;
343 daddr_t newb, pref, nb; local
[all...]
/netbsd-6-1-5-RELEASE/sys/ufs/ffs/
H A Dffs_balloc.c108 daddr_t newb, pref, nb; local
146 osize, (int)fs->fs_bsize, cred, bpp, &newb);
152 ip->i_ffs1_db[nb] = ufs_rw32((u_int32_t)newb, needswap);
223 osize, nsize, cred, bpp, &newb);
242 nsize, flags, cred, &newb);
246 error = ffs_getblk(vp, lbn, fsbtodb(fs, newb),
252 ip->i_ffs1_db[lbn] = ufs_rw32((u_int32_t)newb, needswap);
277 flags | B_METAONLY, cred, &newb);
280 nb = newb;
331 flags | B_METAONLY, cred, &newb);
530 daddr_t newb, pref, nb; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Ds2_pkt.c321 int i,off,newb; local
349 newb=s->s2->rbuf_left;
355 (unsigned int)newb+off);
360 (unsigned int)newb);
366 newb=0;
370 * newb is the number of new bytes so far
373 while (newb < (int)n)
379 i=BIO_read(s->rbio,(char *)&(s->s2->rbuf[off+newb]),
380 max-newb);
392 s->s2->rbuf_left+=newb;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dsanity.sh1637 tests="${tests} new newb conflicts conflicts2 conflicts3"
11378 newb)
11381 # We call this "newb" only because it, like the "new" tests,
11387 dotest newb-123a "${testcvs} -q co first-dir" ''
11390 dotest newb-123b "${testcvs} add a" \
11393 dotest newb-123c "${testcvs} -q ci -m added" \
11398 dotest newb-123d "${testcvs} -q tag -b branch" "T a"
11405 dotest newb-123e "${testcvs} -q co -r branch first-dir" \
11412 dotest newb-123f "${testcvs} -q co -r branch first-dir" \
11416 dotest newb
[all...]

Completed in 218 milliseconds