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

/illumos-gate/usr/src/boot/lib/libstand/
H A Ddosfs.c600 u_int nsec, lsec, xdn, chk, sec, ent, x; local
612 lsec = 0;
615 if (!clus && !lsec)
616 lsec = fs->lsndir;
618 lsec = blklsn(fs, clus);
622 if ((err = ioget(fs->fd, lsec + sec, 0, dir, secbyt(1))))
772 u_int x, offset, off, n, nbyte, lsec; local
789 lsec = bytsec(offset);
793 memcpy(s, fat.buf + secbyt(lsec) + off, n);
860 ioget(struct open_file *fd, daddr_t lsec, size_ argument
[all...]

Completed in 47 milliseconds