MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / ide_abort_command

Function ide_abort_command

tinyemu/ide.c:307–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307static void ide_abort_command(IDEState *s)
308{
309 s->status = READY_STAT | ERR_STAT;
310 s->error = ABRT_ERR;
311}
312
313static void ide_set_irq(IDEState *s)
314{

Callers 3

ide_sector_readFunction · 0.85
ide_sector_write_cb1Function · 0.85
ide_exec_cmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected