Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
307
static void ide_abort_command(IDEState *s)
308
{
309
s->status = READY_STAT | ERR_STAT;
310
s->error = ABRT_ERR;
311
}
312
313
static void ide_set_irq(IDEState *s)
314
{
Callers
3
ide_sector_read
Function · 0.85
ide_sector_write_cb1
Function · 0.85
ide_exec_cmd
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected