| /OK3568_Linux_fs/kernel/tools/virtio/ |
| H A D | vringh_test.c | 193 errx(1, "Could not set affinity to cpu %u", first_cpu); in parallel_test() 207 errx(1, "vringh_need_notify_user: %i", in parallel_test() 215 errx(1, "vringh_get_head"); in parallel_test() 232 errx(1, "vringh_need_notify_user: %i", in parallel_test() 251 errx(1, "vringh_getdesc_user: %i", err); in parallel_test() 258 errx(1, "vringh_iov_pull_user: %i", in parallel_test() 265 errx(1, "vringh_iov_push_user: %i", in parallel_test() 275 errx(1, "vringh_complete_user: %i", err); in parallel_test() 280 errx(1, "vringh_need_notify_user: %i", err); in parallel_test() 287 errx(1, "Child died with signal %i?", WTERMSIG(status)); in parallel_test() [all …]
|
| /OK3568_Linux_fs/kernel/tools/power/x86/x86_energy_perf_policy/ |
| H A D | x86_energy_perf_policy.c | 152 errx(1, "EPB not enabled on this platform"); in parse_cmdline_epb() 169 errx(1, "--epb must be from 0 to 15"); in parse_cmdline_epb() 335 errx(-1, "%s", s); in parse_optarg_string() 338 errx(-1, "%d (0x%x) must be < 256", i, i); in parse_optarg_string() 341 errx(-1, "%d (0x%x) must be >= 0", i, i); in parse_optarg_string() 364 errx(0, "no CPUs requested"); in validate_cpu_selected_set() 369 errx(1, "Requested cpu% is not present", cpu); in validate_cpu_selected_set() 380 errx(1, "--cpu | --pkg"); in parse_cmdline_cpu() 404 errx(1, "Requested cpu%d exceeds max cpu%d", cpu, max_cpu_num); in parse_cmdline_cpu() 445 errx(1, "--cpu cpu-set: confused by '%s'", startp); in parse_cmdline_cpu() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | stats.c | 65 errx(EXIT_FAILURE, "TEEC_InitializeContext: %#"PRIx32, res); in open_sess() 70 errx(EXIT_FAILURE, in open_sess() 102 errx(EXIT_FAILURE, in stat_pager() 139 errx(EXIT_FAILURE, in stat_alloc() 145 errx(EXIT_FAILURE, in stat_alloc() 156 errx(EXIT_FAILURE, in stat_alloc() 161 errx(EXIT_FAILURE, in stat_alloc() 205 errx(EXIT_FAILURE, in stat_memleak()
|
| H A D | install_ta.c | 74 errx(1, "install_ta: TEEC_InvokeCommand: %#" PRIx32 in install_ta() 125 errx(1, "TEEC_InitializeContext: %#" PRIx32, res); in install_ta_runner_cmd_parser() 130 errx(1, "TEEC_OpenSession: res %#" PRIx32 " err_orig %#" PRIx32, in install_ta_runner_cmd_parser()
|
| H A D | xtest_helpers.c | 439 errx(1, "pthread_mutex_init: %s", strerror(e)); in xtest_mutex_init() 447 errx(1, "pthread_mutex_destroy: %s", strerror(e)); in xtest_mutex_destroy() 455 errx(1, "pthread_mutex_lock: %s", strerror(e)); in xtest_mutex_lock() 463 errx(1, "pthread_mutex_unlock: %s", strerror(e)); in xtest_mutex_unlock() 471 errx(1, "pthread_barrier_init: %s", strerror(e)); in xtest_barrier_init() 479 errx(1, "pthread_barrier_destroy: %s", strerror(e)); in xtest_barrier_destroy() 487 errx(1, "pthread _barrier_wait: %s", strerror(e)); in xtest_barrier_wait()
|
| H A D | sock_server.c | 386 errx(1, "sock_server_lock: pthread_mutex_lock: %s", strerror(e)); in sock_server_lock() 394 errx(1, "sock_server_unlock: pthread_mutex_unlock: %s", in sock_server_unlock()
|
| H A D | sha_perf.c | 37 static void errx(const char *msg, TEEC_Result res, uint32_t *orig) in errx() function 49 errx(errmsg, res, orig); in check_res()
|
| H A D | aes_perf.c | 95 static void errx(const char *msg, TEEC_Result res, uint32_t *orig) in errx() function 107 errx(errmsg, res, orig); in check_res()
|
| /OK3568_Linux_fs/kernel/tools/cgroup/ |
| H A D | cgroup_event_listener.c | 32 errx(1, "%s", USAGE_STR); in main() 41 errx(1, "Path to cgroup.event_control is too long"); in main() 53 errx(1, "Arguments string is too long"); in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | transhuge-stress.c | 38 errx(2, "mmap transhuge"); in allocate_transhuge() 76 errx(1, "usage: %s [size in MiB]", argv[0]); in main() 101 errx(2, "map malloc"); in main() 123 errx(2, "map realloc"); in main()
|
| /OK3568_Linux_fs/buildroot/package/bsdiff/ |
| H A D | 0002-bspatch-adaption-to-embedded-system.patch | 33 - if(argc!=4) errx(1,"usage: %s oldfile newfile patchfile\n",argv[0]); 36 + if(argc!=4 && argc!=5) errx(1,"usage: %s oldfile newfile patchfile\n" 50 + errx(1, "oldfile shall be regular file or block device,\n" 62 errx(1,"Corrupt patch\n"); 67 errx(1, "BZ2_bzReadOpen, bz2err = %d", ebz2err);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0002-localedef-fix-ups-hardlink-to-make-it-compile.patch | 105 - errx(EXIT_FAILURE, _("integer overflow")); 106 + errx(EXIT_FAILURE, ("integer overflow")); 113 errx(EXIT_FAILURE, 206 errx(EXIT_FAILURE, 225 - errx(EXIT_FAILURE, _("pattern error at offset %d: %s"), 226 + errx(EXIT_FAILURE, ("pattern error at offset %d: %s"),
|
| H A D | 0001-localedef-Add-hardlink-resolver-from-util-linux.patch | 281 +# define errx(E, FMT...) errmsg(1, E, 0, FMT) 634 + errx(EXIT_FAILURE, _("integer overflow")); 662 + errx(EXIT_FAILURE, 903 + errx(EXIT_FAILURE, 931 + errx(EXIT_FAILURE, _("pattern error at offset %d: %s"),
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | sysret_rip.c | 146 errx(1, "mremap malfunctioned: asked for %p but got %p\n", in test_syscall_fallthrough_to() 155 errx(1, "[FAIL]\tSyscall trampoline returned"); in test_syscall_fallthrough_to()
|
| H A D | ptrace_syscall.c | 90 errx(1, "got unexpected pid in event\n"); in wait_trap() 92 errx(1, "got unexpected event type %d\n", si.si_code); in wait_trap()
|
| H A D | sigreturn.c | 180 errx(1, "stack16 is too high\n"); in setup_ldt() 182 errx(1, "int3 is too high\n"); in setup_ldt()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace-syscall.c | 48 errx(1, "got unexpected pid in event\n"); in wait_trap() 50 errx(1, "got unexpected event type %d\n", si.si_code); in wait_trap()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | err-ldbl.h | 29 __LDBL_REDIR_DECL (errx)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | err-ldbl.h | 29 __LDBL_REDIR_DECL (errx)
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | unifdef.c | 314 errx(2, "-B and -b are mutually exclusive"); in main() 316 errx(2, "can only do one file"); in main() 610 errx(2, "%s unchanged", filename); in closeout() 629 errx(2, "%s unchanged", ofilename); in done() 1162 errx(2, "too many symbols"); in addsym() 1224 errx(2, "output may be truncated"); in error()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | err.h | 50 extern void errx (int __status, const char *__format, ...)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | err.h | 50 extern void errx (int __status, const char *__format, ...)
|
| /OK3568_Linux_fs/buildroot/package/sp-oops-extract/ |
| H A D | 0002-stdint-cleanup.patch | 24 errx(-1, "%s is something weird", device);
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | genelf.c | 135 errx(1, "build_id too small for SHA1"); in gen_build_id() 148 errx(1, "build_id too small for MD5"); in gen_build_id()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/rpcbind/rpcbind/ |
| H A D | rpcbind_add_option_to_fix_port_number.patch | 111 errx(1, "Out of memory");
|