Searched defs:xdn (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Ddosfs.c442 u_int chk, x, xdn; local
447 xdn = x;
475 else if (dd.xde.seq != xdn - 1 || dd.xde.chk != chk)
488 if (xdn == 1) {
600 u_int nsec, lsec, xdn, chk, sec, ent, x; local
613 xdn = chk = 0;
630 if (x & 0x40 || (x + 1 == xdn &&
638 xdn = x;
643 if ((ok = xdn == 1)) {
658 xdn
[all...]

Completed in 59 milliseconds