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

/freebsd-current/sys/dev/ath/
H A Dif_ath.c550 char *local_macstr; local
563 if ((local_macstr = kern_getenv(devid_str)) != NULL) {
571 local_macstr);
574 count = sscanf(local_macstr, "%x%*c%x%*c%x%*c%x%*c%x%*c%x",
585 freeenv(local_macstr);
586 local_macstr = NULL;

Completed in 143 milliseconds