Searched refs:drvname (Results 1 – 5 of 5) sorted by relevance
743 strlcpy(spec->drvname, ifname, sizeof(spec->drvname)) >= in if_nametospec()744 sizeof(spec->drvname)) in if_nametospec()751 ep = strchr(spec->drvname, ':'); in if_nametospec()765 ep = spec->drvname + strlen(spec->drvname) - 1; in if_nametospec()769 strlcpy(spec->devname, spec->drvname, sizeof(spec->devname)); in if_nametospec()772 while (ep > spec->drvname && isdigit((int)*ep)) in if_nametospec()780 for (ep = spec->drvname; *ep != '\0' && !isdigit((int)*ep); ep++) { in if_nametospec()
201 char drvname[IF_NAMESIZE]; member
323 if_ignore1(const char *drvname) in if_ignore1() argument328 if (strcmp(*p, drvname) == 0) in if_ignore1()374 if (if_ignore1(spec.drvname)) in if_ignore()
39 kiconv_lookupconv(const char *drvname) in kiconv_lookupconv() argument56 if (strcmp(drvp, drvname) == 0) { in kiconv_lookupconv()
98 int kiconv_lookupconv(const char *drvname);