Searched refs:iovar (Results 1 – 1 of 1) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu.c | 87 static int dhd_var_getbuf(void *dhd, char *iovar, void *param, int param_len, void **bufptr); 88 static int dhd_var_setbuf(void *dhd, char *iovar, void *param, int param_len); 2906 dhd_var_getbuf(void *dhd, char *iovar, void *param, int param_len, void **bufptr) in dhd_var_getbuf() argument 2911 strcpy(buf, iovar); in dhd_var_getbuf() 2914 len = strlen(iovar) + 1; in dhd_var_getbuf() 2925 dhd_var_setbuf(void *dhd, char *iovar, void *param, int param_len) in dhd_var_setbuf() argument 2930 strcpy(buf, iovar); in dhd_var_setbuf() 2933 len = strlen(iovar) + 1; in dhd_var_setbuf()
|