HomeSort by relevance Sort by last modified time
    Searched refs:cb_size (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/lib/libntfs/common/libntfs/
compress.c 71 * @cb_size: size of compression block @cb_start in bytes
77 * and @cb_size is the size of @cb_start in bytes (8-64kiB).
82 u8 *const cb_start, const u32 cb_size)
88 u8 *cb_end = cb_start + cb_size; /* End of cb. */
100 ntfs_log_trace("Entering, cb_size = 0x%x.\n", (unsigned)cb_size);
332 u32 cb_size; local
376 cb_size = na->compression_block_size;
377 cb_size_mask = cb_size - 1UL;
381 cb = ntfs_malloc(cb_size);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libcpc/common/
libcpc.c 347 buf->cb_size = set->cs_nreqs * sizeof (uint64_t);
348 if ((buf->cb_data = malloc(buf->cb_size)) == NULL) {
353 bzero(buf->cb_data, buf->cb_size);
614 buf->cb_size != set->cs_nreqs * sizeof (uint64_t)) {
631 buf->cb_size));
644 if (a->cb_size != ds->cb_size || b->cb_size != ds->cb_size)
651 for (i = 0; i < ds->cb_size / sizeof (uint64_t); i++
    [all...]
libcpc_impl.h 67 size_t cb_size; /* Size of data store, bytes */ member in struct:__cpc_buf
  /onnv/onnv-gate/usr/src/lib/libpool/common/
pool_internal.c     [all...]
pool_internal.h 123 size_t cb_size; member in struct:char_buf
  /onnv/onnv-gate/usr/src/uts/sun4u/io/px/
px_hlib.c 2743 int i, cb_size, cb_keys; local
2784 int i, cb_size, cb_keys; local
    [all...]

Completed in 2459 milliseconds