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

/freebsd-12-stable/stand/libsa/
H A Ddosfs.h67 u_char h_clus[2]; /* clus[hi] */
77 u_char clus[2]; /* starting cluster */ member in struct:__anon9244
88 u_char clus[2]; /* (see fat_de) */ member in struct:__anon9245
H A Ddosfs.c132 #define stclus(sz, de) ((sz) != 32 ? cv2((de)->clus) : \
134 cv2((de)->clus))
210 fs->root.clus[0] = fs->rdcl & 0xff;
211 fs->root.clus[1] = (fs->rdcl >> 8) & 0xff;
240 u_int size, clus; local
256 clus = stclus(fs->fatsz, de);
259 if ((!(de->attr & FA_DIR) && (!clus != !size)) ||
261 (clus && !okclus(fs, clus))) {
285 u_int nb, off, clus, local
582 lookup(DOS_FS *fs, u_int clus, const char *name, DOS_DE **dep) argument
[all...]

Completed in 49 milliseconds