HomeSort by: relevance | last modified time | path
    Searched defs:allocbuf (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/rcp/
util.c 149 allocbuf(BUF *bp, int fd, int blksize) function
  /src/sys/kern/
vfs_bio.c 1262 if (allocbuf(bp, size, preserve)) {
1294 error = allocbuf(bp, size, 0);
1308 allocbuf(buf_t *bp, int size, int preserve) function
1317 printf("allocbuf: buffer larger than MAXBSIZE requested");
  /src/crypto/external/bsd/openssh/dist/
scp.c 392 BUF *allocbuf(BUF *, int, int);
1416 if ((bp = allocbuf(&buffer, fd, COPY_BUFLEN)) == NULL) {
1845 if ((bp = allocbuf(&buffer, ofd, COPY_BUFLEN)) == NULL) {
2182 allocbuf(BUF *bp, int fd, int blksize) function

Completed in 20 milliseconds