Searched refs:bouncebuf (Results 1 – 3 of 3) sorted by relevance
58 char *bouncebuf = NULL, *rb_buf; in vdev_read() local76 bouncebuf = malloc(rb_size); in vdev_read()77 if (bouncebuf == NULL) { in vdev_read()81 rb_buf = bouncebuf; in vdev_read()92 if (bouncebuf != NULL) in vdev_read()101 free(bouncebuf); in vdev_read()105 free(bouncebuf); in vdev_read()
464 char *outbuf, *bouncebuf; in vdev_read() local468 bouncebuf = NULL; in vdev_read()516 bouncebuf = malloc(secsz); in vdev_read()517 if (bouncebuf == NULL) { in vdev_read()530 res = read(fd, bouncebuf, secsz); in vdev_read()575 free(bouncebuf); in vdev_read()587 char *outbuf, *bouncebuf; in vdev_write() local591 bouncebuf = NULL; in vdev_write()610 bouncebuf = malloc(secsz); in vdev_write()611 if (bouncebuf == NULL) { in vdev_write()[all …]
689 struct nf_bb_desc *bouncebuf = (struct nf_bb_desc *) p->buf_addr; in sume_fill_bb_desc() local691 bouncebuf->lower = (p->buf_hw_addr + sizeof(struct nf_bb_desc)); in sume_fill_bb_desc()692 bouncebuf->upper = (p->buf_hw_addr + sizeof(struct nf_bb_desc)) >> 32; in sume_fill_bb_desc()693 bouncebuf->len = len >> 2; in sume_fill_bb_desc()