Lines Matching refs:EXIT_FAILURE
40 err(EXIT_FAILURE, "libmount context allocation failed"); in get_debugfs()
44 err(EXIT_FAILURE, "failed to initialize libmount iterator"); in get_debugfs()
47 err(EXIT_FAILURE, "failed to read mtab"); in get_debugfs()
60 err(EXIT_FAILURE, "failed to format string"); in get_debugfs()
82 err(EXIT_FAILURE, "debugfs is not mounted"); in gpio_debugfs_get()
86 err(EXIT_FAILURE, "read from gpio debugfs failed"); in gpio_debugfs_get()
139 err(EXIT_FAILURE, "gpiochip_info allocation failed"); in list_gpiochip()
191 err(EXIT_FAILURE, "list gpiochip failed: %s", strerror(*ret)); in list_gpiochip()
236 err(EXIT_FAILURE, "gpio<%s> line<%d> test flag<0x%x> value<%d>", in gpio_pin_test()
281 exit(EXIT_FAILURE); in main()
320 exit(EXIT_FAILURE); in main()