Searched refs:GET_AH (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | disk.c | 138 BX_DEBUG("%s: function %02x, ELDL out of range %02x\n", __func__, GET_AH(), GET_ELDL()); 147 BX_DEBUG("%s: function %02x, unmapped device for ELDL=%02x\n", __func__, GET_AH(), GET_ELDL()); 151 switch (GET_AH()) { 183 BX_INFO("%s: function %02x, count out of range!\n", __func__, GET_AH()); 194 BX_INFO("%s: function %02x, disk %02x, parameters out of range %04x/%04x/%04x!\n", __func__, GET_AH(), GET_DL(), cylinder, head, sector); 199 if ( GET_AH() == 0x04 ) 226 status = dskacc[bios_dsk->devices[device].type].a[GET_AH() - 0x02](bios_dsk); 232 BX_INFO("%s: function %02x, error %02x !\n", __func__, GET_AH(), status); 302 BX_INFO("%s: function %02xh unimplemented, returns success\n", __func__, GET_AH()); 310 BX_INFO("%s: function %02xh unsupported, returns fail\n", __func__, GET_AH()); [all...] |
H A D | eltorito.c | 183 switch (GET_AH()) { 219 BX_INFO("%s: unsupported AH=%02x\n", __func__, GET_AH()); 226 SET_DISK_RET_STATUS(GET_AH()); 492 BX_INFO("%s: function %02x, emulation not active for DL= %02x\n", __func__, GET_AH(), GET_DL()); 496 switch (GET_AH()) { 564 if (GET_AH() == 0x04) 600 BX_INFO("%s: function %02x, error %02x !\n", __func__, GET_AH(), status); 659 BX_INFO("%s: function AH=%02x unsupported, returns fail\n", __func__, GET_AH()); 667 SET_DISK_RET_STATUS(GET_AH()); 703 BX_DEBUG("%s: function %02x, ELDL out of range %02x\n", __func__, GET_AH(), GET_ELD [all...] |
H A D | system.c | 294 switch (GET_AH()) { 589 switch (GET_AH()) {
|
H A D | biosint.h | 182 #define GET_AH() ( AX >> 8 ) macro
|
H A D | floppy.c | 461 ah = GET_AH(); 1303 BX_INFO("%s: unsupported AH=%02x\n", __func__, GET_AH()); 1320 switch ( GET_AH() ) {
|
H A D | keyboard.c | 613 switch (GET_AH()) { 739 BX_INFO("KBD: unsupported int 16h function %02x\n", GET_AH());
|
/vbox/src/VBox/Devices/Graphics/BIOS/ |
H A D | vgabios.h | 25 #define GET_AH() ( AX >> 8 ) macro
|
H A D | vgabios.c | 322 if (GET_AH() != 0x0E) 323 printf("vgabios call ah%02x al%02x bx%04x cx%04x dx%04x\n", GET_AH(), GET_AL(), BX, CX, DX); 2112 switch(GET_AH())
|
Completed in 521 milliseconds