Home
last modified time | relevance | path

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

/freebsd-12.1/sys/geom/part/
H A Dg_part_bsd.c183 if (gpp->gpp_codesize != BOOT1_SIZE && gpp->gpp_codesize != BBSIZE) in g_part_bsd_bootcode()
189 if (gpp->gpp_codesize == BBSIZE) in g_part_bsd_bootcode()
H A Dg_part.h220 unsigned int gpp_codesize; member
H A Dg_part_mbr.c271 if (gpp->gpp_codesize != MBRSIZE) in g_part_mbr_bootcode()
H A Dg_part.c855 if (gpp->gpp_codesize > sz) { in g_part_ctl_bootcode()
1774 &gpp.gpp_codeptr, &gpp.gpp_codesize); in g_part_ctlreq()
H A Dg_part_gpt.c649 codesz = MIN(codesz, gpp->gpp_codesize); in g_part_gpt_bootcode()