Searched refs:health_reporter_name (Results 1 – 2 of 2) sorted by relevance
1167 char *health_reporter_name; member1207 const char *health_reporter_name) in devlink_health_reporter_get_req_set_health_reporter_name() argument1209 free(req->health_reporter_name); in devlink_health_reporter_get_req_set_health_reporter_name()1210 req->_present.health_reporter_name_len = strlen(health_reporter_name); in devlink_health_reporter_get_req_set_health_reporter_name()1211 req->health_reporter_name = malloc(req->_present.health_reporter_name_len + 1); in devlink_health_reporter_get_req_set_health_reporter_name()1212 memcpy(req->health_reporter_name, health_reporter_name, req->_present.health_reporter_name_len); in devlink_health_reporter_get_req_set_health_reporter_name()1213 req->health_reporter_name[req->_present.health_reporter_name_len] = 0; in devlink_health_reporter_get_req_set_health_reporter_name()1227 char *health_reporter_name; member
1937 free(req->health_reporter_name); in devlink_health_reporter_get_req_free()1946 free(rsp->health_reporter_name); in devlink_health_reporter_get_rsp_free()1997 dst->health_reporter_name = malloc(len + 1); in devlink_health_reporter_get_rsp_parse()1998 memcpy(dst->health_reporter_name, mnl_attr_get_str(attr), len); in devlink_health_reporter_get_rsp_parse()1999 dst->health_reporter_name[len] = 0; in devlink_health_reporter_get_rsp_parse()2026 mnl_attr_put_strz(nlh, DEVLINK_ATTR_HEALTH_REPORTER_NAME, req->health_reporter_name); in devlink_health_reporter_get()2056 free(rsp->obj.health_reporter_name); in devlink_health_reporter_get_list_free()