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

/freebsd-12-stable/stand/libsa/
H A Ddosfs.h107 u_int rdcl; /* root directory start cluster */ member in struct:__anon9247
H A Ddosfs.c87 u_char rdcl[4]; /* root directory start cluster */ member in struct:__anon9240
210 fs->root.clus[0] = fs->rdcl & 0xff;
211 fs->root.clus[1] = (fs->rdcl >> 8) & 0xff;
212 fs->root.dex.h_clus[0] = (fs->rdcl >> 16) & 0xff;
213 fs->root.dex.h_clus[1] = (fs->rdcl >> 24) & 0xff;
523 if ((fs->rdcl = cv4(bs->bpb.rdcl)) < LOCLUS)
597 clus = fs->rdcl;

Completed in 51 milliseconds