Searched refs:current_wakeuuid (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/bsd/net/ |
| H A D | if_ports_used.c | 85 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", ""); 302 if (uuid_compare(wakeuuid, current_wakeuuid) != 0) { in if_ports_used_update_wakeuuid() 304 uuid_copy(current_wakeuuid, wakeuuid); in if_ports_used_update_wakeuuid() 320 uuid_unparse(current_wakeuuid, uuid_str); in if_ports_used_update_wakeuuid() 585 uuid_copy(xnpigen.xng_wakeuuid, current_wakeuuid); 1066 uuid_copy(event_data.una_wake_uuid, current_wakeuuid); in if_notify_unattributed_wake_mbuf() 1144 uuid_copy(event_data.wake_uuid, current_wakeuuid); in if_notify_wake_packet() 1502 uuid_copy(event_data.una_wake_uuid, current_wakeuuid); in if_notify_unattributed_wake_pkt()
|