Home
last modified time | relevance | path

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

/src/stand/libsa/ !
H A Ddosfs.c106 u_char rdcl[4]; /* root directory cluster */ member
260 fs->root.clus[0] = fs->rdcl & 0xff; in dos_mount_impl()
261 fs->root.clus[1] = (fs->rdcl >> 8) & 0xff; in dos_mount_impl()
262 fs->root.dex.h_clus[0] = (fs->rdcl >> 16) & 0xff; in dos_mount_impl()
263 fs->root.dex.h_clus[1] = (fs->rdcl >> 24) & 0xff; in dos_mount_impl()
670 fs->rdcl = cv4(bs->bpb.fstype.f32.rdcl); in parsebs()
671 if (fs->rdcl < LOCLUS) in parsebs()
747 clus = fs->rdcl; in lookup()
H A Ddosfs.h108 u_int rdcl; /* root directory start cluster */ member