Home
last modified time | relevance | path

Searched refs:health_reporter_name_len (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/net/ynl/generated/
H A Ddevlink-user.h1161 __u32 health_reporter_name_len; member
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()
1221 __u32 health_reporter_name_len; member
H A Ddevlink-user.c1996 dst->_present.health_reporter_name_len = len; in devlink_health_reporter_get_rsp_parse()
2025 if (req->_present.health_reporter_name_len) in devlink_health_reporter_get()