/external/linux-kselftest/tools/testing/selftests/nsfs/ |
D | owner.c | 19 #define pr_err(fmt, ...) \ macro 39 return pr_err("fork"); in main() 43 return pr_err("unshare"); in main() 52 return pr_err("Unable to read from pipe"); in main() 58 return pr_err("Unable to open %s", path); in main() 62 return pr_err("Unable to get an owning user namespace"); in main() 65 return pr_err("fstat"); in main() 69 return pr_err("stat"); in main() 72 return pr_err("NS_GET_USERNS returned a wrong namespace"); in main() 76 return pr_err("Unable to get an owning user namespace"); in main() [all …]
|
D | pidns.c | 16 #define pr_err(fmt, ...) \ macro 52 return pr_err("clone"); in main() 58 return pr_err("Unable to open %s", path); in main() 62 return pr_err("Unable to get a parent pidns"); in main() 66 return pr_err("Unable to stat %s", path); in main() 68 return pr_err("Unable to stat the parent pidns"); in main() 70 return pr_err("NS_GET_PARENT returned a wrong namespace"); in main() 73 return pr_err("Don't get EPERM"); in main()
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | so_netns_cookie.c | 17 #define pr_err(fmt, ...) \ macro 32 return pr_err("Unable to create TCP socket"); in main() 36 return pr_err("getsockopt(SOL_SOCKET, SO_NETNS_COOKIE)"); in main() 39 return pr_err("SO_NETNS_COOKIE returned zero cookie"); in main() 42 return pr_err("unshare"); in main() 46 return pr_err("Unable to create TCP socket"); in main() 50 return pr_err("getsockopt(SOL_SOCKET, SO_NETNS_COOKIE)"); in main() 53 return pr_err("SO_NETNS_COOKIE returned zero cookie"); in main() 56 return pr_err("SO_NETNS_COOKIE returned identical cookies for distinct ns"); in main()
|
D | ipsec.c | 42 #define pr_err(fmt, ...) printk(fmt ": %m", ##__VA_ARGS__) macro 105 pr_err("unshare()"); in unshare_open() 111 pr_err("open(%s)", netns_path); in unshare_open() 121 pr_err("setns()"); in switch_ns() 162 pr_err("socket(AF_NETLINK)"); in netlink_sock() 254 pr_err("recv()"); in netlink_check_answer() 312 pr_err("send()"); in veth_add() 354 pr_err("send()"); in ip4_addr_set() 380 pr_err("send()"); in link_set_up() 418 pr_err("send()"); in ip4_route_set() [all …]
|
/external/linux-kselftest/tools/testing/selftests/timens/ |
D | procfs.c | 60 return pr_err("The same child_ns after CLONE_NEWTIME"); in init_namespaces() 84 pr_err("failed to parse /proc/uptime"); in read_proc_uptime() 116 pr_err("failed to parse /proc/stat"); in read_proc_stat_btime() 128 return pr_err("switch_ns(%d)", parent_ns); in check_uptime() 134 return pr_err("switch_ns(%d)", child_ns); in check_uptime() 157 return pr_err("switch_ns(%d)", parent_ns); in check_stat_btime() 163 return pr_err("switch_ns(%d)", child_ns); in check_stat_btime()
|
D | log.h | 12 #define pr_err(fmt, ...) \ macro 24 #define pr_perror(fmt, ...) pr_p(pr_err, fmt, ##__VA_ARGS__)
|
D | timens.c | 105 return pr_err("switch_ns(%d)", child_ns); in test_gettime() 114 return pr_err("switch_ns(%d)", child_ns); in test_gettime() 128 return pr_err("switch_ns(%d)", parent_ns); in test_gettime()
|
D | gettime_perf.c | 35 pr_err("[WARN]\tfailed to find vDSO\n"); in fill_function_pointers() 43 pr_err("Warning: failed to find clock_gettime in vDSO\n"); in fill_function_pointers()
|
D | clock_nanosleep.c | 73 pr_err("Unable to create a thread: %s", strerror(ret)); in run_test()
|
/external/ltp/testcases/kernel/firmware/fw_load_kernel/ |
D | ltp_fw_load.c | 71 pr_err(TCID ": Expected firmware size '%d'\n", fw_size); in fw_read() 76 pr_err(TCID ": Unexpected firmware data\n"); in fw_read() 92 pr_err(TCID ": Can't request firmware '%s'\n", name); in try_request_fw() 116 pr_err(TCID ": Unexpected number of firmwares '%d'", fw_num); in sys_fwnum() 135 pr_err(TCID ": Unable to register device\n"); in test_init() 142 pr_err(TCID ": Can't create sysfs file 'result'\n"); in test_init() 148 pr_err(TCID ": Can't create sysfs file 'fwnum'\n"); in test_init()
|
/external/iproute2/devlink/ |
D | devlink.c | 38 #define pr_err(args...) fprintf(stderr, ##args) macro 91 pr_err("devlink answers: %s\n", strerror(errno)); in _mnlg_socket_recv_run() 105 pr_err("Failed to call mnlg_socket_send\n"); in _mnlg_socket_sndrcv() 118 pr_err("Failed to call mnlg_socket_group_add\n"); in _mnlg_socket_group_add() 515 pr_err("Devlink identification (\"bus_name/dev_name\") expected\n"); in dl_argv_handle() 519 pr_err("Wrong devlink identification string format.\n"); in dl_argv_handle() 520 pr_err("Expected \"bus_name/dev_name\".\n"); in dl_argv_handle() 536 pr_err("Port identification \"%s\" is invalid\n", str); in __dl_argv_handle_port() 541 pr_err("Port index \"%s\" is not a number or not within range\n", in __dl_argv_handle_port() 547 pr_err("Port identification \"%s\" is invalid\n", str); in __dl_argv_handle_port() [all …]
|
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
D | tm-unavailable.c | 41 #define pr_err(code, format, ...) err_at_line(1, code, format, ##__VA_ARGS__) macro 320 pr_err(rc, "pthread_create()"); in test_fp_vec() 326 pr_err(rc, "pthread_join"); in test_fp_vec() 359 pr_err(rc, "pthread_attr_init()"); in tm_unavailable_test() 364 pr_err(rc, "pthread_attr_setaffinity_np()"); in tm_unavailable_test() 368 pr_err(rc, "pthread_create()"); in tm_unavailable_test()
|
/external/iproute2/rdma/ |
D | utils.c | 138 pr_err("This tool doesn't support switches yet\n"); in rd_dev_init_cb() 178 pr_err("Unknown %s '%s'.\n", str, rd_argv(rd)); in rd_exec_cmd() 198 pr_err("Failed to open NETLINK_RDMA socket\n"); in rd_send_msg() 204 pr_err("Failed to bind socket with err %d\n", ret); in rd_send_msg() 210 pr_err("Failed to send to socket with err %d\n", ret); in rd_send_msg()
|
D | rdma.c | 54 pr_err("Failed to create JSON writer\n"); in rd_init() 121 pr_err("Unknown option.\n"); in main()
|
D | rdma.h | 26 #define pr_err(args...) fprintf(stderr, ##args) macro
|
D | link.c | 220 pr_err("This tool doesn't support switches yet\n"); in link_parse_cb() 306 pr_err("Wrong device name\n"); in link_show()
|
D | dev.c | 259 pr_err("Wrong device name\n"); in dev_show()
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | squashfs.h | 26 #define ERROR(s, args...) pr_err("SQUASHFS error: "s, ## args)
|
/external/ltp/testcases/kernel/device-drivers/uaccess/ |
D | ltp_uaccess.c | 32 pr_err(DEV_NAME ": " fmt "\n", ##__VA_ARGS__)
|
/external/e2fsprogs/lib/ext2fs/ |
D | jfs_compat.h | 63 #define pr_err(...) macro
|
/external/e2fsprogs/e2fsck/ |
D | recovery.c | 571 pr_err("JBD2: Invalid checksum recovering block %lu in log\n", in do_one_pass() 750 pr_err("JBD2: Invalid checksum found in transaction %u\n", in do_one_pass()
|
/external/e2fsprogs/debugfs/ |
D | recovery.c | 571 pr_err("JBD2: Invalid checksum recovering block %lu in log\n", in do_one_pass() 750 pr_err("JBD2: Invalid checksum found in transaction %u\n", in do_one_pass()
|
/external/ltp/testcases/kernel/device-drivers/block/block_dev_kernel/ |
D | ltp_block_dev.c | 27 pr_err(BLK_DEV_NAME ": " fmt, ##__VA_ARGS__)
|
/external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/ |
D | ltp_tbio.c | 58 pr_err(TBIO_DEVICE_NAME ": " fmt "\n", ##__VA_ARGS__)
|
/external/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/ |
D | ltp_tpci.c | 54 pr_err(PCI_DEVICE_NAME ": " fmt "\n", ##__VA_ARGS__)
|