Home
last modified time | relevance | path

Searched refs:perror (Results 1 – 132 of 132) sorted by relevance

/linux-4.4.14/tools/testing/selftests/timers/
Drtctest.c55 perror(rtc); in main()
69 perror("RTC_UIE_ON ioctl"); in main()
80 perror("read"); in main()
99 perror("select"); in main()
105 perror("read"); in main()
116 perror("RTC_UIE_OFF ioctl"); in main()
124 perror("RTC_RD_TIME ioctl"); in main()
152 perror("RTC_ALM_SET ioctl"); in main()
159 perror("RTC_ALM_READ ioctl"); in main()
169 perror("RTC_AIE_ON ioctl"); in main()
[all …]
Dposix_timers.c108 perror("Can't call gettimeofday()\n"); in check_itimer()
114 perror("Can't set timer\n"); in check_itimer()
127 perror("Can't call gettimeofday()\n"); in check_itimer()
159 perror("Can't create timer\n"); in check_timer_create()
166 perror("Can't call gettimeofday()\n"); in check_timer_create()
172 perror("Can't set timer\n"); in check_timer_create()
180 perror("Can't call gettimeofday()\n"); in check_timer_create()
Dmqueue-lat.c79 perror("mq_open"); in mqueue_lat_test()
97 perror("mq_timedreceive"); in mqueue_lat_test()
/linux-4.4.14/Documentation/ptp/
Dtestptp.c272 perror("PTP_CLOCK_GETCAPS"); in main()
295 perror("clock_adjtime"); in main()
307 perror("clock_adjtime"); in main()
315 perror("clock_gettime"); in main()
325 perror("clock_settime"); in main()
334 perror("clock_settime"); in main()
344 perror("clock_settime"); in main()
355 perror("PTP_EXTTS_REQUEST"); in main()
363 perror("read"); in main()
373 perror("PTP_EXTTS_REQUEST"); in main()
[all …]
/linux-4.4.14/tools/testing/selftests/vm/
Dmlock2-tests.c52 perror("fopen"); in get_vm_area()
96 perror("fopen pagemap"); in get_pageflags()
103 perror("fseek pagemap"); in get_pageflags()
108 perror("fread pagemap"); in get_pageflags()
123 perror("fopen kpageflags"); in get_kpageflags()
128 perror("fseek kpageflags"); in get_kpageflags()
133 perror("fread kpageflags"); in get_kpageflags()
155 perror("fopen smaps"); in seek_to_smaps_entry()
359 perror("test_mlock_locked mmap"); in test_mlock_lock()
368 perror("mlock2(0)"); in test_mlock_lock()
[all …]
Dcompaction_test.c32 perror("Failed to read meminfo\n"); in read_memory_info()
43 perror("Failed to read meminfo\n"); in read_memory_info()
61 perror("Failed to open\n" in prereq()
67 perror("Failed to read from\n" in prereq()
93 perror("Failed to open /proc/sys/vm/nr_hugepages"); in check_compaction()
98 perror("Failed to read from /proc/sys/vm/nr_hugepages"); in check_compaction()
104 perror("Failed to write to /proc/sys/vm/nr_hugepages\n"); in check_compaction()
113 perror("Failed to write to /proc/sys/vm/nr_hugepages\n"); in check_compaction()
120 perror("Failed to read from /proc/sys/vm/nr_hugepages\n"); in check_compaction()
141 perror("Failed to write to /proc/sys/vm/nr_hugepages\n"); in check_compaction()
[all …]
Dhugepage-shm.c62 perror("shmget"); in main()
69 perror("Shared memory attach failure"); in main()
92 perror("Detach failure"); in main()
Don-fault-limit.c19 perror("getrlimit"); in test_limit()
24 perror("mlockall"); in test_limit()
Duserfaultfd.c265 perror("poll"), exit(1); in uffd_poll_thread()
279 perror("nonblocking read error"), exit(1); in uffd_poll_thread()
314 perror("blocking read error"), exit(1); in uffd_read_thread()
388 perror("madvise"); in stress()
460 perror("count_verify"); in userfaultfd_stress()
480 perror("pipefd"); in userfaultfd_stress()
485 perror("pipe"); in userfaultfd_stress()
566 perror("madvise 2"); in userfaultfd_stress()
Dmap_hugetlb.c67 perror("mmap"); in main()
78 perror("munmap"); in main()
Dhugepage-mmap.c71 perror("Open failed"); in main()
77 perror("mmap"); in main()
Dthuge-gen.c27 #define err(x) perror(x), exit(1)
/linux-4.4.14/samples/hidraw/
Dhid-example.c59 perror("Unable to open device"); in main()
70 perror("HIDIOCGRDESCSIZE"); in main()
78 perror("HIDIOCGRDESC"); in main()
89 perror("HIDIOCGRAWNAME"); in main()
96 perror("HIDIOCGRAWPHYS"); in main()
103 perror("HIDIOCGRAWINFO"); in main()
119 perror("HIDIOCSFEATURE"); in main()
127 perror("HIDIOCGFEATURE"); in main()
142 perror("write"); in main()
150 perror("read"); in main()
/linux-4.4.14/arch/alpha/kernel/
Derr_titan.c140 titan_parse_p_perror(int which, int port, u64 perror, int print) in titan_parse_p_perror() argument
188 if (!(perror & TITAN__PCHIP_PERROR__ERRMASK)) in titan_parse_p_perror()
191 cmd = EXTRACT(perror, TITAN__PCHIP_PERROR__CMD); in titan_parse_p_perror()
192 addr = EXTRACT(perror, TITAN__PCHIP_PERROR__ADDR) << 2; in titan_parse_p_perror()
219 if (((perror & TITAN__PCHIP_PERROR__NDS) || in titan_parse_p_perror()
220 ((perror & TITAN__PCHIP_PERROR__ERRMASK) == in titan_parse_p_perror()
233 port ? 'A' : 'G', perror); in titan_parse_p_perror()
234 if (perror & TITAN__PCHIP_PERROR__IPTPW) in titan_parse_p_perror()
236 if (perror & TITAN__PCHIP_PERROR__IPTPR) in titan_parse_p_perror()
238 if (perror & TITAN__PCHIP_PERROR__NDS) in titan_parse_p_perror()
[all …]
Dcore_tsunami.c452 pchip->perror.csr; in tsunami_pci_clr_err_1()
453 pchip->perror.csr = 0x040; in tsunami_pci_clr_err_1()
455 pchip->perror.csr; in tsunami_pci_clr_err_1()
/linux-4.4.14/arch/powerpc/boot/
Dmktree.c55 perror("stat"); in main()
82 perror("zImage open"); in main()
87 perror("bootfile open"); in main()
119 perror("boot-image write"); in main()
125 perror("zImage read"); in main()
132 perror("boot-image write"); in main()
141 perror("rewrite seek"); in main()
145 perror("boot-image rewrite"); in main()
Daddnote.c131 perror(av[1]); in main()
140 perror("read"); in main()
229 perror("write"); in main()
Dhack-coff.c46 perror(av[2]); in main()
/linux-4.4.14/arch/um/os-Linux/
Dmain.c31 perror("getrlimit"); in set_stklim()
37 perror("setrlimit"); in set_stklim()
98 perror("couldn't putenv"); in setup_env_path()
106 perror("couldn't malloc to set a new PATH"); in setup_env_path()
111 perror("couldn't putenv to set a new PATH"); in setup_env_path()
131 perror("Mallocing argv"); in main()
137 perror("Mallocing an arg"); in main()
191 perror("Failed to exec kernel"); in main()
Dmem.c122 perror("unlink"); in make_tempfile()
147 perror("fchmod"); in create_tmp_file()
156 perror("lseek64"); in create_tmp_file()
164 perror("write"); in create_tmp_file()
180 perror("exec_close"); in create_mem_file()
Dstart_up.c37 perror("ptrace"); in ptrace_child()
69 perror(str); in fatal_perror()
126 perror("stop_ptraced_child : ptrace failed"); in stop_ptraced_child()
307 perror("Getting core dump limit"); in check_coredump_limit()
359 perror("parse_iomem - Couldn't open io file"); in parse_iomem()
364 perror("parse_iomem - cannot stat_fd file"); in parse_iomem()
370 perror("Couldn't allocate iomem_region struct"); in parse_iomem()
Dexecvp.c145 perror("execvp_noalloc"); in main()
/linux-4.4.14/Documentation/spi/
Dspidev_fdx.c31 perror("read"); in do_read()
69 perror("SPI_IOC_MESSAGE"); in do_msg()
85 perror("SPI rd_mode"); in dumpstat()
89 perror("SPI rd_lsb_fist"); in dumpstat()
93 perror("SPI bits_per_word"); in dumpstat()
97 perror("SPI max_speed_hz"); in dumpstat()
144 perror("open"); in main()
Dspidev_test.c29 perror(s); in pabort()
/linux-4.4.14/arch/alpha/boot/tools/
Dobjstrip.c92 perror("open"); in main()
100 perror("open"); in main()
118 perror("fstat"); in main()
133 perror("boot-block write"); in main()
143 perror("read"); in main()
171 perror("read"); in main()
228 perror("lseek"); in main()
245 perror("read"); in main()
251 perror("write"); in main()
276 perror("write"); in main()
Dmkbb.c102 perror(argv[1]); in main()
109 perror(argv[2]); in main()
117 perror("lxboot read"); in main()
125 perror("bootblock read"); in main()
143 perror("bootblock write"); in main()
/linux-4.4.14/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c178 perror("unable to read event from ep0"); in handle_ep0()
229 perror("malloc"); in main()
237 perror("unable to open ep0"); in main()
241 perror("unable do write descriptors"); in main()
245 perror("unable to write strings"); in main()
263 perror("unable to setup aio"); in main()
269 perror("unable to open eventfd"); in main()
289 perror("select"); in main()
305 perror("unable to read eventfd"); in main()
336 perror("unable to submit request"); in main()
[all …]
/linux-4.4.14/tools/testing/selftests/efivarfs/
Dopen-unlink.c90 perror("open(O_WRONLY)"); in main()
96 perror("write"); in main()
104 perror("ioctl(FS_IOC_GETFLAGS)"); in main()
109 perror("ioctl(FS_IOC_SETFLAGS)"); in main()
116 perror("open"); in main()
121 perror("unlink"); in main()
Dcreate-read.c27 perror("open(O_WRONLY)"); in main()
/linux-4.4.14/Documentation/prctl/
Ddisable-tsc-test.c49 perror("prctl"); in sigsegv_cb()
55 perror("prctl"); in sigsegv_cb()
71 perror("prctl"); in main()
79 perror("prctl"); in main()
86 perror("prctl"); in main()
Ddisable-tsc-on-off-stress-test.c51 perror("prctl"); in sigsegv_cb()
73 perror("prctl"); in task()
Ddisable-tsc-ctxt-sw-stress-test.c47 perror("prctl"); in segvtask()
68 perror("prctl"); in rdtsctask()
/linux-4.4.14/tools/laptop/freefall/
Dfreefall.c46 perror(unload_heads_path); in valid_disk()
60 perror("open"); in write_int()
67 perror("write"); in write_int()
128 perror("/dev/freefall"); in main()
136 perror("daemon"); in main()
159 perror("read"); in main()
/linux-4.4.14/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c183 perror("unable to read event from ep0"); in handle_ep0()
258 perror("malloc"); in main()
266 perror("unable to open ep0"); in main()
270 perror("unable do write descriptors"); in main()
274 perror("unable to write strings"); in main()
280 perror("unable to open ep1"); in main()
289 perror("unable to setup aio"); in main()
295 perror("unable to open eventfd"); in main()
312 perror("select"); in main()
345 perror("unable to submit requests"); in main()
[all …]
/linux-4.4.14/Documentation/ia64/
Daliasing-test.c35 perror(path); in map_mem()
42 perror("PCIIOC_MMAP_IS_MEM ioctl"); in map_mem()
57 perror("munmap"); in map_mem()
74 perror("scandir"); in scan_tree()
129 perror(path); in read_rom()
136 perror("write"); in read_rom()
159 perror("scandir"); in scan_rom()
Derr_inject.txt131 perror("Error open:");
315 perror("ftok");
324 perror("shmget");
329 perror("shmget");
338 perror("shmat");
381 perror("ftok");
394 perror("semget");
405 perror("semctl");
456 perror("Error:");
476 perror("Error:");
[all …]
/linux-4.4.14/tools/testing/selftests/powerpc/dscr/
Ddscr.h86 perror("open() failed"); in get_default_dscr()
94 perror("read() failed"); in get_default_dscr()
110 perror("open() failed"); in set_default_dscr()
117 perror("write() failed"); in set_default_dscr()
Ddscr_sysfs_test.c23 perror("open() failed"); in check_cpu_dscr_default()
29 perror("read() failed"); in check_cpu_dscr_default()
51 perror("opendir() failed"); in check_all_cpu_dscr_defaults()
Ddscr_inherit_test.c53 perror("fork() failed"); in dscr_inherit()
59 perror("waitpid() failed"); in dscr_inherit()
Ddscr_inherit_exec_test.c73 perror("fork() failed"); in dscr_inherit_exec()
79 perror("waitpid() failed"); in dscr_inherit_exec()
Ddscr_default_test.c78 perror("pthread_create() failed"); in dscr_default()
107 perror("pthread_join() failed"); in dscr_default()
/linux-4.4.14/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c198 perror(msr_path); in get_msr()
222 perror(msr_path); in put_msr()
228 perror("pwrite"); in put_msr()
235 perror("pwrite"); in put_msr()
275 perror(proc_stat); in for_every_cpu()
281 perror("/proc/stat format"); in for_every_cpu()
/linux-4.4.14/tools/testing/selftests/net/
Dpsock_fanout.c80 perror("socket packet"); in sock_fanout_open()
88 perror("close packet"); in sock_fanout_open()
127 perror("bpf"); in sock_fanout_set_ebpf()
133 perror("fanout data ebpf"); in sock_fanout_set_ebpf()
138 perror("close ebpf"); in sock_fanout_set_ebpf()
156 perror("packetsock ring setsockopt version"); in sock_fanout_open_ring()
161 perror("packetsock ring setsockopt"); in sock_fanout_open_ring()
168 perror("packetsock ring mmap"); in sock_fanout_open_ring()
Dpsock_lib.h61 perror("setsockopt SO_ATTACH_FILTER"); in sock_setfilter()
94 perror("bind"); in pair_udp_open()
98 perror("bind"); in pair_udp_open()
102 perror("connect"); in pair_udp_open()
Dpsock_tpacket.c115 perror("socket"); in pfsocket()
121 perror("setsockopt"); in pfsocket()
346 perror("setsockopt"); in __v1_v2_set_packet_loss_discard()
369 perror("socket"); in walk_v1_v2_tx()
378 perror("bind"); in walk_v1_v2_tx()
433 perror("sendto"); in walk_v1_v2_tx()
651 perror("setsockopt"); in setup_ring()
658 perror("malloc"); in setup_ring()
673 perror("mmap"); in mmap_ring()
697 perror("bind"); in bind_ring()
[all …]
/linux-4.4.14/tools/power/cpupower/bench/
Dsystem.c64 perror("cpufreq_cpu_exists"); in set_cpufreq_governor()
70 perror("cpufreq_modify_policy_governor"); in set_cpufreq_governor()
97 perror("sched_setaffinity"); in set_cpu_affinity()
123 perror("sched_setscheduler"); in set_process_priority()
Dparse.c75 perror("mkdir"); in prepare_output()
90 perror("realloc"); in prepare_output()
105 perror("fopen"); in prepare_output()
171 perror("fopen"); in prepare_config()
/linux-4.4.14/tools/testing/selftests/powerpc/
Dharness.c40 perror("fork"); in run_test()
105 perror("sigaction"); in test_harness()
131 perror("open"); in get_auxv_entry()
139 perror("read"); in get_auxv_entry()
/linux-4.4.14/tools/iio/
Diio_utils.c186 perror("iioutils_get_type(): Failed to close file"); in iioutils_get_type()
194 perror("iioutils_get_type(): Failed to close directory"); in iioutils_get_type()
273 perror("iioutils_get_param_float(): Failed to close directory"); in iioutils_get_param_float()
355 perror("build_channel_array(): Failed to close file"); in build_channel_array()
468 perror("build_channel_array(): Failed to close file"); in build_channel_array()
534 perror("build_channel_array(): Failed to close dir"); in build_channel_array()
650 perror("find_type_by_name(): Failed to close directory"); in find_type_by_name()
680 perror("_write_sysfs_int(): Failed to close dir"); in _write_sysfs_int()
701 perror("_write_sysfs_int(): Failed to close dir"); in _write_sysfs_int()
778 perror("_write_sysfs_string(): Failed to close dir"); in _write_sysfs_string()
[all …]
Diio_event_monitor.c293 perror("Failed to close character device file"); in main()
311 perror("Failed to read event from device"); in main()
326 perror("Failed to close event file"); in main()
Dlsiio.c161 perror("dump_devices(): Failed to close directory"); in dump_devices()
Dgeneric_buffer.c453 perror("Failed to close buffer"); in main()
/linux-4.4.14/scripts/
Ddocproc.c118 perror("fork"); in exec_kernel_doc()
127 perror(real_filename); in exec_kernel_doc()
211 perror(real_filename); in find_export_symbols()
262 perror("docproc: "); in docfunctions()
339 perror("asprintf"); in docsect()
371 perror("pipe"); in find_all_symbols()
377 perror("fork"); in find_all_symbols()
388 perror(real_filename); in find_all_symbols()
402 perror("read"); in find_all_symbols()
520 perror(argv[2]); in main()
Drecordmcount.c127 perror("read"); in uread()
149 perror("write"); in uwrite()
242 perror(fname); in mmap_file()
281 perror(fname); in write_file()
286 perror("write"); in write_file()
292 perror("write"); in write_file()
298 perror(fname); in write_file()
Dasn1_compiler.c361 perror(NULL); in tokenise()
429 perror(NULL); in tokenise()
469 perror(NULL); in tokenise()
600 perror(filename); in main()
605 perror(filename); in main()
610 perror(NULL); in main()
615 perror(filename); in main()
620 perror(filename); in main()
633 perror(NULL); in main()
648 perror(outputname); in main()
[all …]
Dconmakehash.c102 perror(tblname); in main()
Dsortextable.c95 perror(fname); in mmap_file()
/linux-4.4.14/arch/x86/boot/compressed/
Dmkpiggy.c53 perror(argv[1]); in main()
59 perror(argv[1]); in main()
63 perror(argv[1]); in main()
/linux-4.4.14/tools/power/acpi/os_specific/service_layers/
Doslibcfs.c84 perror("Could not open file"); in acpi_os_open_file()
129 perror("Error reading file"); in acpi_os_read_file()
158 perror("Error writing file"); in acpi_os_write_file()
Dosunixxf.c789 perror("clock_gettime"); in acpi_os_wait_semaphore()
811 perror("sem_timedwait"); in acpi_os_wait_semaphore()
/linux-4.4.14/scripts/basic/
Dfixdep.c184 perror("fixdep:malloc"); in define_config()
274 perror(filename); in do_config_file()
284 perror("fixdep: mmap"); in do_config_file()
390 perror(depfile); in print_deps()
395 perror(depfile); in print_deps()
405 perror("fixdep: mmap"); in print_deps()
/linux-4.4.14/tools/testing/selftests/kcmp/
Dkcmp_test.c38 perror("Can't create file"); in main()
44 perror("fork failed"); in main()
54 perror("Can't open file"); in main()
/linux-4.4.14/tools/build/
Dfixdep.c128 perror(depfile); in print_deps()
133 perror(depfile); in print_deps()
143 perror("fixdep: mmap"); in print_deps()
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
Dlib.c26 perror("sched_getaffinity"); in pick_online_cpu()
104 perror("waitpid"); in wait_for_child()
187 perror("fopen"); in parse_proc_maps()
228 perror("fopen"); in require_paranoia_below()
Dcount_instructions.c103 perror("perf_event_open"); in test_body()
108 perror("perf_event_open"); in test_body()
Devent.c56 perror("perf_event_open"); in event_open_with_options()
/linux-4.4.14/arch/mips/boot/compressed/
Dcalc_vmlinuz_load_addr.c29 perror("stat"); in main()
37 perror("sscanf"); in main()
/linux-4.4.14/samples/seccomp/
Dbpf-direct.c100 perror("sigaction"); in install_emulator()
104 perror("sigprocmask"); in install_emulator()
150 perror("prctl(NO_NEW_PRIVS)"); in install_filter()
156 perror("prctl"); in install_filter()
Dbpf-fancy.c88 perror("prctl(NO_NEW_PRIVS)"); in main()
93 perror("prctl(SECCOMP)"); in main()
Ddropper.c46 perror("prctl"); in install_filter()
/linux-4.4.14/tools/testing/selftests/powerpc/mm/
Dhugetlb_vs_thp_test.c28 perror("munmap"); in test_body()
37 perror("mmap"); in test_body()
Dsubpage_prot.c113 perror("subpage_perm"); in run_test()
185 perror("failed to open file"); in test_file()
197 perror("failed to map file"); in test_file()
/linux-4.4.14/tools/perf/tests/
Dattr.c51 perror("test attr - failed to write event file"); \
71 perror("test attr - failed to open event file"); in store_event()
77 perror("test attr - failed to write event file"); in store_event()
Dtopology.c21 perror("mkstemp failed"); in get_temp()
Dmmap-thread-lookup.c37 perror("mmap failed"); in thread_init()
Dperf-record.c19 perror("sched_getaffinity"); in sched__get_first_possible_cpu()
Ddso-data.c28 perror("mkstemp failed"); in test_file()
/linux-4.4.14/arch/cris/boot/tools/
Dbuild.c123 perror("/"); in main()
130 perror(argv[4]); in main()
249 perror ("fstat"); in main()
266 perror(argv[1]); in main()
/linux-4.4.14/tools/testing/selftests/breakpoints/
Dbreakpoint_test.c46 perror("Can't set breakpoint addr\n"); in set_breakpoint_addr()
109 perror("Can't set dr7"); in toggle_breakpoint()
209 perror("Can't be traced?\n"); in trigger_tests()
279 perror("Can't poke\n"); in check_success()
/linux-4.4.14/tools/testing/selftests/mqueue/
Dmq_open_tests.c72 perror(err_msg); in __set()
85 perror("seteuid() failed"); in shutdown()
89 perror("mq_close() during shutdown"); in shutdown()
256 perror("malloc()"); in main()
463 perror("seteuid() failed"); in main()
Dmq_perf_tests.c167 perror(err_msg); in __set()
189 perror("mq_close() during shutdown"); in shutdown()
549 perror("sysconf(_SC_NPROCESSORS_ONLN)"); in main()
555 perror("CPU_ALLOC()"); in main()
607 perror("malloc()"); in main()
/linux-4.4.14/tools/usb/
Dtestusb.c259 perror(name); in find_testdev()
276 perror("malloc"); in find_testdev()
311 perror ("can't open dev file r/w"); in handle_testdev()
510 perror ("pthread_create"); in main()
532 perror ("pthread_join"); in main()
/linux-4.4.14/Documentation/connector/
Ducon.c155 perror("socket"); in main()
166 perror("bind"); in main()
224 perror("recv buf"); in main()
Dconnector.txt162 perror("bind");
/linux-4.4.14/arch/x86/um/os-Linux/
Dtask_size.c93 perror("os_get_top_address"); in os_get_top_address()
133 perror("os_get_top_address"); in os_get_top_address()
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/
Daicasm.c172 perror(optarg); in main()
188 perror(optarg); in main()
196 perror(optarg); in main()
203 perror(optarg); in main()
233 perror(optarg); in main()
238 perror(optarg); in main()
539 perror(ifilename); in output_listing()
Daicasm_symbol.c72 perror("Unable to create new symbol"); in symbol_create()
139 perror("Symbol table creation failed"); in symtable_open()
179 perror("Symbol table get operation failed"); in symtable_get()
191 perror("Symtable put failed"); in symtable_get()
196 perror("Unexpected return value from db get routine"); in symtable_get()
205 perror("Symtable put failed"); in symtable_get()
Daicasm_scan.l494 perror(file_name);
/linux-4.4.14/tools/testing/selftests/powerpc/stringloops/
Dmemcmp.c49 perror("memalign"); in testcase()
55 perror("memalign"); in testcase()
/linux-4.4.14/tools/testing/selftests/powerpc/primitives/
Dload_unaligned_zeropad.c48 perror("mprotect"); in protect_region()
58 perror("mprotect"); in unprotect_region()
/linux-4.4.14/Documentation/networking/timestamping/
Dhwtstamp_config.c109 perror("socket"); in main()
117 perror("ioctl"); in main()
/linux-4.4.14/tools/vm/
Dpage_owner_sort.c94 perror("open: "); in main()
102 perror("open: "); in main()
Dpage-types.c242 perror(pathname); in checked_open()
265 perror(name); in do_u64_read()
493 perror("mount debugfs"); in prepare_hwpoison_fd()
518 perror("hwpoison inject"); in hwpoison_page()
532 perror("hwpoison forget"); in unpoison_page()
781 perror(buf); in parse_pid()
/linux-4.4.14/arch/mn10300/boot/tools/
Dbuild.c85 perror("/"); in main()
92 perror(argv[4]); in main()
/linux-4.4.14/Documentation/watchdog/src/
Dwatchdog-simple.c11 perror("watchdog"); in main()
/linux-4.4.14/arch/mips/boot/
Delf2ecoff.c73 perror("copy: lseek"); in copy()
90 perror("copy: write"); in copy()
516 perror("efh: write"); in main()
532 perror("eah: write"); in main()
541 perror("esecs: write"); in main()
551 perror("ipad: write"); in main()
/linux-4.4.14/Documentation/infiniband/
Duser_mad.txt23 perror("agent register");
49 perror("read");
64 perror("read");
97 perror("write");
/linux-4.4.14/samples/bpf/
Dtracex5_user.c23 perror("prctl"); in install_accept_all_seccomp()
/linux-4.4.14/Documentation/sound/oss/
DMultiSound492 X perror(argv[1]);
498 X perror("ioctl");
511 X perror("ioctl");
520 X perror("ioctl");
953 X perror("ioperm");
1105 X perror(argv[1]);
1111 X perror("ioctl");
DOpti193 perror("/dev/mixer");
211 perror("AD1848 mixer reroute");
/linux-4.4.14/firmware/
Dihex2fw.c107 perror("stat"); in main()
112 perror("mmap"); in main()
/linux-4.4.14/tools/lib/traceevent/
Dparse-utils.c31 perror("trace-cmd"); in __vwarning()
/linux-4.4.14/Documentation/accounting/
Dgetdelays.c373 perror("Cannot open output file\n"); in main()
428 perror("error opening container file"); in main()
434 perror("error sending cgroupstats command"); in main()
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
Dmulti_ebb_procs_test.c35 perror("sigaction"); in cycles_child()
Debb.c427 perror("sigaction"); in catch_sigill()
486 perror("sigaction"); in ebb_init()
Dtrace.c27 perror("mmap"); in trace_buffer_allocate()
/linux-4.4.14/tools/perf/
Dbuiltin-stat.c296 perror("failed to prepare workload"); in __run_perf_stat()
1050 perror("cannot build socket map"); in perf_stat_init_aggr_mode()
1057 perror("cannot build core map"); in perf_stat_init_aggr_mode()
1283 perror("failed to create output file"); in cmd_stat()
1292 perror("Failed opening logfd"); in cmd_stat()
1368 perror("failed to parse CPUs map"); in cmd_stat()
Dbuiltin-script.c1871 perror("failed to create pipe"); in cmd_script()
1877 perror("failed to fork"); in cmd_script()
2034 perror("failed to open file"); in cmd_script()
2040 perror("failed to stat file"); in cmd_script()
Dbuiltin-inject.c747 perror("failed to create output file"); in cmd_inject()
Dbuiltin-timechart.c485 perror("open_memstream error"); in cat_backtrace()
Dbuiltin-trace.c3138 perror("failed to create output file"); in cmd_trace()
/linux-4.4.14/tools/perf/util/
Devlist.c1509 perror("failed to create 'ready' pipe"); in perf_evlist__prepare_workload()
1514 perror("failed to create 'go' pipe"); in perf_evlist__prepare_workload()
1520 perror("failed to fork"); in perf_evlist__prepare_workload()
1557 perror("unable to read pipe"); in perf_evlist__prepare_workload()
1568 perror(argv[0]); in perf_evlist__prepare_workload()
1570 perror(argv[0]); in perf_evlist__prepare_workload()
1597 perror("unable to read pipe"); in perf_evlist__prepare_workload()
1625 perror("enable to write to pipe"); in perf_evlist__start_workload()
Dcallchain.c361 perror("not enough memory to create child for code path tree"); in create_child()
409 perror("not enough memory for the code path tree"); in fill_node()
/linux-4.4.14/Documentation/networking/
Dpacket_mmap.txt633 perror("socket");
641 perror("SIOCGIFINDEX");
650 perror("bind");
658 perror("setsockopt");
679 perror("read");
722 perror("fork");
816 perror("socket");
822 perror("setsockopt");
837 perror("setsockopt");
844 perror("mmap");
[all …]
Dl2tp.txt269 perror("connect failed");
Dcan.txt331 perror("can raw socket read");
/linux-4.4.14/Documentation/usb/
Dgadget_hid.txt387 perror(filename);
403 perror("select()");
437 perror(filename);
443 perror(filename);
/linux-4.4.14/Documentation/block/
Dioprio.txt161 perror("ioprio_get");
169 perror("ioprio_set");
/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.c296 perror("fork"); in fork_it()
303 perror("wait"); in fork_it()
/linux-4.4.14/drivers/acpi/acpica/
Dutfileio.c304 perror("Could not open input file"); in acpi_ut_read_table_from_file()
/linux-4.4.14/arch/sparc/boot/
Dpiggyback.c70 perror(str); in die()
/linux-4.4.14/Documentation/cdrom/
Dide-cd429 perror ("CDROM_SELECT_DISC ");
439 perror (" CDROM_SELECT_DISC");
451 perror(" CDROM_DRIVE_STATUS");
471 perror(" CDROM_DRIVE_STATUS");
495 perror(" CDROM_DISC_STATUS");
516 perror(" CDROM_MEDIA_CHANGED");
/linux-4.4.14/arch/alpha/include/asm/
Dcore_tsunami.h79 tsunami_64 perror; member
/linux-4.4.14/Documentation/input/
Dff.txt163 perror("set gain");
179 perror("set auto-center");
/linux-4.4.14/scripts/genksyms/
Dgenksyms.c806 perror(optarg); in main()
814 perror(optarg); in main()
/linux-4.4.14/scripts/kconfig/
Dconfdata.c1143 perror( "KCONFIG_PROBABILITY" ); in conf_set_all_new_symbols()
1165 perror( "KCONFIG_PROBABILITY" ); in conf_set_all_new_symbols()
/linux-4.4.14/scripts/mod/
Dmodpost.c422 perror(filename); in parse_elf()
2281 perror(fname); in write_if_changed()
2285 perror(fname); in write_if_changed()
/linux-4.4.14/include/uapi/linux/
Dsoundcard.h1277 perror("Write patch: /dev/sequencer");}
/linux-4.4.14/tools/perf/util/scripting-engines/
Dtrace-event-python.c976 perror(buf); in python_start_script()
/linux-4.4.14/Documentation/scheduler/
Dsched-deadline.txt622 perror("sched_setattr");
/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c1528 perror(path); in get_cpu_position_in_core()
/linux-4.4.14/Documentation/trace/
Dftrace.txt1795 perror("/proc/mounts");