Home | History | Annotate | Download | only in drivers

Lines Matching refs:phyname

765 	drv->phyname[0] = '\0';
775 rv = read(f, drv->phyname, sizeof(drv->phyname) - 1);
783 drv->phyname[rv] = '\0';
784 pos = os_strchr(drv->phyname, '\n');
788 drv->ifname, drv->phyname);
2428 return drv->phyname;