Searched refs:current_wakeuuid (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/bsd/net/ |
| H A D | if_ports_used.c | 91 static uuid_t current_wakeuuid; variable 92 SYSCTL_OPAQUE(_net_link_generic_system_port_used, OID_AUTO, current_wakeuuid, 94 current_wakeuuid, sizeof(uuid_t), "S,uuid_t", ""); 537 if (uuid_compare(wakeuuid, current_wakeuuid) != 0) { in if_ports_used_update_wakeuuid() 543 uuid_copy(current_wakeuuid, wakeuuid); in if_ports_used_update_wakeuuid() 558 uuid_unparse(current_wakeuuid, uuid_str); in if_ports_used_update_wakeuuid() 849 uuid_copy(xnpigen.xng_wakeuuid, current_wakeuuid); 1600 uuid_copy(event_data.una_wake_uuid, current_wakeuuid); in if_notify_unattributed_wake_mbuf() 1665 uuid_copy(event_data.wake_uuid, current_wakeuuid); in if_notify_wake_packet() 2172 uuid_copy(event_data.una_wake_uuid, current_wakeuuid); in if_notify_unattributed_wake_pkt()
|