Lines Matching refs:tbl
1619 DWORD cl, ncl, *tbl; in clmt_clust() local
1623 tbl = fp->cltbl + 1; /* Top of CLMT */ in clmt_clust()
1626 ncl = *tbl++; /* Number of cluters in the fragment */ in clmt_clust()
1629 cl -= ncl; tbl++; /* Next fragment */ in clmt_clust()
1631 return cl + *tbl; /* Return the cluster number */ in clmt_clust()
4264 DWORD cl, pcl, ncl, tcl, dsc, tlen, ulen, *tbl; local
4279 tbl = fp->cltbl;
4280 tlen = *tbl++; ulen = 2; /* Given table size and required table size */
4293 *tbl++ = ncl; *tbl++ = tcl;
4299 *tbl = 0; /* Terminate table */
5552 DWORD tbl[3]; local
5637 tbl[0] = b_vol; tbl[1] = b_vol + sz_vol - 1; /* Inform the device the volume area may be erased */
5638 disk_ioctl(pdrv, CTRL_TRIM, tbl);
5655 tbl[0] = (szb_bit + au * ss - 1) / (au * ss); /* Number of allocation bitmap clusters */
5658 sect = b_data + au * tbl[0]; /* Table start sector */
5692 tbl[1] = (szb_case + au * ss - 1) / (au * ss); /* Number of up-case table clusters */
5693 tbl[2] = 1; /* Number of root dir clusters */
5697 nb = tbl[0] + tbl[1] + tbl[2]; /* Number of clusters in-use by system */
5721 if (nb == 0 && j < 3) nb = tbl[j++]; /* Next chain */
5736 st_dword(buf + SZDIRE * 2 + 20, 2 + tbl[0]); /* cluster */
5738 …sect = b_data + au * (tbl[0] + tbl[1]); nsect = au; /* Start of the root directory and number of s…
5758 st_dword(buf + BPB_RootClusEx, 2 + tbl[0] + tbl[1]); /* Root dir cluster # */
5864 tbl[0] = b_vol; tbl[1] = b_vol + sz_vol - 1; /* Inform the device the volume area can be erased */
5865 disk_ioctl(pdrv, CTRL_TRIM, tbl);