Searched refs:PRIV_STR_SIZE (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/ |
D | oid_mgt.c | 783 return scnprintf(str, PRIV_STR_SIZE, "%u\n", r->u); in mgt_response_to_str() 786 return scnprintf(str, PRIV_STR_SIZE, in mgt_response_to_str() 793 return scnprintf(str, PRIV_STR_SIZE, in mgt_response_to_str() 804 k = scnprintf(str, PRIV_STR_SIZE, "nr=%u\n", list->nr); in mgt_response_to_str() 806 k += scnprintf(str + k, PRIV_STR_SIZE - k, in mgt_response_to_str() 822 t = scnprintf(str, PRIV_STR_SIZE, "nr=%u\n", freq->nr); in mgt_response_to_str() 824 t += scnprintf(str + t, PRIV_STR_SIZE - t, in mgt_response_to_str() 831 return scnprintf(str, PRIV_STR_SIZE, in mgt_response_to_str() 838 return scnprintf(str, PRIV_STR_SIZE, in mgt_response_to_str() 846 return scnprintf(str, PRIV_STR_SIZE, in mgt_response_to_str() [all …]
|
D | isl_oid.h | 489 #define PRIV_STR_SIZE 1024 macro
|
D | isl_ioctl.c | 2774 #define IWPRIV_GET(n,x) { n, 0, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | PRIV_STR_SIZE, "g_"x } 2811 0, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | PRIV_STR_SIZE, ""},
|