Searched refs:libcfs_debug_file_path_arr (Results 1 – 2 of 2) sorted by relevance
228 char libcfs_debug_file_path_arr[PATH_MAX] = LIBCFS_DEBUG_FILE_PATH_DEFAULT; variable453 if (strncmp(libcfs_debug_file_path_arr, "NONE", 4) != 0) { in libcfs_debug_dumplog_internal()455 "%s.%lld.%ld", libcfs_debug_file_path_arr, in libcfs_debug_dumplog_internal()515 strncpy(libcfs_debug_file_path_arr, in libcfs_debug_init()517 libcfs_debug_file_path_arr[PATH_MAX - 1] = '\0'; in libcfs_debug_init()
57 extern char libcfs_debug_file_path_arr[PATH_MAX];