Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Dipsec.h234 uuid_string_t wake_uuid; member
241 uuid_string_t wake_uuid; member
H A Dipsec.c5152 ipsec_wake_pkt.wake_uuid,
5189 ipsec_wake_pkt.wake_uuid, in ipsec_save_wake_packet()
5203 strlcpy(event_data.wake_uuid, ipsec_wake_pkt.wake_uuid, sizeof(event_data.wake_uuid)); in ipsec_save_wake_packet()
5210 __func__, result, ipsec_wake_pkt.wake_uuid); in ipsec_save_wake_packet()
5263 IOPMCopySleepWakeUUIDKey(ipsec_wake_pkt.wake_uuid, in ipsec_sleep_wake_handler()
5264 sizeof(ipsec_wake_pkt.wake_uuid)); in ipsec_sleep_wake_handler()
5266 "ipsec: system will sleep, uuid: %s", ipsec_wake_pkt.wake_uuid)); in ipsec_sleep_wake_handler()
5281 "ipsec: system has powered on, uuid: %s reason %s", ipsec_wake_pkt.wake_uuid, wake_reason)); in ipsec_sleep_wake_handler()
/xnu-8019.80.24/bsd/net/
H A Dif_ports_used.h115 uuid_t wake_uuid; member
H A Dif_ports_used.c1147 uuid_copy(event_data.wake_uuid, current_wakeuuid); in if_notify_wake_packet()
1172 uuid_unparse(event_data.wake_uuid, wake_uuid_str); in if_notify_wake_packet()