Searched refs:kutf_str_ptr (Results 1 – 2 of 2) sorted by relevance
349 char *kutf_str_ptr = NULL; in kutf_debugfs_run_read() local355 kutf_result_to_string(&kutf_str_ptr, res->status); in kutf_debugfs_run_read()356 if (kutf_str_ptr) in kutf_debugfs_run_read()357 kutf_str_len = strlen(kutf_str_ptr); in kutf_debugfs_run_read()368 if (kutf_str_ptr) { in kutf_debugfs_run_read()369 bytes_not_copied = copy_to_user(&buf[0], kutf_str_ptr, in kutf_debugfs_run_read()
378 const char *kutf_str_ptr = NULL; in kutf_debugfs_run_read() local443 kutf_result_to_string(&kutf_str_ptr, res->status); in kutf_debugfs_run_read()444 if (kutf_str_ptr) in kutf_debugfs_run_read()445 kutf_str_len = strlen(kutf_str_ptr); in kutf_debugfs_run_read()456 if (kutf_str_ptr) { in kutf_debugfs_run_read()457 bytes_not_copied = copy_to_user(&buf[0], kutf_str_ptr, in kutf_debugfs_run_read()