Searched refs:param_str_val (Results 1 – 1 of 1) sorted by relevance
6383 const char **param_str_val, u32 *param_num_val) in qed_read_param() argument6395 *param_str_val = char_buf + offset; in qed_read_param()6397 offset += strlen(*param_str_val) + 1; in qed_read_param()6402 *param_str_val = NULL; in qed_read_param()6419 const char *param_str_val; in qed_read_section_hdr() local6422 section_name, ¶m_str_val, num_section_params); in qed_read_section_hdr()6435 const char *param_name, *param_str_val; in qed_print_section_params() local6440 ¶m_str_val, ¶m_num_val); in qed_print_section_params()6442 if (param_str_val) in qed_print_section_params()6446 "%s: %s\n", param_name, param_str_val); in qed_print_section_params()[all …]