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

  /external/syslinux/memdisk/
mstructs.h 177 struct edd4_cd_pkt cd_pkt; /* Only really in a memdisk_iso_* hook */ member in struct:patch_area
setup.c 976 pptr->cd_pkt.type = boot_cat->initial_entry.media_type; /* Cheat */
977 pptr->cd_pkt.driveno = geometry->driveno;
978 pptr->cd_pkt.start = boot_cat->initial_entry.load_block;
979 boot_seg = pptr->cd_pkt.load_seg = boot_cat->initial_entry.load_seg;
980 pptr->cd_pkt.sect_count = boot_cat->initial_entry.sect_count;
981 boot_len = pptr->cd_pkt.sect_count * 512;
982 pptr->cd_pkt.geom1 = (uint8_t)(pptr->cylinders) & 0xFF;
983 pptr->cd_pkt.geom2 =
985 pptr->cd_pkt.geom3 = (uint8_t)(pptr->heads);
    [all...]

Completed in 164 milliseconds