Home
last modified time | relevance | path

Searched refs:FD_RAW_STOP_IF_FAILURE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dfd.h345 #define FD_RAW_STOP_IF_FAILURE 0x200 /* stop if we encounter a failure */ macro
/openbmc/linux/drivers/block/
H A Dfloppy.c3017 !(raw_cmd->flags & FD_RAW_STOP_IF_FAILURE)) && in raw_cmd_done()