Home | History | Annotate | Download | only in gpio

Lines Matching refs:EXIT_FAILURE

44 		err(EXIT_FAILURE, "libmount context allocation failed");
48 err(EXIT_FAILURE, "failed to initialize libmount iterator");
51 err(EXIT_FAILURE, "failed to read mtab");
83 err(EXIT_FAILURE, "debugfs is not mounted");
87 err(EXIT_FAILURE, "read from gpio debugfs failed");
140 err(EXIT_FAILURE, "gpiochip_info allocation failed");
192 err(EXIT_FAILURE, "list gpiochip failed: %s", strerror(*ret));
237 err(EXIT_FAILURE, "gpio<%s> line<%d> test flag<0x%x> value<%d>",
264 * Return 0 if successful or exit with EXIT_FAILURE if test failed.
282 exit(EXIT_FAILURE);
321 exit(EXIT_FAILURE);