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

/freebsd-10.2-release/sys/i386/include/
H A Dbootinfo.h117 #define WHOLE_DISK_SLICE 1 macro
/freebsd-10.2-release/sys/mips/include/
H A Dbootinfo.h140 #define WHOLE_DISK_SLICE 1 macro
/freebsd-10.2-release/sys/boot/pc98/boot2/
H A Dboot2.c347 return (WHOLE_DISK_SLICE);
349 return (WHOLE_DISK_SLICE); /* Read error */
358 return (WHOLE_DISK_SLICE);
602 dsk.slice = WHOLE_DISK_SLICE;
660 if (sl != WHOLE_DISK_SLICE) {
/freebsd-10.2-release/sys/boot/i386/boot2/
H A Dboot2.c463 dsk.slice = WHOLE_DISK_SLICE;
519 if (dsk.slice == WHOLE_DISK_SLICE)
522 if (sl != WHOLE_DISK_SLICE) {

Completed in 69 milliseconds