Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/atheros/
H A Dif_arge.c660 char * local_macstr; in arge_attach() local
679 if ((local_macstr = kern_getenv(devid_str)) != NULL) { in arge_attach()
684 local_macstr); in arge_attach()
688 count = sscanf(local_macstr, "%x%*c%x%*c%x%*c%x%*c%x%*c%x", in arge_attach()
699 freeenv(local_macstr); in arge_attach()
700 local_macstr = NULL; in arge_attach()
/f-stack/freebsd/mips/atheros/ar531x/
H A Dif_are.c218 char * local_macstr; in are_attach() local
236 device_get_unit(dev), "macaddr", (const char **)&local_macstr)) { in are_attach()
241 local_macstr); in are_attach()
245 count = sscanf(local_macstr, "%x%*c%x%*c%x%*c%x%*c%x%*c%x", in are_attach()