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

/freebsd-11-stable/stand/efi/boot1/
H A Dzfs_module.c57 size_t size, remainder, rb_size, blksz; local
66 rb_size = bytes;
75 rb_size = devinfo->dev->Media->BlockSize;
76 bouncebuf = malloc(rb_size);
82 blksz = rb_size - remainder;
87 devinfo->dev->Media->MediaId, lba, rb_size, rb_buf);
98 blksz = rb_size;
107 " rb_size: %zu, status: %lu\n", devinfo->dev,
108 devinfo->dev->Media->MediaId, (uintmax_t)lba, bytes, rb_size,
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c542 size_t rb_size; member in struct:resbuf
551 rb->rb_size += RES_BUF_CHUNK_SIZE;
552 rb->rb_base = xrealloc(rb->rb_base, rb->rb_size);
578 rb->rb_zstr.avail_out = rb->rb_size - (rb->rb_ptr - rb->rb_base);
677 resbuf.rb_size = RES_BUF_CHUNK_SIZE;
678 resbuf.rb_base = xmalloc(resbuf.rb_size);
/freebsd-11-stable/sys/dev/mlx/
H A Dmlxreg.h356 u_int32_t rb_size; member in struct:mlx_rebuild_stat

Completed in 74 milliseconds