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

  /src/external/gpl2/lvm2/dist/include/
metadata.h 33 #define SECTOR_SIZE ( 1L << SECTOR_SHIFT )
  /src/external/gpl2/lvm2/dist/lib/metadata/
metadata.h 33 #define SECTOR_SIZE ( 1L << SECTOR_SHIFT )
  /src/external/gpl2/mkhybrid/dist/
mkisofs.h 476 #define SECTOR_SIZE (2048)
477 #define ROUND_UP(X) ((X + (SECTOR_SIZE - 1)) & ~(SECTOR_SIZE - 1))
482 #define BLK_CONV (SECTOR_SIZE/HFS_BLOCKSZ)
  /src/sys/arch/atari/dev/
fd.c 84 #define SECTOR_SIZE 512 /* physical sector size in bytes */
524 sc->bounceb = alloc_stmem(SECTOR_SIZE, &addr);
603 if (bp->b_blkno < 0 || (bp->b_bcount % SECTOR_SIZE) != 0) {
610 sz = howmany(bp->b_bcount, SECTOR_SIZE);
924 memcpy(sc->bounceb, sc->io_data, SECTOR_SIZE);
1025 memcpy(sc->io_data, sc->bounceb, SECTOR_SIZE);
1029 sc->io_data += SECTOR_SIZE;
1030 sc->io_bytes -= SECTOR_SIZE;
1211 toff = sec * SECTOR_SIZE;
1212 tsz = sc->nsectors * sc->nheads * SECTOR_SIZE;
    [all...]

Completed in 77 milliseconds