Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/sysinst/
H A Dgpt.c122 static size_t gpt_ptype_cnt = 0, gpt_ptype_alloc = 0; variable
789 if (gpt_ptype_cnt >= gpt_ptype_alloc) { in gpt_internal_add_ptype()
790 gpt_ptype_alloc = gpt_ptype_alloc ? 2*gpt_ptype_alloc in gpt_internal_add_ptype()
793 gpt_ptype_alloc*sizeof(*gpt_ptype_descs)); in gpt_internal_add_ptype()
824 gpt_ptype_cnt = gpt_ptype_alloc = 0; in gpt_cleanup()