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

/freebsd-10.3-release/sys/boot/arm/ixp425/boot2/
H A Dboot2.c53 static int bootslice; variable
215 fixup_boot_drv(staddr, klen, bootslice, bootpart);
248 bootslice = arg[4] - '0';
249 if (bootslice < 1 || bootslice > 4)
264 bootslice = 0;
308 if (bootslice != 0) {
309 i = bootslice - 1;
320 bootslice = i + 1;
332 if ((bootslice
[all...]
/freebsd-10.3-release/sys/boot/arm/at91/boot2/
H A Dboot2.c206 fixup_boot_drv(staddr, klen, bootslice, bootpart);

Completed in 101 milliseconds