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

/illumos-gate/usr/src/boot/lib/libstand/
H A Ddosfs.h67 u_char h_clus[2]; /* clus[hi] */
77 u_char clus[2]; /* starting cluster */ member in struct:__anon60
88 u_char clus[2]; /* (see fat_de) */ member in struct:__anon61
H A Ddosfs.c131 #define stclus(sz, de) ((sz) != 32 ? cv2((de)->clus) : \
133 cv2((de)->clus))
217 fs->root.clus[0] = fs->rdcl & 0xff;
218 fs->root.clus[1] = (fs->rdcl >> 8) & 0xff;
259 u_int size, clus; local
271 clus = stclus(fs->fatsz, de);
274 if ((!(de->attr & FA_DIR) && (!clus != !size)) ||
276 (clus && !okclus(fs, clus))) {
298 u_int nb, off, clus, local
595 lookup(DOS_FS *fs, u_int clus, const char *name, DOS_DE **dep) argument
[all...]

Completed in 59 milliseconds