Home
last modified time | relevance | path

Searched refs:COMPATIBILITY_SLICE (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/platform/pc64/include/
H A Dbootinfo.h109 #define COMPATIBILITY_SLICE 0 macro
/dragonfly/stand/boot/pc32/boot2/
H A Dboot2.c547 dsk.slice == COMPATIBILITY_SLICE) in dskprobe()
554 if (sl != COMPATIBILITY_SLICE) in dskprobe()
/dragonfly/sys/kern/
H A Dsubr_diskgpt.c194 sp = &ssp->dss_slices[COMPATIBILITY_SLICE]; in gptinit()
H A Dsubr_disk.c391 if ((i == COMPATIBILITY_SLICE) && in disk_probe()
403 if (i == COMPATIBILITY_SLICE) { in disk_probe()
H A Dsubr_diskslice.c722 ssp->dss_first_bsd_slice = COMPATIBILITY_SLICE; in dsmakeslicestruct()
/dragonfly/sys/sys/
H A Ddiskslice.h88 #define COMPATIBILITY_SLICE 0 /* e.g. ad0a-j */ macro