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

/freebsd-10.0-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.0-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.0-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.0-release/sys/sys/
H A Dbuf.h534 int allocbuf(struct buf *bp, int size);
/freebsd-10.0-release/sys/kern/
H A Dvfs_bio.c1577 allocbuf(bp, 0);
1722 allocbuf(bp, 0);
2163 allocbuf(bp, 0);
2366 * processes are blocked in getnewbuf() or allocbuf().
3129 allocbuf(bp, size);
3232 * set B_VMIO bit. allocbuf() the buffer bigger. Since the
3234 * allocbuf() for the VMIO case prior to it testing the
3251 allocbuf(bp, size);
3278 allocbuf(bp, size);
3296 * allocbuf() onl
3301 allocbuf(struct buf *bp, int size) function
[all...]
/freebsd-10.0-release/sys/fs/ext2fs/
H A Dext2_inode.c200 allocbuf(bp, size);
/freebsd-10.0-release/sys/fs/fuse/
H A Dfuse_io.c442 allocbuf(bp, bcount);
/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_inode.c393 allocbuf(bp, size);
H A Dffs_alloc.c335 allocbuf(bp, nsize);
403 allocbuf(bp, nsize);
H A Dffs_softdep.c6543 allocbuf(bp, frags);
6943 allocbuf(bp, blkoff);
7105 allocbuf(bp, off);
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clbio.c1062 allocbuf(bp, bcount);
/freebsd-10.0-release/sys/nfsclient/
H A Dnfs_bio.c1044 allocbuf(bp, bcount);

Completed in 365 milliseconds