Home
last modified time | relevance | path

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

/linux/tools/net/ynl/lib/
H A Dynl.c81 char *str, int str_sz, int *n) in ynl_err_walk_report_one() argument
84 if (*n < str_sz) in ynl_err_walk_report_one()
85 *n += snprintf(str, str_sz, "!policy"); in ynl_err_walk_report_one()
90 if (*n < str_sz) in ynl_err_walk_report_one()
91 *n += snprintf(str, str_sz, "!oob"); in ynl_err_walk_report_one()
96 if (*n < str_sz) in ynl_err_walk_report_one()
97 *n += snprintf(str, str_sz, "!name"); in ynl_err_walk_report_one()
101 if (*n < str_sz) { in ynl_err_walk_report_one()
104 sz = snprintf(str, str_sz - *n, in ynl_err_walk_report_one()
112 if (*n < str_sz) in ynl_err_walk_report_one()
[all …]
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic.h201 const size_t str_sz);
H A Dfbnic_fw.c1894 const size_t str_sz) in fbnic_get_fw_ver_commit_str() argument
1903 fw_version, str_sz); in fbnic_get_fw_ver_commit_str()