Searched refs:current_wakeuuid (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.140.69/bsd/net/ |
| H A D | if_ports_used.c | 89 static uuid_t current_wakeuuid; variable 90 SYSCTL_OPAQUE(_net_link_generic_system_port_used, OID_AUTO, current_wakeuuid, 92 current_wakeuuid, sizeof(uuid_t), "S,uuid_t", ""); 356 if (uuid_compare(wakeuuid, current_wakeuuid) != 0) { in if_ports_used_update_wakeuuid() 362 uuid_copy(current_wakeuuid, wakeuuid); in if_ports_used_update_wakeuuid() 387 uuid_unparse(current_wakeuuid, uuid_str); in if_ports_used_update_wakeuuid() 652 uuid_copy(xnpigen.xng_wakeuuid, current_wakeuuid); 1312 uuid_copy(event_data.una_wake_uuid, current_wakeuuid); in if_notify_unattributed_wake_mbuf() 1379 uuid_copy(event_data.wake_uuid, current_wakeuuid); in if_notify_wake_packet() 1825 uuid_copy(event_data.una_wake_uuid, current_wakeuuid); in if_notify_unattributed_wake_pkt()
|