Searched refs:str_sz (Results 1 – 2 of 2) 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() 134 ynl_err_walk(struct ynl_sock * ys,void * start,void * end,unsigned int off,const struct ynl_policy_nest * policy,char * str,int str_sz,const struct ynl_policy_nest ** nest_pol) ynl_err_walk() argument [all...] |
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_fw.c | 2004 const size_t str_sz) in fbnic_get_fw_ver_commit_str() argument 2013 fw_version, str_sz); in fbnic_get_fw_ver_commit_str()
|