Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/wireless/prism54/
Doid_mgt.c798 return snprintf(str, PRIV_STR_SIZE, "%u\n", r->u); in mgt_response_to_str()
802 return snprintf(str, PRIV_STR_SIZE, in mgt_response_to_str()
809 return snprintf(str, PRIV_STR_SIZE, in mgt_response_to_str()
820 k = snprintf(str, PRIV_STR_SIZE, "nr=%u\n", list->nr); in mgt_response_to_str()
822 k += snprintf(str + k, PRIV_STR_SIZE - k, in mgt_response_to_str()
838 t = snprintf(str, PRIV_STR_SIZE, "nr=%u\n", freq->nr); in mgt_response_to_str()
840 t += snprintf(str + t, PRIV_STR_SIZE - t, in mgt_response_to_str()
847 return snprintf(str, PRIV_STR_SIZE, in mgt_response_to_str()
854 return snprintf(str, PRIV_STR_SIZE, in mgt_response_to_str()
862 return snprintf(str, PRIV_STR_SIZE, in mgt_response_to_str()
[all …]
Disl_oid.h504 #define PRIV_STR_SIZE 1024 macro
Disl_ioctl.c2586 #define IWPRIV_GET(n,x) { n, 0, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | PRIV_STR_SIZE, "g_"x }
2623 0, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | PRIV_STR_SIZE, ""},