Home | History | Annotate | Download | only in aptck

Lines Matching defs:dl

102 			struct disklabel *dl = (struct disklabel *)&p[1];
105 || (u_char *)dl - bblk == 7168
107 && dl->d_npartitions <= MAXPARTITIONS
108 && dl->d_magic2 == DISKMAGIC
109 && dl->d_magic == DISKMAGIC
110 && dkcksum(dl) == 0
112 dd->lblofs = (u_char *)dl - bblk;
126 dkcksum(struct disklabel *dl)
130 start = (u_short *)dl;
131 end = (u_short *)&dl->d_partitions[dl->d_npartitions];