Searched refs:param_str_val (Results 1 – 1 of 1) sorted by relevance
6381 const char **param_str_val, u32 *param_num_val) in qed_read_param() argument6393 *param_str_val = char_buf + offset; in qed_read_param()6395 offset += strlen(*param_str_val) + 1; in qed_read_param()6400 *param_str_val = NULL; in qed_read_param()6417 const char *param_str_val; in qed_read_section_hdr() local6420 section_name, ¶m_str_val, num_section_params); in qed_read_section_hdr()6433 const char *param_name, *param_str_val; in qed_print_section_params() local6438 ¶m_str_val, ¶m_num_val); in qed_print_section_params()6440 if (param_str_val) in qed_print_section_params()6444 "%s: %s\n", param_name, param_str_val); in qed_print_section_params()[all …]