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

/freebsd-10.3-release/sys/boot/arm/ixp425/boot2/
H A Dboot2.c55 static int disk_layout; variable
333 disk_layout = DL_RAW;
354 if ((disk_layout == DL_UNKNOWN) && (bootslice == 0))
355 disk_layout = DL_RAW;
356 else if (disk_layout == DL_UNKNOWN)
357 disk_layout = DL_SLICEPART;
359 disk_layout = DL_SLICE;
420 if (disk_layout != DL_SLICE) {
/freebsd-10.3-release/sys/boot/arm/at91/boot2/
H A Dboot2.c333 if (disk_layout != DL_SLICE) {

Completed in 80 milliseconds