Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1211 const char *lookup_name; in bcm_iovar_lookup() local
1214 lookup_name = strrchr(name, ':'); in bcm_iovar_lookup()
1215 if (lookup_name != NULL) in bcm_iovar_lookup()
1216 lookup_name++; in bcm_iovar_lookup()
1218 lookup_name = name; in bcm_iovar_lookup()
1223 if (!strcmp(vi->name, lookup_name)) in bcm_iovar_lookup()