Searched refs:debug_string (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/orangefs/ |
H A D | orangefs-debugfs.c | 380 char *debug_string; in orangefs_debug_write() local 425 debug_string = kernel_debug_string; in orangefs_debug_write() 440 debug_string = client_debug_string; in orangefs_debug_write() 476 sprintf(s, "%s\n", debug_string); in orangefs_debug_write() 673 char *debug_string; in debug_mask_to_string() local 679 debug_string = client_debug_string; in debug_mask_to_string() 682 debug_string = kernel_debug_string; in debug_mask_to_string() 686 memset(debug_string, 0, ORANGEFS_MAX_DEBUG_STRING_LEN); in debug_mask_to_string() 704 len = strlen(debug_string); in debug_mask_to_string() 716 gossip_debug(GOSSIP_UTILS_DEBUG, "%s: string:%s:\n", __func__, debug_string); in debug_mask_to_string() [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_robot_plug_in.py | 127 debug_string = " --quiet=0" 129 debug_string = "" 135 + debug_string
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A 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()
|
/openbmc/linux/drivers/android/ |
H A D | binder.c | 3841 const char *debug_string; in binder_thread_write() local 3880 debug_string = "IncRefs"; in binder_thread_write() 3883 debug_string = "Acquire"; in binder_thread_write() 3886 debug_string = "Release"; in binder_thread_write() 3890 debug_string = "DecRefs"; in binder_thread_write() 3895 proc->pid, thread->pid, debug_string, in binder_thread_write() 3901 proc->pid, thread->pid, debug_string, in binder_thread_write()
|