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

/freebsd-13-stable/sys/geom/part/
H A Dg_part_bsd.c60 u_char *bbarea; member in struct:g_part_bsd_table
188 bcopy(codeptr, table->bbarea, BOOT1_SIZE);
190 bcopy(codeptr + BOOT2_OFF, table->bbarea + BOOT2_OFF,
217 table->bbarea = g_malloc(BBSIZE, M_WAITOK | M_ZERO);
218 ptr = table->bbarea + pp->sectorsize;
252 if (table->bbarea != NULL)
253 g_free(table->bbarea);
254 table->bbarea = NULL;
316 le32enc(table->bbarea + pp->sectorsize + 60, msize); /* d_secperunit */
401 table->bbarea
[all...]

Completed in 81 milliseconds