Home | History | Annotate | Download | only in sunlabel

Lines Matching defs:l_l

374  * for write.  We are careful to use labelbuf, l_s, or l_l as
388 unsigned long int l_l[128];
419 l_l[i] = (l_s[i + i] << 16) | l_s[i + i + 1];
455 label.partitions[i].startcyl = (uint32_t)l_l[i + i + 111];
456 label.partitions[i].nblk = (uint32_t)l_l[i + i + 112];
460 if (l_l[33] == LABEL_XMAGIC) {
463 sum += l_l[33 + i];
464 if (sum != l_l[32]) {
479 label.partitions[i + 8].startcyl = (uint32_t)l_l[j++];
480 label.partitions[i + 8].nblk = (uint32_t)l_l[j++];