Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_ports_used.c134 char wakeuuid_not_set_last_if[IFXNAMSIZ]; variable
137 wakeuuid_not_set_last_if, CTLTYPE_STRING | CTLFLAG_RD | CTLFLAG_LOCKED,
298 strlcpy(wakeuuid_not_set_last_if, if_name(ifp), in if_ports_used_update_wakeuuid()
299 sizeof(wakeuuid_not_set_last_if)); in if_ports_used_update_wakeuuid()
547 return SYSCTL_OUT(req, &wakeuuid_not_set_last_if, strlen(wakeuuid_not_set_last_if) + 1);