Home
last modified time | relevance | path

Searched refs:BLOCK_ERR_IGNORE (Results 1 – 6 of 6) sorted by relevance

/external/qemu/
Dsysemu.h139 BLOCK_ERR_REPORT, BLOCK_ERR_IGNORE, BLOCK_ERR_STOP_ENOSPC,
Dblock.h45 BLOCK_ERR_REPORT, BLOCK_ERR_IGNORE, BLOCK_ERR_STOP_ENOSPC, enumerator
Dblockdev.c120 return BLOCK_ERR_IGNORE; in parse_block_error_action()
Dvl.c1054 onerror = BLOCK_ERR_IGNORE; in drive_init()
Dvl-android.c1251 onerror = BLOCK_ERR_IGNORE; in drive_init()
/external/qemu/hw/
Dscsi-disk.c225 if (action == BLOCK_ERR_IGNORE) in scsi_handle_write_error()