HomeSort by relevance Sort by last modified time
    Searched refs:SECTOR (Results 1 - 9 of 9) sorted by null

  /external/syslinux/com32/gplinclude/disk/
common.h 23 #define SECTOR 512 /* bytes/sector */
  /external/syslinux/com32/gpllib/disk/
swsusp.c 21 if (read_sectors(drive_info, &header_p, offset, PAGE_SIZE / SECTOR) == -1) {
bootloaders.c 28 char boot_sector[SECTOR * sizeof(char)];
write.c 83 inreg.eax.w[0] = 0x0301; /* Write one sector */
112 return write_verify_sectors(drive_info, lba, data, SECTOR);
126 char *rb = malloc(SECTOR * size * sizeof(char));
135 status = memcmp(data, rb, SECTOR * size);
msdos.c 50 /* The ebr is located at the first sector of the extended partition */
51 char *ebr = malloc(SECTOR * sizeof(char));
149 char *mbr = malloc(SECTOR * sizeof(char));
read.c 42 /* MBR: lba = 0, 1 sector */
87 buf = lmalloc(sectors * SECTOR);
126 inreg.eax.w[0] = 0x0201; /* Read one sector */
141 memcpy(bufp, buf, sectors * SECTOR);
mbrs.c 132 char mbr[SECTOR * sizeof(char)];
  /external/syslinux/com32/include/syslinux/
disk.h 42 #define SECTOR 512u /* bytes/sector */
55 uint32_t bps; /* bytes per sector */
77 uint16_t bps; /* bytes per sector */
91 * CHS (cylinder, head, sector) value extraction macros.
  /external/syslinux/com32/lib/syslinux/
disk.c 82 diskinfo->bps = SECTOR;
300 * Write sector(s) to a disk drive, starting at lba.
378 " Sector _____________ : 0x%.2x (%u)\n"
383 " Sector _____________ : 0x%.2x (%u)\n"

Completed in 518 milliseconds