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

/freebsd-13-stable/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-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzcp.c728 int64_t *allocbuf = (int64_t *)ptr - 1; local
729 int64_t allocsize = *allocbuf;
734 vmem_free(allocbuf, allocsize);
738 int64_t *allocbuf; local
747 allocbuf = vmem_alloc(allocsize, KM_SLEEP);
750 *allocbuf = allocsize;
751 return (allocbuf + 1);
/freebsd-13-stable/sbin/fsck_ffs/
H A Dfsutil.c69 static struct bufarea *allocbuf(const char *);
204 allocbuf(const char *failreason) function
342 bp = allocbuf("cannot create minimal buffer pool");
353 bp = allocbuf("Ran out of memory during "
365 bp = allocbuf("Ran out of memory for buffers");
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_inode.c303 allocbuf(bp, size);
522 allocbuf(bp, size);
/freebsd-13-stable/crypto/openssh/
H A Dscp.c370 BUF *allocbuf(BUF *, int, int);
1120 if ((bp = allocbuf(&buffer, fd, COPY_BUFLEN)) == NULL) {
1441 if ((bp = allocbuf(&buffer, ofd, COPY_BUFLEN)) == NULL) {
1673 allocbuf(BUF *bp, int fd, int blksize) function
/freebsd-13-stable/sys/sys/
H A Dbuf.h592 int allocbuf(struct buf *bp, int size);
/freebsd-13-stable/sys/kern/
H A Dvfs_bio.c689 * Reserve bufspace before calling allocbuf(). metadata has a
2710 allocbuf(bp, 0);
2753 allocbuf(bp, 0);
2758 allocbuf(bp, 0);
3037 KASSERT(m != bogus_page, ("allocbuf: bogus page found"));
3082 * deadlocks once allocbuf() is called after
3276 * allocbuf() is called.
4003 allocbuf(bp, size);
4136 * set B_VMIO bit. allocbuf() the buffer bigger. Since the
4138 * allocbuf() fo
4279 allocbuf(struct buf *bp, int size) function
[all...]
/freebsd-13-stable/sys/fs/fuse/
H A Dfuse_io.c703 allocbuf(bp, bcount);
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_inode.c501 allocbuf(bp, size);
H A Dffs_alloc.c339 allocbuf(bp, nsize);
423 allocbuf(bp, nsize);
H A Dffs_softdep.c7121 allocbuf(bp, frags);
7531 allocbuf(bp, blkoff);
7696 allocbuf(bp, off);
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clbio.c1081 allocbuf(bp, bcount);

Completed in 240 milliseconds