Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dgpt.c41 #define MAXTBLENTS 128 macro
45 static struct gpt_ent table_primary[MAXTBLENTS], table_backup[MAXTBLENTS];
199 hdr->hdr_entries > MAXTBLENTS || DEV_BSIZE % hdr->hdr_entsz != 0) { in gptread_hdr()