Searched refs:iovar (Results 1 – 1 of 1) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu.c | 88 static int dhd_var_getbuf(void *dhd, char *iovar, void *param, int param_len, void **bufptr); 89 static int dhd_var_setbuf(void *dhd, char *iovar, void *param, int param_len); 2907 dhd_var_getbuf(void *dhd, char *iovar, void *param, int param_len, void **bufptr) in dhd_var_getbuf() argument 2912 strcpy(buf, iovar); in dhd_var_getbuf() 2915 len = strlen(iovar) + 1; in dhd_var_getbuf() 2926 dhd_var_setbuf(void *dhd, char *iovar, void *param, int param_len) in dhd_var_setbuf() argument 2931 strcpy(buf, iovar); in dhd_var_setbuf() 2934 len = strlen(iovar) + 1; in dhd_var_setbuf()
|