Searched refs:PRIV_STR_SIZE (Results 1 – 3 of 3) sorted by relevance
/drivers/net/wireless/prism54/ |
D | oid_mgt.c | 795 return snprintf(str, PRIV_STR_SIZE, "%u\n", r->u); in mgt_response_to_str() 798 return snprintf(str, PRIV_STR_SIZE, in mgt_response_to_str() 805 return snprintf(str, PRIV_STR_SIZE, in mgt_response_to_str() 816 k = snprintf(str, PRIV_STR_SIZE, "nr=%u\n", list->nr); in mgt_response_to_str() 818 k += snprintf(str + k, PRIV_STR_SIZE - k, in mgt_response_to_str() 834 t = snprintf(str, PRIV_STR_SIZE, "nr=%u\n", freq->nr); in mgt_response_to_str() 836 t += snprintf(str + t, PRIV_STR_SIZE - t, in mgt_response_to_str() 843 return snprintf(str, PRIV_STR_SIZE, in mgt_response_to_str() 850 return snprintf(str, PRIV_STR_SIZE, in mgt_response_to_str() 858 return snprintf(str, PRIV_STR_SIZE, in mgt_response_to_str() [all …]
|
D | isl_oid.h | 501 #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, ""},
|