Searched refs:str_sz (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/net/ynl/lib/ |
| H A D | ynl.c | 81 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 D | fbnic.h | 201 const size_t str_sz);
|
| H A D | fbnic_fw.c | 1894 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()
|