HomeSort by: relevance | last modified time | path
    Searched defs:dklabel (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hppa/stand/xxboot/
main.c 93 #define dklabel (*(struct disklabel *)(labelsector.dklsec + LABELOFFSET)) macro
203 * (dklabel has disklabel on startup)
205 if (dklabel.d_magic == DISKMAGIC && (secsz = dklabel.d_secsize) != 0) {
254 partoff = dklabel.d_partitions[part].p_offset;
255 partsz = dklabel.d_partitions[part].p_size;
257 if (part >= (int) dklabel.d_npartitions || partsz == 0) {
main.c 93 #define dklabel (*(struct disklabel *)(labelsector.dklsec + LABELOFFSET)) macro
203 * (dklabel has disklabel on startup)
205 if (dklabel.d_magic == DISKMAGIC && (secsz = dklabel.d_secsize) != 0) {
254 partoff = dklabel.d_partitions[part].p_offset;
255 partsz = dklabel.d_partitions[part].p_size;
257 if (part >= (int) dklabel.d_npartitions || partsz == 0) {

Completed in 109 milliseconds