Searched refs:param_str_val (Results 1 – 1 of 1) sorted by relevance
5959 const char **param_str_val, u32 *param_num_val) in qed_read_param() argument5971 *param_str_val = char_buf + offset; in qed_read_param()5973 offset += strlen(*param_str_val) + 1; in qed_read_param()5978 *param_str_val = NULL; in qed_read_param()5995 const char *param_str_val; in qed_read_section_hdr() local5998 section_name, ¶m_str_val, num_section_params); in qed_read_section_hdr()6011 const char *param_name, *param_str_val; in qed_print_section_params() local6016 ¶m_str_val, ¶m_num_val); in qed_print_section_params()6018 if (param_str_val) in qed_print_section_params()6022 "%s: %s\n", param_name, param_str_val); in qed_print_section_params()[all …]