Home
last modified time | relevance | path

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

/linux-4.1.27/tools/testing/selftests/mount/
Dunprivileged-remount-test.c206 return WEXITSTATUS(status) == EXIT_SUCCESS ? true : false; in test_unpriv_remount()
242 exit(EXIT_SUCCESS); in test_unpriv_remount()
284 return WEXITSTATUS(status) == EXIT_SUCCESS ? true : false; in test_priv_mount_unpriv_remount()
315 exit(EXIT_SUCCESS); in test_priv_mount_unpriv_remount()
369 return EXIT_SUCCESS; in main()
/linux-4.1.27/tools/power/cpupower/utils/
Dcpupower.c110 return EXIT_SUCCESS; in cmd_help()
130 exit(EXIT_SUCCESS); in handle_options()
154 exit(EXIT_SUCCESS); in handle_options()
Dcpuidle-set.c180 return EXIT_SUCCESS; in cmd_idle_set()
Dcpuidle-info.c207 return EXIT_SUCCESS; in cmd_idle_info()
Dcpufreq-info.c642 return EXIT_SUCCESS; in cmd_freq_info()
/linux-4.1.27/tools/testing/selftests/efivarfs/
Dcreate-read.c37 return EXIT_SUCCESS; in main()
Dopen-unlink.c132 return EXIT_SUCCESS; in main()
/linux-4.1.27/arch/mips/boot/compressed/
Dcalc_vmlinuz_load_addr.c56 return EXIT_SUCCESS; in main()
/linux-4.1.27/tools/power/acpi/tools/ec/
Dec_access.c93 usage(argv[0], EXIT_SUCCESS); in parse_opts()
237 exit(EXIT_SUCCESS); in main()
/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c304 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__…
307 # ifndef EXIT_SUCCESS
308 # define EXIT_SUCCESS 0 macro
331 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
335 # ifndef EXIT_SUCCESS
336 # define EXIT_SUCCESS 0 macro
341 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
348 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
Dzconf.tab.c_shipped304 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__…
307 # ifndef EXIT_SUCCESS
308 # define EXIT_SUCCESS 0
331 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
335 # ifndef EXIT_SUCCESS
336 # define EXIT_SUCCESS 0
341 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
348 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
/linux-4.1.27/Documentation/prctl/
Ddisable-tsc-test.c93 exit(EXIT_SUCCESS); in main()
/linux-4.1.27/tools/thermal/tmon/
Dtmon.c77 exit(EXIT_SUCCESS); in version()
362 exit(EXIT_SUCCESS); in start_daemon_mode()
/linux-4.1.27/samples/uhid/
Duhid-example.c408 return EXIT_SUCCESS; in main()
463 return EXIT_SUCCESS; in main()
/linux-4.1.27/Documentation/laptops/
Dfreefall.c173 return EXIT_SUCCESS; in main()
/linux-4.1.27/tools/power/cpupower/bench/
Dmain.c200 return EXIT_SUCCESS; in main()
/linux-4.1.27/tools/usb/usbip/src/
Dusbip.c200 return (rc > -1 ? EXIT_SUCCESS : EXIT_FAILURE); in main()
Dusbipd.c676 return (rc > -1 ? EXIT_SUCCESS : EXIT_FAILURE); in main()
/linux-4.1.27/arch/arm/vdso/
Dvdsomunge.c219 return EXIT_SUCCESS; in main()
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped313 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__…
316 /* Use EXIT_SUCCESS as a witness for stdlib.h. */
317 # ifndef EXIT_SUCCESS
318 # define EXIT_SUCCESS 0
341 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
345 # ifndef EXIT_SUCCESS
346 # define EXIT_SUCCESS 0
351 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
358 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped315 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__…
318 /* Use EXIT_SUCCESS as a witness for stdlib.h. */
319 # ifndef EXIT_SUCCESS
320 # define EXIT_SUCCESS 0
343 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
347 # ifndef EXIT_SUCCESS
348 # define EXIT_SUCCESS 0
353 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
360 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
Dutil.c447 exit(EXIT_SUCCESS); in util_usage()
/linux-4.1.27/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.c419 exit(EXIT_SUCCESS); in cmd_monitor()