Lines Matching refs:ksft_print_msg
134 ksft_print_msg( in main()
143 ksft_print_msg( in main()
152 ksft_print_msg("%s - failed to open pidfd\n", strerror(errno)); in main()
158 ksft_print_msg("pidfd %d refers to process with pid %d\n", pidfd, pid); in main()
161 ksft_print_msg("%s - failed to get info from pidfd\n", strerror(errno)); in main()
165 ksft_print_msg("pid from fdinfo file %d does not match pid from ioctl %d\n", in main()
170 ksft_print_msg("ppid %d does not match ppid from ioctl %d\n", in main()
175 ksft_print_msg("uid %d does not match uid from ioctl %d\n", in main()
180 ksft_print_msg("gid %d does not match gid from ioctl %d\n", in main()
185 ksft_print_msg("euid %d does not match euid from ioctl %d\n", in main()
190 ksft_print_msg("egid %d does not match egid from ioctl %d\n", in main()
195 ksft_print_msg("suid %d does not match suid from ioctl %d\n", in main()
200 ksft_print_msg("sgid %d does not match sgid from ioctl %d\n", in main()
205 ksft_print_msg("cgroupid should not be 0 when PIDFD_INFO_CGROUPID is set\n"); in main()