HomeSort by: relevance | last modified time | path
    Searched defs:readcn (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/msdosfs/
msdosfs_fat.c 572 u_long readcn; local in function:msdosfs_fatentry
615 readcn = getulong((char *)bp->b_data + bo);
617 readcn = getushort((char *)bp->b_data + bo);
619 readcn >>= 4;
620 readcn &= pmp->pm_fatmask;
621 *oldcontents = readcn;
626 readcn = getushort((char *)bp->b_data + bo);
628 readcn &= 0x000f;
629 readcn |= newcontents << 4;
631 readcn &= 0xf000
671 u_long bn, bo, bsize, byteoffset, readcn, newc; local in function:fatchain
900 u_long readcn, lbn = -1; local in function:msdosfs_freeclusterchain
957 u_long cn, readcn; local in function:msdosfs_fillinusemap
    [all...]
msdosfs_fat.c 572 u_long readcn; local in function:msdosfs_fatentry
615 readcn = getulong((char *)bp->b_data + bo);
617 readcn = getushort((char *)bp->b_data + bo);
619 readcn >>= 4;
620 readcn &= pmp->pm_fatmask;
621 *oldcontents = readcn;
626 readcn = getushort((char *)bp->b_data + bo);
628 readcn &= 0x000f;
629 readcn |= newcontents << 4;
631 readcn &= 0xf000
671 u_long bn, bo, bsize, byteoffset, readcn, newc; local in function:fatchain
900 u_long readcn, lbn = -1; local in function:msdosfs_freeclusterchain
957 u_long cn, readcn; local in function:msdosfs_fillinusemap
    [all...]

Completed in 22 milliseconds