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

/freebsd-10.3-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.3-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.3-release/crypto/openssh/
H A Dscp.c347 BUF *allocbuf(BUF *, int, int);
819 if ((bp = allocbuf(&buffer, fd, COPY_BUFLEN)) == NULL) {
1105 if ((bp = allocbuf(&buffer, ofd, COPY_BUFLEN)) == NULL) {
1325 allocbuf(BUF *bp, int fd, int blksize) function
/freebsd-10.3-release/sys/sys/
H A Dbuf.h535 int allocbuf(struct buf *bp, int size);
/freebsd-10.3-release/sys/kern/
H A Dvfs_bio.c1605 allocbuf(bp, 0);
1750 allocbuf(bp, 0);
2198 allocbuf(bp, 0);
2411 * processes are blocked in getnewbuf() or allocbuf().
3209 allocbuf(bp, size);
3312 * set B_VMIO bit. allocbuf() the buffer bigger. Since the
3314 * allocbuf() for the VMIO case prior to it testing the
3331 allocbuf(bp, size);
3358 allocbuf(bp, size);
3376 * allocbuf() onl
3381 allocbuf(struct buf *bp, int size) function
[all...]
/freebsd-10.3-release/sys/fs/ext2fs/
H A Dext2_inode.c204 allocbuf(bp, size);
/freebsd-10.3-release/sys/fs/fuse/
H A Dfuse_io.c442 allocbuf(bp, bcount);
/freebsd-10.3-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.c6715 allocbuf(bp, frags);
7116 allocbuf(bp, blkoff);
7281 allocbuf(bp, off);
/freebsd-10.3-release/sys/fs/nfsclient/
H A Dnfs_clbio.c1051 allocbuf(bp, bcount);
/freebsd-10.3-release/sys/nfsclient/
H A Dnfs_bio.c1044 allocbuf(bp, bcount);

Completed in 144 milliseconds