Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet6/
H A Dipsec.h244 uuid_string_t wake_uuid; member
251 uuid_string_t wake_uuid; member
H A Dipsec.c5166 ipsec_wake_pkt.wake_uuid,
5203 ipsec_wake_pkt.wake_uuid, in ipsec_save_wake_packet()
5217 strlcpy(event_data.wake_uuid, ipsec_wake_pkt.wake_uuid, sizeof(event_data.wake_uuid)); in ipsec_save_wake_packet()
5224 __func__, result, ipsec_wake_pkt.wake_uuid); in ipsec_save_wake_packet()
5277 IOPMCopySleepWakeUUIDKey(ipsec_wake_pkt.wake_uuid, in ipsec_sleep_wake_handler()
5278 sizeof(ipsec_wake_pkt.wake_uuid)); in ipsec_sleep_wake_handler()
5280 "ipsec: system will sleep, uuid: %s", ipsec_wake_pkt.wake_uuid)); in ipsec_sleep_wake_handler()
5295 "ipsec: system has powered on, uuid: %s reason %s", ipsec_wake_pkt.wake_uuid, wake_reason)); in ipsec_sleep_wake_handler()
/xnu-8792.41.9/bsd/net/
H A Dif_ports_used.h122 uuid_t wake_uuid; member
H A Dif_ports_used.c1208 uuid_copy(event_data.wake_uuid, current_wakeuuid); in if_notify_wake_packet()
1259 uuid_unparse(event_data.wake_uuid, wake_uuid_str); in if_notify_wake_packet()