Searched refs:libcfs_debug_file_path_arr (Results 1 – 3 of 3) sorted by relevance
115 char libcfs_debug_file_path_arr[PATH_MAX] = LIBCFS_DEBUG_FILE_PATH_DEFAULT; variable340 if (strncmp(libcfs_debug_file_path_arr, "NONE", 4) != 0) { in libcfs_debug_dumplog_internal()342 "%s.%ld.%ld", libcfs_debug_file_path_arr, in libcfs_debug_dumplog_internal()402 strncpy(libcfs_debug_file_path_arr, in libcfs_debug_init()404 libcfs_debug_file_path_arr[PATH_MAX - 1] = '\0'; in libcfs_debug_init()
847 .data = libcfs_debug_file_path_arr,848 .maxlen = sizeof(libcfs_debug_file_path_arr),
58 extern char libcfs_debug_file_path_arr[PATH_MAX];