Searched refs:codeptr (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/geom/part/
H A Dg_part_bsd.c179 const u_char *codeptr; local
185 codeptr = gpp->gpp_codeptr;
186 bcopy(codeptr, table->bbarea, BOOT1_SIZE);
188 bcopy(codeptr + BOOT2_OFF, table->bbarea + BOOT2_OFF,
H A Dg_part_pc98.c239 const u_char *codeptr; local
245 codeptr = gpp->gpp_codeptr;
246 bcopy(codeptr, table->boot, SECSIZE);
247 bcopy(codeptr + SECSIZE*2, table->menu, MENUSIZE);

Completed in 121 milliseconds