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

/illumos-gate/usr/src/boot/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) {

Completed in 256 milliseconds