Searched refs:debug_string (Results 1 – 1 of 1) sorted by relevance
422 char *debug_string; in orangefs_debug_write() local466 debug_string = kernel_debug_string; in orangefs_debug_write()481 debug_string = client_debug_string; in orangefs_debug_write()517 sprintf(s, "%s\n", debug_string); in orangefs_debug_write()714 char *debug_string; in debug_mask_to_string() local720 debug_string = client_debug_string; in debug_mask_to_string()723 debug_string = kernel_debug_string; in debug_mask_to_string()727 memset(debug_string, 0, ORANGEFS_MAX_DEBUG_STRING_LEN); in debug_mask_to_string()745 len = strlen(debug_string); in debug_mask_to_string()873 static void debug_string_to_mask(char *debug_string, void *mask, int type) in debug_string_to_mask() argument[all …]
Completed in 5 milliseconds