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

/netbsd-current/usr.sbin/sunlabel/
H A Dsunlabel.c374 * for write. We are careful to use labelbuf, l_s, or l_l as
388 unsigned long int l_l[128]; local
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[
[all...]

Completed in 70 milliseconds