Searched refs:perror (Results 1 - 25 of 293) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dchild.h66 perror("Semaphore initialization failed");
72 perror("Semaphore initialization failed");
92 perror("Error waiting for child");
106 perror("Error prodding child");
120 perror("Error waiting for parent");
134 perror("Error prodding parent");
H A Dptrace.h70 perror("ptrace(PTRACE_ATTACH) failed");
75 perror("waitpid() failed");
87 perror("ptrace(PTRACE_DETACH) failed");
99 perror("ptrace(PTRACE_CONT) failed");
152 perror("malloc() failed");
160 perror("ptrace(PTRACE_GETREGSET) failed");
168 perror("ptrace(PTRACE_GETREGSET) failed");
176 perror("ptrace(PTRACE_GETREGSET) failed");
198 perror("malloc() failed");
208 perror("ptrac
[all...]
/linux-master/samples/seccomp/
H A Duser-trap.c56 perror("sendmsg");
80 perror("recvmsg");
134 perror("open mem");
160 perror("seek");
166 perror("read");
171 perror("seek");
177 perror("read");
189 perror("actual mount");
211 perror("socketpair");
217 perror("for
[all...]
/linux-master/tools/testing/selftests/mm/
H A Dhugetlb-madvise.c87 perror("memfd_create() failed");
102 perror("mmap");
108 perror("munmap");
144 perror("mmap");
164 perror("madvise");
182 perror("mmap");
189 perror("madvise");
202 perror("fallocate");
211 perror("mmap");
221 perror("madvis
[all...]
/linux-master/samples/pfsm/
H A Dpfsm-wakeup.c40 perror("Failed to open RTC device.");
47 perror("Failed to open PFSM device.");
55 perror("Failed to read RTC date/time.");
76 perror("Failed to set RTC alarm.");
83 perror("Failed to enable alarm interrupts.");
98 perror("Failed to set RETENTION state.");
106 perror("Failed to get RTC alarm.");
/linux-master/tools/testing/selftests/powerpc/security/
H A Duaccess_flush.c40 perror("Unable to read powerpc/rfi_flush debugfs file");
45 perror("Unable to read powerpc/entry_flush debugfs file");
50 perror("Unable to read powerpc/entry_flush debugfs file");
56 perror("error writing to powerpc/rfi_flush debugfs file");
63 perror("error writing to powerpc/entry_flush debugfs file");
123 perror("error writing to powerpc/uaccess_flush debugfs file");
138 perror("unable to restore original value of powerpc/rfi_flush debugfs file");
143 perror("unable to restore original value of powerpc/entry_flush debugfs file");
148 perror("unable to restore original value of powerpc/uaccess_flush debugfs file");
H A Dentry_flush.c38 perror("Unable to read powerpc/rfi_flush debugfs file");
43 perror("Unable to read powerpc/entry_flush debugfs file");
49 perror("error writing to powerpc/rfi_flush debugfs file");
109 perror("error writing to powerpc/entry_flush debugfs file");
124 perror("unable to restore original value of powerpc/rfi_flush debugfs file");
129 perror("unable to restore original value of powerpc/entry_flush debugfs file");
/linux-master/tools/testing/selftests/prctl/
H A Ddisable-tsc-test.c50 perror("prctl");
56 perror("prctl");
72 perror("prctl");
80 perror("prctl");
87 perror("prctl");
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector_reattach.c30 perror("bpf_prog_query");
52 perror("bpf_test_load_program");
65 perror("bpf_prog_get_info_by_fd");
78 perror("unshare(CLONE_NEWNET)");
83 perror("open(/proc/self/ns/net)");
96 perror("bpf_prog_attach(prog1)");
104 perror("bpf_prog_attach(prog2) #1");
112 perror("bpf_prog_attach(prog2) #2");
118 perror("bpf_prog_detach");
129 perror("bpf_link_creat
[all...]
/linux-master/tools/leds/
H A Duledmon.c39 perror("Failed to open /dev/uleds");
45 perror("Failed to write to /dev/uleds");
53 perror("Failed to read from /dev/uleds");
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dfork.c41 perror("sched_setaffinity");
52 perror("fork");
80 perror("execve");
90 perror("fork");
100 perror("waitpid");
112 perror("fork");
122 perror("waitpid");
144 perror("pthread_attr_init");
155 perror("pthread_attr_setaffinity_np");
164 perror("pthread_creat
[all...]
/linux-master/tools/testing/selftests/splice/
H A Dsplice_read.c25 perror(argv[1]);
35 perror(argv[1]);
51 perror("splice");
/linux-master/arch/x86/boot/compressed/
H A Dmkpiggy.c35 perror(argv[1]);
41 perror(argv[1]);
45 perror(argv[1]);
/linux-master/tools/testing/selftests/bpf/
H A Dunpriv_helpers.c20 perror("open /proc/cmdline");
25 perror("read /proc/cmdline");
52 perror("fopen /proc/sys/" UNPRIV_SYSCTL);
/linux-master/tools/testing/selftests/efivarfs/
H A Dopen-unlink.c91 perror("open(O_WRONLY)");
97 perror("write");
105 perror("ioctl(FS_IOC_GETFLAGS)");
110 perror("ioctl(FS_IOC_SETFLAGS)");
117 perror("open");
122 perror("unlink");
/linux-master/tools/testing/selftests/thermal/intel/power_floor/
H A Dpower_floor_test.c24 perror("Unable to open power floor enable file\n");
29 perror("Can' disable power floor notifications\n");
54 perror("Unable to open power floor enable file\n");
59 perror("Can' enable power floor notifications\n");
70 perror("Unable to power floor status file\n");
90 perror("poll error");
/linux-master/arch/powerpc/boot/
H A Dmktree.c56 perror("stat");
83 perror("zImage open");
88 perror("bootfile open");
120 perror("boot-image write");
126 perror("zImage read");
133 perror("boot-image write");
142 perror("rewrite seek");
146 perror("boot-image rewrite");
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dhugetlb_vs_thp_test.c29 perror("munmap");
38 perror("mmap");
/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsig_sc_double_restart.c88 perror("pipe");
94 perror("fork");
107 perror("sigaction");
115 perror("sigaction");
122 perror("dup");
132 perror("read");
150 perror("write");
156 perror("wait");
/linux-master/tools/testing/selftests/thermal/intel/workload_hint/
H A Dworkload_hint_test.c35 perror("Unable to open workload type feature enable file\n");
40 perror("Can' disable workload hints\n");
75 perror("Unable to open workload notification delay\n");
80 perror("Can't set delay\n");
97 perror("Unable to open workload type feature enable file\n");
102 perror("Can' enable workload hints\n");
113 perror("Unable to open workload type file\n");
133 perror("poll error");
/linux-master/samples/watchdog/
H A Dwatchdog-simple.c12 perror("watchdog");
/linux-master/tools/spi/
H A Dspidev_fdx.c32 perror("read");
70 perror("SPI_IOC_MESSAGE");
86 perror("SPI rd_mode");
90 perror("SPI rd_lsb_fist");
94 perror("SPI bits_per_word");
98 perror("SPI max_speed_hz");
145 perror("open");
/linux-master/samples/hidraw/
H A Dhid-example.c60 perror("Unable to open device");
71 perror("HIDIOCGRDESCSIZE");
79 perror("HIDIOCGRDESC");
90 perror("HIDIOCGRAWNAME");
97 perror("HIDIOCGRAWPHYS");
104 perror("HIDIOCGRAWINFO");
120 perror("HIDIOCSFEATURE");
128 perror("HIDIOCGFEATURE");
143 perror("write");
151 perror("rea
[all...]
/linux-master/tools/testing/vsock/
H A Dvsock_test.c124 perror("bind");
143 perror("connect");
157 perror("accept");
178 perror("connect");
199 perror("accept");
220 perror("connect");
244 perror("accept");
275 perror("connect");
303 perror("accept");
368 perror("connec
[all...]
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-force-tm.c64 perror("Mmap failed");
71 perror("madvise failed");
133 perror("mmap error\n");
139 perror("madvise\n");
148 perror("sigaltstack\n");

Completed in 352 milliseconds

1234567891011>>