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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dboot.c658 int tab_size, sec_size; local
669 tab_size = pu.elf->e_shentsize * pu.elf->e_shnum;
677 if (grub_read ((char *) (cur_addr), tab_size)
678 == tab_size)
682 cur_addr += tab_size;
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Drdb.c669 size_t tab_size = 2 + MAX (last_hb - first_hb, rdb_num); local
670 if (!(table = ped_malloc (tab_size * sizeof *table)))
675 for ( ; i < tab_size; i++)

Completed in 24 milliseconds