Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/
H A Dipsec.h243 uuid_string_t wake_uuid; member
250 uuid_string_t wake_uuid; member
H A Dipsec.c5155 ipsec_wake_pkt.wake_uuid,
5192 ipsec_wake_pkt.wake_uuid, in ipsec_save_wake_packet()
5206 strlcpy(event_data.wake_uuid, ipsec_wake_pkt.wake_uuid, sizeof(event_data.wake_uuid)); in ipsec_save_wake_packet()
5213 __func__, result, ipsec_wake_pkt.wake_uuid); in ipsec_save_wake_packet()
5266 IOPMCopySleepWakeUUIDKey(ipsec_wake_pkt.wake_uuid, in ipsec_sleep_wake_handler()
5267 sizeof(ipsec_wake_pkt.wake_uuid)); in ipsec_sleep_wake_handler()
5269 "ipsec: system will sleep, uuid: %s", ipsec_wake_pkt.wake_uuid)); in ipsec_sleep_wake_handler()
5284 "ipsec: system has powered on, uuid: %s reason %s", ipsec_wake_pkt.wake_uuid, wake_reason)); in ipsec_sleep_wake_handler()
/xnu-8020.101.4/bsd/net/
H A Dif_ports_used.h115 uuid_t wake_uuid; member
H A Dif_ports_used.c1144 uuid_copy(event_data.wake_uuid, current_wakeuuid); in if_notify_wake_packet()
1169 uuid_unparse(event_data.wake_uuid, wake_uuid_str); in if_notify_wake_packet()