Searched defs:total_size (Results 26 - 32 of 32) sorted by relevance

12

/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.c1141 uint64_t align, addr_min, addr_max, total_size, skipped_size; local
1154 total_size = 0;
1177 total_size += size;
1200 mp->slice_size = total_size;
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c3984 int total_size = 0; /* Total required size */ local
3997 return (total_size);
4050 total_size = roundup(sizeof (struct mddb_rb32) +
4057 total_size += roundup(sizeof (struct mddb_rb32) +
4064 total_size += (2 * MDDB_BSIZE);
4066 return (total_size/MDDB_BSIZE);
4109 size_t total_size = 0; local
4117 return (total_size);
4122 total_size += curdlp->devid_size;
4137 return (total_size);
[all...]
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_hlib.c2674 int total_size; local
2680 total_size = PEC_SIZE + MMU_SIZE + IB_SIZE + IB_MAP_SIZE;
2681 config_state = kmem_zalloc(total_size, KM_NOSLEEP);
2734 int total_size; local
2797 total_size = PEC_SIZE + MMU_SIZE + IB_SIZE + IB_MAP_SIZE;
2798 kmem_free(pxu_p->pec_config_state, total_size);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2462 snf_segmap(file_t *fp, vnode_t *fvp, u_offset_t fileoff, u_offset_t total_size, argument
2497 maxsize = MIN((SNF_VPMMAXPGS * PAGESIZE), total_size);
2531 total_size > 0; i++) {
2534 mapoff, total_size);
2562 total_size -= mblk_size;
2578 if (chain_size > total_size)
2579 chain_size = total_size;
2648 total_size -= chain_size;
2651 if (total_size == 0 && !nowait) {
2669 if (total_size
[all...]
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_tbolt.c177 uint32_t total_size; local
189 total_size = MRSAS_THUNDERBOLT_MSG_SIZE + (max_cmd * raid_msg_size) +
196 "request message frame pool size %x", total_size));
206 instance->mpi2_frame_pool_dma_obj.size = total_size;
222 bzero(instance->mpi2_frame_pool_dma_obj.buffer, total_size);
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c2516 uint_t total_size; local
2528 total_size = 0;
2541 total_size += (uint_t)size;
2547 if (ddi_prop_encode_alloc(ph, total_size) != DDI_PROP_SUCCESS)
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h1403 u32_t total_size; member in struct:_flash_spec_t

Completed in 122 milliseconds

12