OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLOCK_ERR_STOP_ENOSPC
(Results
1 - 6
of
6
) sorted by null
/external/qemu/
blockdev.c
122
return
BLOCK_ERR_STOP_ENOSPC
;
314
on_write_error =
BLOCK_ERR_STOP_ENOSPC
;
sysemu.h
139
BLOCK_ERR_REPORT, BLOCK_ERR_IGNORE,
BLOCK_ERR_STOP_ENOSPC
,
block.h
45
BLOCK_ERR_REPORT, BLOCK_ERR_IGNORE,
BLOCK_ERR_STOP_ENOSPC
,
vl-android.c
1001
return
BLOCK_ERR_STOP_ENOSPC
;
1240
onerror =
BLOCK_ERR_STOP_ENOSPC
;
1249
onerror =
BLOCK_ERR_STOP_ENOSPC
;
[
all
...]
vl.c
808
return
BLOCK_ERR_STOP_ENOSPC
;
1047
onerror =
BLOCK_ERR_STOP_ENOSPC
;
1056
onerror =
BLOCK_ERR_STOP_ENOSPC
;
[
all
...]
/external/qemu/hw/
scsi-disk.c
228
if ((error == ENOSPC && action ==
BLOCK_ERR_STOP_ENOSPC
)
Completed in 438 milliseconds