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

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c716 int section_size; local
739 section_size = (long)llmin(tlm_acls->acl_attr.st_size,
743 while (section_size > 0) {
761 tb_file_size = section_size;
766 buf = get_write_buffer(section_size,
771 if ((actual_size < section_size) &&
774 buf = ndmp_malloc(section_size);
778 actual_size = section_size;
790 read_size = min(section_size, actual_size);
814 section_size
999 int section_size = llmin(file_size, local
[all...]
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c213 size_t section_size; local
222 section_size = 0;
224 get_scndata(l_scns->p_sd, &section_size)) == NULL) {
228 while (section_size != 0) {
238 section_size -= (total*sizeof (long));
910 size_t section_size; local
931 section_size = 0;
933 get_scndata(s->p_sd, &section_size)) == NULL) {
937 if (section_size != 0) {
940 while (section_size
[all...]
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_init_finish.c155 Dwarf_Unsigned section_size = 0; local
209 section_size = doas.size;

Completed in 64 milliseconds