Searched refs:config_size (Results 1 – 1 of 1) sorted by relevance
397 int config_size = get_config_size(config); in config_save() local398 char *buf = osi_calloc(config_size); in config_save()423 if(w_cnt_total + w_cnt > config_size) { in config_save()424 …%d) is larger than buffer size (config_size = %d).", __func__, (w_cnt + w_cnt_total), config_size); in config_save()441 if(w_cnt_total + w_cnt > config_size) { in config_save()442 … %d) is larger than buffer size.(config_size = %d)", __func__, (w_cnt + w_cnt_total), config_size); in config_save()