Searched refs:info_version_running (Results 1 – 3 of 3) sorted by relevance
43 info_rsp->info_version_running[i].info_version_name, in main()44 info_rsp->info_version_running[i].info_version_value); in main()
1713 devlink_dl_info_version_free(&rsp->info_version_running[i]); in devlink_info_get_rsp_free()1714 free(rsp->info_version_running); in devlink_info_get_rsp_free()1737 if (dst->info_version_running) in devlink_info_get_rsp_parse()1813 dst->info_version_running = calloc(n_info_version_running, sizeof(*dst->info_version_running)); in devlink_info_get_rsp_parse()1819 parg.data = &dst->info_version_running[i]; in devlink_info_get_rsp_parse()1896 devlink_dl_info_version_free(&rsp->obj.info_version_running[i]); in devlink_info_get_list_free()1897 free(rsp->obj.info_version_running); in devlink_info_get_list_free()
1131 struct devlink_dl_info_version *info_version_running; member