Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_ports_used.c85 static uuid_t current_wakeuuid; variable
86 SYSCTL_OPAQUE(_net_link_generic_system_port_used, OID_AUTO, current_wakeuuid,
88 current_wakeuuid, sizeof(uuid_t), "S,uuid_t", "");
305 if (uuid_compare(wakeuuid, current_wakeuuid) != 0) { in if_ports_used_update_wakeuuid()
307 uuid_copy(current_wakeuuid, wakeuuid); in if_ports_used_update_wakeuuid()
323 uuid_unparse(current_wakeuuid, uuid_str); in if_ports_used_update_wakeuuid()
588 uuid_copy(xnpigen.xng_wakeuuid, current_wakeuuid);
1069 uuid_copy(event_data.una_wake_uuid, current_wakeuuid); in if_notify_unattributed_wake_mbuf()
1147 uuid_copy(event_data.wake_uuid, current_wakeuuid); in if_notify_wake_packet()
1505 uuid_copy(event_data.una_wake_uuid, current_wakeuuid); in if_notify_unattributed_wake_pkt()