Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dpart.c49 #define MAXTBLSZ 64 macro
241 tbl = malloc(table->sectorsize * MAXTBLSZ); in ptable_gptread()
258 size = MIN(MAXTBLSZ, in ptable_gptread()
292 size = MIN(MAXTBLSZ, in ptable_gptread()
310 MAXTBLSZ * table->sectorsize); in ptable_gptread()