Lines Matching refs:client_debug_string
99 static char client_debug_string[ORANGEFS_MAX_DEBUG_STRING_LEN]; variable
343 if (strlen(client_debug_string) + 1 < ORANGEFS_MAX_DEBUG_STRING_LEN) { in orangefs_client_debug_init()
344 strcpy(c_buffer, client_debug_string); in orangefs_client_debug_init()
495 debug_string = client_debug_string; in orangefs_debug_write()
733 debug_string = client_debug_string; in debug_mask_to_string()
761 client_debug_string[len - 1] = '\0'; in debug_mask_to_string()
765 strcpy(client_debug_string, "none"); in debug_mask_to_string()
811 if ((strlen(client_debug_string) + in do_c_string()
814 strcat(client_debug_string, in do_c_string()
816 strcat(client_debug_string, ","); in do_c_string()
819 strcpy(client_debug_string, ORANGEFS_ALL); in do_c_string()
855 strcpy(client_debug_string, ORANGEFS_ALL); in check_amalgam_keyword()
862 strcpy(client_debug_string, ORANGEFS_VERBOSE); in check_amalgam_keyword()
1056 client_debug_string, in orangefs_debugfs_new_debug()