Searched refs:param_str_val (Results 1 – 1 of 1) sorted by relevance
6235 const char **param_str_val, u32 *param_num_val) in qed_read_param() argument6247 *param_str_val = char_buf + offset; in qed_read_param()6249 offset += strlen(*param_str_val) + 1; in qed_read_param()6254 *param_str_val = NULL; in qed_read_param()6271 const char *param_str_val; in qed_read_section_hdr() local6274 section_name, ¶m_str_val, num_section_params); in qed_read_section_hdr()6287 const char *param_name, *param_str_val; in qed_print_section_params() local6292 ¶m_str_val, ¶m_num_val); in qed_print_section_params()6294 if (param_str_val) in qed_print_section_params()6298 "%s: %s\n", param_name, param_str_val); in qed_print_section_params()[all …]