Home
last modified time | relevance | path

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

/freebsd/sys/geom/part/
H A Dg_part_bsd.c180 if (gpp->gpp_codesize != BOOT1_SIZE && gpp->gpp_codesize != BBSIZE) in g_part_bsd_bootcode()
186 if (gpp->gpp_codesize == BBSIZE) in g_part_bsd_bootcode()
H A Dg_part.h231 unsigned int gpp_codesize; member
H A Dg_part_mbr.c269 if (gpp->gpp_codesize != MBRSIZE) in g_part_mbr_bootcode()
H A Dg_part.c853 if (gpp->gpp_codesize > sz) { in g_part_ctl_bootcode()
1775 &gpp.gpp_codeptr, &gpp.gpp_codesize); in g_part_ctlreq()
H A Dg_part_gpt.c682 codesz = MIN(codesz, gpp->gpp_codesize); in g_part_gpt_bootcode()