Home | History | Annotate | Download | only in drivers

Lines Matching refs:phyname

773 	drv->phyname[0] = '\0';
783 rv = read(f, drv->phyname, sizeof(drv->phyname) - 1);
791 drv->phyname[rv] = '\0';
792 pos = os_strchr(drv->phyname, '\n');
796 drv->ifname, drv->phyname);
2337 return drv->phyname;