Searched refs:pr_perror (Results 1 - 13 of 13) sorted by relevance

/linux-master/tools/testing/selftests/filesystems/overlayfs/
H A Ddev_in_maps.c53 return pr_perror("fopen(/proc/self/maps)");
62 return pr_perror("unable to parse: %s", buf);
80 return pr_perror("fsopen(tmpfs)");
83 return pr_perror("FSCONFIG_CMD_CREATE");
87 return pr_perror("fsmount");
93 return pr_perror("move_mount");
99 return pr_perror("mkdir");
103 return pr_perror("fsopen(overlay)");
108 return pr_perror("fsconfig");
110 return pr_perror("fsconfi
[all...]
H A Dlog.h24 #define pr_perror(fmt, ...) pr_p(pr_err, fmt, ##__VA_ARGS__) macro
/linux-master/tools/testing/selftests/timens/
H A Dprocfs.c32 return pr_perror("setns()");
44 return pr_perror("Unable to open %s", path);
47 return pr_perror("Unable to stat the parent timens");
54 return pr_perror("Unable to open %s", path);
57 return pr_perror("Unable to stat the timens");
75 pr_perror("Unable to open /proc/uptime");
81 pr_perror("fscanf");
101 pr_perror("Unable to open /proc/stat");
112 pr_perror("fscanf");
H A Dtimens.h59 return pr_perror("Can't unshare() timens");
76 return pr_perror("/proc/self/timens_offsets");
79 return pr_perror("/proc/self/timens_offsets");
92 pr_perror("clock_gettime(%d)", (int)clk_id);
100 pr_perror("syscall(SYS_clock_gettime(%d))", (int)clk_id);
H A Dtimerfd.c35 return pr_perror("clock_gettime(%d)", clockid);
52 return pr_perror("timerfd_create(%d)", clockid);
58 return pr_perror("timerfd_settime(%d)", clockid);
61 return pr_perror("timerfd_gettime(%d)", clockid);
102 return pr_perror("/proc/self/timens_offsets");
105 return pr_perror("/proc/self/timens_offsets");
113 return pr_perror("Unable to fork");
127 return pr_perror("Unable to wait the child process");
H A Dtimer.c47 return pr_perror("timerfd_create");
53 return pr_perror("timerfd_settime");
56 return pr_perror("timerfd_gettime");
95 return pr_perror("/proc/self/timens_offsets");
98 return pr_perror("/proc/self/timens_offsets");
106 return pr_perror("Unable to fork");
120 return pr_perror("Unable to wait the child process");
H A Dvfork_exec.c54 return pr_perror("thread");
56 return pr_perror("pthread_join");
89 return pr_perror("strtoul");
111 return pr_perror("fork");
121 pr_perror("execve");
126 return pr_perror("waitpid");
H A Dlog.h24 #define pr_perror(fmt, ...) pr_p(pr_err, fmt, ##__VA_ARGS__) macro
H A Dexec.c29 return pr_perror("sscanf");
63 return pr_perror("fork");
81 return pr_perror("execve");
85 return pr_perror("waitpid");
H A Dfutex.c82 return pr_perror("/proc/self/timens_offsets");
85 return pr_perror("/proc/self/timens_offsets");
91 return pr_perror("Unable to fork");
104 return pr_perror("Unable to wait the child process");
H A Dtimens.c51 pr_perror("setns()");
66 return pr_perror("Unable to open %s", path);
70 return pr_perror("Unable to stat the parent timens");
77 return pr_perror("Unable to open %s", path);
80 return pr_perror("Unable to stat the timens");
83 return pr_perror("The same child_ns after CLONE_NEWTIME");
H A Dclock_nanosleep.c59 return pr_perror("clock_gettime");
134 return pr_perror("Unable to open timens_for_children");
137 return pr_perror("Unable to set timens");
H A Dgettime_perf.c86 return pr_perror("Can't open a time namespace");
94 return pr_perror("setns");

Completed in 129 milliseconds