Searched refs:allocbuf (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | zcp.c | 733 int64_t *allocbuf = (int64_t *)ptr - 1; in zcp_lua_alloc() local 734 int64_t allocsize = *allocbuf; in zcp_lua_alloc() 739 kmem_free(allocbuf, allocsize); in zcp_lua_alloc() 743 int64_t *allocbuf; in zcp_lua_alloc() local 752 allocbuf = kmem_alloc(allocsize, flags); in zcp_lua_alloc() 753 if (allocbuf == NULL) { in zcp_lua_alloc() 758 *allocbuf = allocsize; in zcp_lua_alloc() 759 return (allocbuf + 1); in zcp_lua_alloc()
|
| /freebsd-12-stable/crypto/heimdal/appl/rcp/ |
| D | extern.h | 44 BUF *allocbuf (BUF *, int, int);
|
| D | util.c | 146 allocbuf(bp, fd, blksize) in allocbuf() function
|
| D | rcp.c | 327 if ((bp = allocbuf(&buffer, fd, BUFSIZ)) == NULL) { in source() 569 if ((bp = allocbuf(&buffer, ofd, BUFSIZ)) == NULL) { in sink()
|
| D | ChangeLog | 77 * util.c (allocbuf): do not leak memory on failure and zero
|
| /freebsd-12-stable/sys/fs/ext2fs/ |
| D | ext2_inode.c | 302 allocbuf(bp, size); in ext2_ind_truncate() 521 allocbuf(bp, size); in ext2_ext_truncate()
|
| /freebsd-12-stable/crypto/openssh/ |
| D | scp.c | 408 BUF *allocbuf(BUF *, int, int); 1389 if ((bp = allocbuf(&buffer, fd, COPY_BUFLEN)) == NULL) { in source() 1793 if ((bp = allocbuf(&buffer, ofd, COPY_BUFLEN)) == NULL) { 2123 allocbuf(BUF *bp, int fd, int blksize) function
|
| /freebsd-12-stable/sys/sys/ |
| D | buf.h | 572 int allocbuf(struct buf *bp, int size);
|
| /freebsd-12-stable/sys/kern/ |
| D | vfs_bio.c | 2674 allocbuf(bp, 0); in brelse() 2717 allocbuf(bp, 0); in brelse() 2722 allocbuf(bp, 0); in brelse() 3949 allocbuf(bp, size); in getblkx() 4100 allocbuf(bp, size); in getblkx() 4130 allocbuf(bp, size); in geteblk() 4226 allocbuf(struct buf *bp, int size) in allocbuf() function
|
| /freebsd-12-stable/sys/ufs/ffs/ |
| D | ffs_inode.c | 465 allocbuf(bp, size);
|
| D | ffs_alloc.c | 336 allocbuf(bp, nsize); 420 allocbuf(bp, nsize);
|
| D | ffs_softdep.c | 6778 allocbuf(bp, frags); 7187 allocbuf(bp, blkoff); 7352 allocbuf(bp, off);
|
| /freebsd-12-stable/sys/fs/fuse/ |
| D | fuse_io.c | 752 allocbuf(bp, bcount); in fuse_write_biobackend()
|
| /freebsd-12-stable/sys/fs/nfsclient/ |
| D | nfs_clbio.c | 1099 allocbuf(bp, bcount); in ncl_write()
|