Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/
Derst-inject.c48 #define ERROR_EXIT_ON(check, fmt, x...) \ macro
82 ERROR_EXIT_ON(!rcd_hdr, "Can not alloc mem"); in inject()
125 ERROR_EXIT_ON(rc != len, "Error inject: %d", rc); in inject()
140 ERROR_EXIT_ON(!rcd_hdr, "Can not alloc mem"); in poll()
143 ERROR_EXIT_ON(rc < 0, "Error poll: %d", rc); in poll()
165 ERROR_EXIT_ON(rc, "Error clear: %d", rc); in clear()
172 ERROR_EXIT_ON(rc, "Error get record count: %d", rc); in get_record_count()
232 ERROR_EXIT_ON(fd < 0, "Can not open dev file"); in main()