Searched refs:SCX_FAIL (Results 1 – 2 of 2) sorted by relevance
173 SCX_FAIL("Failed to get affinity (%d)", errno); in setup()195 SCX_FAIL("Failed to open skeleton"); in setup()205 SCX_FAIL("Failed to load skeleton"); in setup()211 SCX_FAIL("Failed to move controller off CPU %d (%d)", cpu, errno); in setup()
88 #define SCX_FAIL(__fmt, ...) \ macro97 SCX_FAIL(__fmt, ##__VA_ARGS__); \