Home
last modified time | relevance | path

Searched refs:MAXTBLSZ (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/sys/boot/common/
Dpart.c51 #define MAXTBLSZ 64 macro
243 tbl = malloc(table->sectorsize * MAXTBLSZ); in ptable_gptread()
260 size = MIN(MAXTBLSZ, (phdr->hdr_entries * phdr->hdr_entsz + in ptable_gptread()
293 size = MIN(MAXTBLSZ, (phdr->hdr_entries * in ptable_gptread()
310 MAXTBLSZ * table->sectorsize); in ptable_gptread()