Home
last modified time | relevance | path

Searched refs:str_sz (Results 1 – 4 of 4) sorted by relevance

/linux/tools/net/ynl/lib/
H A Dynl.c50 char *str, int str_sz, int *n) in ynl_err_walk_report_one() argument
53 if (*n < str_sz) in ynl_err_walk_report_one()
54 *n += snprintf(str, str_sz, "!policy"); in ynl_err_walk_report_one()
59 if (*n < str_sz) in ynl_err_walk_report_one()
60 *n += snprintf(str, str_sz, "!oob"); in ynl_err_walk_report_one()
65 if (*n < str_sz) in ynl_err_walk_report_one()
66 *n += snprintf(str, str_sz, "!name"); in ynl_err_walk_report_one()
70 if (*n < str_sz) in ynl_err_walk_report_one()
71 *n += snprintf(str, str_sz - *n, in ynl_err_walk_report_one()
78 const struct ynl_policy_nest *policy, char *str, int str_sz, in ynl_err_walk() argument
[all …]
/linux/tools/perf/util/
H A Dutil.h
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic.h158 const size_t str_sz);
H A Dfbnic_fw.c794 const size_t str_sz) in fbnic_get_fw_ver_commit_str() argument
803 fw_version, str_sz); in fbnic_get_fw_ver_commit_str()