Lines Matching defs:dpt
693 dpt_t __far *dpt;
880 dpt = DS :> (dpt_t *)SI;
881 size = dpt->size;
893 dpt->size = 0x1a;
894 dpt->infos = 0x74; /* Removable, media change, lockable, max values */
895 dpt->cylinders = 0xffffffff;
896 dpt->heads = 0xffffffff;
897 dpt->spt = 0xffffffff;
898 dpt->blksize = blksize;
899 dpt->sector_count1 = 0xffffffff; // FIXME should be Bit64
900 dpt->sector_count2 = 0xffffffff;
908 dpt->size = 0x1e;
909 dpt->dpte_segment = ebda_seg;
910 dpt->dpte_offset = (uint16_t)&EbdaData->bdisk.dpte;
953 dpt->size = 0x42;
954 dpt->key = 0xbedd;
955 dpt->dpi_length = 0x24;
956 dpt->reserved1 = 0;
957 dpt->reserved2 = 0;
960 dpt->host_bus[0] = 'I';
961 dpt->host_bus[1] = 'S';
962 dpt->host_bus[2] = 'A';
963 dpt->host_bus[3] = ' ';
968 dpt->iface_type[0] = 'A';
969 dpt->iface_type[1] = 'T';
970 dpt->iface_type[2] = 'A';
971 dpt->iface_type[3] = ' ';
972 dpt->iface_type[4] = ' ';
973 dpt->iface_type[5] = ' ';
974 dpt->iface_type[6] = ' ';
975 dpt->iface_type[7] = ' ';
978 ((uint16_t __far *)dpt->iface_path)[0] = iobase1;
979 ((uint16_t __far *)dpt->iface_path)[1] = 0;
980 ((uint32_t __far *)dpt->iface_path)[1] = 0;
985 ((uint16_t __far *)dpt->device_path)[0] = device & 1;
986 ((uint16_t __far *)dpt->device_path)[1] = 0;
987 ((uint32_t __far *)dpt->device_path)[1] = 0;
991 checksum += ((uint8_t __far *)dpt)[i];
993 dpt->checksum = checksum;