Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dif_ports_used.c136 char wakeuuid_not_set_last_if[IFXNAMSIZ]; variable
139 wakeuuid_not_set_last_if, CTLTYPE_STRING | CTLFLAG_RD | CTLFLAG_LOCKED,
309 strlcpy(wakeuuid_not_set_last_if, if_name(ifp), in if_ports_used_update_wakeuuid()
310 sizeof(wakeuuid_not_set_last_if)); in if_ports_used_update_wakeuuid()
566 return SYSCTL_OUT(req, &wakeuuid_not_set_last_if, strlen(wakeuuid_not_set_last_if) + 1);