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

/freebsd-13-stable/sys/dev/dme/
H A Dif_dme.c216 char devid_str[32]; local
221 snprintf(devid_str, 32, "hint.%s.%d.macaddr",
226 if ((var = kern_getenv(devid_str)) != NULL) {
/freebsd-13-stable/sys/mips/atheros/
H A Dif_arge.c661 char devid_str[32]; local
676 snprintf(devid_str, 32, "hint.%s.%d.macaddr",
679 if ((local_macstr = kern_getenv(devid_str)) != NULL) {
/freebsd-13-stable/sys/dev/ath/
H A Dif_ath.c549 char devid_str[32]; local
560 snprintf(devid_str, 32, "hint.%s.%d.macaddr",
564 if ((local_macstr = kern_getenv(devid_str)) != NULL) {

Completed in 112 milliseconds