Searched defs:index_sz (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c1479 uint32_t index_entries, index_sz; local
1591 index_sz = (statbuf.st_size / segsize) + 2;
1592 index = malloc(sizeof (*index) * index_sz);
/illumos-gate/usr/src/uts/common/io/
H A Dlofi.c2317 uint32_t index_sz, header_len, i; local
2364 index_sz = sizeof (*lsp->ls_comp_seg_index) * lsp->ls_comp_index_sz;
2369 lsp->ls_comp_offbase = header_len + index_sz;
2371 index_sz += header_len;
2372 index_sz = roundup(index_sz, DEV_BSIZE);
2374 lsp->ls_comp_index_data = kmem_alloc(index_sz, KM_SLEEP);
2375 lsp->ls_comp_index_data_sz = index_sz;
2382 error = vn_rdwr(rw, lsp->ls_vp, lsp->ls_comp_index_data, index_sz,

Completed in 106 milliseconds