Searched refs:wake_uuid (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.140.41/bsd/netinet6/ |
| H A D | ipsec.h | 243 uuid_string_t wake_uuid; member 250 uuid_string_t wake_uuid; member
|
| H A D | ipsec.c | 5155 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.140.41/bsd/net/ |
| H A D | if_ports_used.h | 115 uuid_t wake_uuid; member
|
| H A D | if_ports_used.c | 1144 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()
|