Searched refs:allocbuf (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.2-release/crypto/heimdal/appl/rcp/
H A Dextern.h44 BUF *allocbuf (BUF *, int, int);
H A Dutil.c146 allocbuf(bp, fd, blksize) function
H A Drcp.c327 if ((bp = allocbuf(&buffer, fd, BUFSIZ)) == NULL) {
569 if ((bp = allocbuf(&buffer, ofd, BUFSIZ)) == NULL) {
/freebsd-10.2-release/bin/rcp/
H A Dextern.h40 BUF *allocbuf(BUF *, int, int);
H A Dutil.c130 allocbuf(BUF *bp, int fd, int blksize) function
H A Drcp.c404 if ((bp = allocbuf(&buffer, fd, BUFSIZ)) == NULL) {
645 if ((bp = allocbuf(&buffer, ofd, BUFSIZ)) == NULL) {
/freebsd-10.2-release/crypto/openssh/
H A Dscp.c346 BUF *allocbuf(BUF *, int, int);
808 if ((bp = allocbuf(&buffer, fd, COPY_BUFLEN)) == NULL) {
1090 if ((bp = allocbuf(&buffer, ofd, COPY_BUFLEN)) == NULL) {
1310 allocbuf(BUF *bp, int fd, int blksize) function
/freebsd-10.2-release/sys/sys/
H A Dbuf.h535 int allocbuf(struct buf *bp, int size);
/freebsd-10.2-release/sys/kern/
H A Dvfs_bio.c1599 allocbuf(bp, 0);
1744 allocbuf(bp, 0);
2192 allocbuf(bp, 0);
2405 * processes are blocked in getnewbuf() or allocbuf().
3203 allocbuf(bp, size);
3306 * set B_VMIO bit. allocbuf() the buffer bigger. Since the
3308 * allocbuf() for the VMIO case prior to it testing the
3325 allocbuf(bp, size);
3352 allocbuf(bp, size);
3370 * allocbuf() onl
3375 allocbuf(struct buf *bp, int size) function
[all...]
/freebsd-10.2-release/sys/fs/ext2fs/
H A Dext2_inode.c204 allocbuf(bp, size);
/freebsd-10.2-release/sys/fs/fuse/
H A Dfuse_io.c442 allocbuf(bp, bcount);
/freebsd-10.2-release/sys/ufs/ffs/
H A Dffs_inode.c393 allocbuf(bp, size);
H A Dffs_alloc.c334 allocbuf(bp, nsize);
402 allocbuf(bp, nsize);
H A Dffs_softdep.c6707 allocbuf(bp, frags);
7108 allocbuf(bp, blkoff);
7273 allocbuf(bp, off);
/freebsd-10.2-release/sys/fs/nfsclient/
H A Dnfs_clbio.c1051 allocbuf(bp, bcount);
/freebsd-10.2-release/sys/nfsclient/
H A Dnfs_bio.c1044 allocbuf(bp, bcount);

Completed in 120 milliseconds