Lines Matching full:int13_harddisk
874 static void int13_harddisk();
5212 int13_harddisk(EHAX, DS, ES, DI, SI, BP, ELDX, BX, DX, CX, AX, IP, CS, FLAGS)
5223 BX_DEBUG_INT13_HD("int13_harddisk: AX=%04x BX=%04x CX=%04x DX=%04x ES=%04x\n", AX, BX, CX, DX, ES);
5229 BX_INFO("int13_harddisk: function %02x, ELDL out of range %02x\n", GET_AH(), GET_ELDL());
5238 BX_INFO("int13_harddisk: function %02x, unmapped device for ELDL=%02x\n", GET_AH(), GET_ELDL());
5272 BX_INFO("int13_harddisk: function %02x, parameter out of range!\n",GET_AH());
5282 BX_INFO("int13_harddisk: function %02x, parameters out of range %04x/%04x/%04x!\n", GET_AH(), cylinder, head, sector);
5308 BX_INFO("int13_harddisk: function %02x, error %02x !\n",GET_AH(),status);
5391 BX_INFO("int13_harddisk: function %02x. LBA out of range\n",GET_AH());
5399 BX_INFO("int13_harddisk: function %02x. LBA out of range\n",GET_AH());
5417 BX_INFO("int13_harddisk: function %02x, error %02x !\n",GET_AH(),status);
5586 BX_INFO("int13_harddisk: function %02xh unimplemented, returns success\n", GET_AH());
5595 BX_INFO("int13_harddisk: function %02xh unsupported, returns fail\n", GET_AH());
6302 int13_harddisk(EHAX, DS, ES, DI, SI, BP, ELDX, BX, DX, CX, AX, IP, CS, FLAGS)
6409 BX_PANIC("int13_harddisk: num_sectors out of range!\n");
6555 BX_PANIC("int13_harddisk: num_sectors out of range!\n");
6815 BX_INFO("int13_harddisk: unsupported AH=%02x\n", GET_AH());
8606 ;; int13_harddisk modifies high word of EAX