Searched refs:debug_string (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/fs/orangefs/ |
D | orangefs-debugfs.c | 379 char *debug_string; in orangefs_debug_write() local 423 debug_string = kernel_debug_string; in orangefs_debug_write() 438 debug_string = client_debug_string; in orangefs_debug_write() 474 sprintf(s, "%s\n", debug_string); in orangefs_debug_write() 671 char *debug_string; in debug_mask_to_string() local 677 debug_string = client_debug_string; in debug_mask_to_string() 680 debug_string = kernel_debug_string; in debug_mask_to_string() 684 memset(debug_string, 0, ORANGEFS_MAX_DEBUG_STRING_LEN); in debug_mask_to_string() 702 len = strlen(debug_string); in debug_mask_to_string() 714 gossip_debug(GOSSIP_UTILS_DEBUG, "%s: string:%s:\n", __func__, debug_string); in debug_mask_to_string() [all …]
|
/linux-6.14.4/drivers/media/pci/bt8xx/ |
D | dst_ca.c | 385 static int debug_string(u8 *msg, u32 length, u32 offset) in debug_string() function 405 debug_string(&p_ca_message->msg[4], length, 0); /* length is excluding tag & length */ in ca_set_pmt() 411 debug_string(hw_buffer->msg, (length + tag_length), 0); /* tags too */ in ca_set_pmt()
|
/linux-6.14.4/drivers/android/ |
D | binder.c | 4073 const char *debug_string; in binder_thread_write() local 4112 debug_string = "IncRefs"; in binder_thread_write() 4115 debug_string = "Acquire"; in binder_thread_write() 4118 debug_string = "Release"; in binder_thread_write() 4122 debug_string = "DecRefs"; in binder_thread_write() 4127 proc->pid, thread->pid, debug_string, in binder_thread_write() 4133 proc->pid, thread->pid, debug_string, in binder_thread_write()
|