Searched refs:allocbuf (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/bin/rcp/ |
H A D | extern.h | 41 BUF *allocbuf(BUF *, int, int);
|
H A D | util.c | 149 allocbuf(BUF *bp, int fd, int blksize) in allocbuf() function
|
H A D | rcp.c | 388 if ((bp = allocbuf(&buffer, fd, BUFSIZ)) == NULL) { in source() 655 if ((bp = allocbuf(&buffer, ofd, BUFSIZ)) == NULL) { in sink()
|
/netbsd-src/sys/sys/ |
H A D | buf.h | 287 int allocbuf(buf_t *, int, int);
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | scp.c | 392 BUF *allocbuf(BUF *, int, int); 1409 if ((bp = allocbuf(&buffer, fd, COPY_BUFLEN)) == NULL) { in source() 1838 if ((bp = allocbuf(&buffer, ofd, COPY_BUFLEN)) == NULL) { in sink() 2175 allocbuf(BUF *bp, int fd, int blksize) in allocbuf() function
|
/netbsd-src/sys/kern/ |
H A D | vfs_bio.c | 1262 if (allocbuf(bp, size, preserve)) { in getblk() 1294 error = allocbuf(bp, size, 0); 1308 allocbuf(buf_t *bp, int size, int preserve) in allocbuf() 1317 printf("allocbuf: buffer larger than MAXBSIZE requested"); in allocbuf() 1304 allocbuf(buf_t *bp, int size, int preserve) allocbuf() function
|
/netbsd-src/sys/ufs/lfs/ |
H A D | lfs_balloc.c | 586 allocbuf(*bpp, nsize, 1); in lfs_fragextend()
|
H A D | lfs_inode.c | 375 allocbuf(bp, size, 1); in lfs_truncate()
|
/netbsd-src/sys/arch/amiga/amiga/ |
H A D | disksubr.c | 244 allocbuf(bp, (int)lp->d_secsize, 1); in readdisklabel()
|
/netbsd-src/sys/ufs/ffs/ |
H A D | ffs_alloc.c | 419 allocbuf(bp, nsize, 1); in ffs_realloccg() 517 allocbuf(bp, nsize, 1); in ffs_realloccg()
|
/netbsd-src/sys/fs/nfs/client/ |
H A D | nfs_clbio.c | 1028 allocbuf(bp, bcount); in ncl_write()
|
/netbsd-src/share/man/man9/ |
H A D | Makefile | 176 buffercache.9 allocbuf.9 \
|
/netbsd-src/usr.sbin/makemandb/ |
H A D | nostem.txt | 32 allocbuf
|