Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/kern/
H A Dstackshot.c74 SECURITY_READ_ONLY_LATE(uint8_t) stackshot_entitlement_report = STACKSHOT_ENTITLEMENT_REPORT;
91 CA_EVENT(stackshot_entitlement_report,
103 struct stackshot_entitlement_report { struct
116 static struct stackshot_entitlement_report *sshot_report_recent[SSHOT_ENTITLEMENT_RECENT]; argument
124 stackshot_entitlement_send_report(const struct stackshot_entitlement_report *ser) in stackshot_entitlement_send_report()
126 ca_event_t ca_event = CA_EVENT_ALLOCATE(stackshot_entitlement_report); in stackshot_entitlement_send_report()
127 CA_EVENT_TYPE(stackshot_entitlement_report) * ser_event = ca_event->data; in stackshot_entitlement_send_report()
157 sshot_entitlement_copy_for_send(const struct stackshot_entitlement_report *src, in sshot_entitlement_copy_for_send()
158 struct stackshot_entitlement_report *dst) in sshot_entitlement_copy_for_send()
181 struct stackshot_entitlement_report *ser = kalloc_data(sizeof(*ser), Z_WAITOK | Z_NOFAIL); in stackshot_entitlement_do_report()
[all …]