Home | History | Annotate | Download | only in diskconfig

Lines Matching full:bytes

66     struct chs start;   /* bytes 1-3   */
68 struct chs end; /* bytes 5-7 */
69 uint32_t start_lba; /* bytes 8-11 */
70 uint32_t len_lba; /* bytes 12-15 */
74 uint8_t code[440]; /* bytes 0-439 */
75 uint32_t disk_sig; /* bytes 440-443 */
76 uint16_t pad; /* bytes 444-445 */
77 struct pc_partition ptable[PC_NUM_BOOT_RECORD_PARTS]; /* bytes 446-509 */
78 uint16_t mbr_sig; /* bytes 510-511 */
85 uint32_t len_kb; /* in 1K-bytes */
92 int sect_size; /* expected sector size in bytes. MUST BE POWER OF 2 */