Searched refs:bouncebuf (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/stand/efi/boot1/
H A Dzfs_module.c58 char *bouncebuf = NULL, *rb_buf; local
76 bouncebuf = malloc(rb_size);
77 if (bouncebuf == NULL) {
81 rb_buf = bouncebuf;
92 if (bouncebuf != NULL)
101 free(bouncebuf);
105 free(bouncebuf);
/freebsd-11-stable/stand/libsa/zfs/
H A Dzfs.c369 char *outbuf, *bouncebuf; local
373 bouncebuf = NULL;
421 bouncebuf = zfs_alloc(secsz);
422 if (bouncebuf == NULL) {
435 res = read(fd, bouncebuf, secsz);
440 memcpy(outbuf, bouncebuf + head, min(secsz - head, bytes));
452 res = read(fd, bouncebuf, secsz);
457 memcpy(outbuf, bouncebuf, bytes);
470 res = read(fd, bouncebuf, secsz);
475 memcpy(outbuf, bouncebuf, secs
[all...]
/freebsd-11-stable/sys/dev/sume/
H A Dif_sume.c452 /* Fill the bouncebuf "descriptor". */
691 struct nf_bb_desc *bouncebuf = (struct nf_bb_desc *) p->buf_addr; local
693 bouncebuf->lower = (p->buf_hw_addr + sizeof(struct nf_bb_desc));
694 bouncebuf->upper = (p->buf_hw_addr + sizeof(struct nf_bb_desc)) >> 32;
695 bouncebuf->len = len >> 2;
710 /* Fill the bouncebuf "descriptor". */
1075 /* Fill the bouncebuf "descriptor". */

Completed in 74 milliseconds