Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/security/audit/
H A Daudit_session.c137 struct au_sentry se; member
158 au_history_record(au_sentry_t *se, au_history_event_t event) in au_history_record() argument
168 bcopy(se, &p->se, sizeof(p->se)); in au_history_record()
170 p->ptr = se; in au_history_record()
173 #define au_history_record(se, event) do {} while (0) argument
178 static void audit_ref_session(au_sentry_t *se);
179 static void audit_unref_session(au_sentry_t *se);
428 au_sentry_t *se; in audit_session_debug_filterfn() local
437 se = AU_SENTRY_PTR(aia_p); in audit_session_debug_filterfn()
438 if (se->se_refcnt != sdtp->se_refcnt) { in audit_session_debug_filterfn()
[all …]
/xnu-12377.61.12/tests/
H A Dpriority_queue.cpp51 struct priority_queue_entry_stable se; member
236 node->se.stamp = config[i].stamp;
237 priority_queue_entry_set_sched_pri(&pq, &node->se,
239 priority_queue_insert(&pq, &node->se);
266 node = priority_queue_max(&pq, union test_node, se);
269 auto pri = priority_queue_entry_sched_pri(&pq, &node->se);
272 auto modifier = priority_queue_entry_sched_modifier(&pq, &node->se);
275 T_ASSERT_EQ(node->se.stamp, config[i].stamp,
277 priority_queue_remove_max(&pq, union test_node, se);
282 priority_queue_destroy(&pq, union test_node, se, ^(test_node_t n) {
/xnu-12377.61.12/osfmk/kern/
H A Dkern_stackshot.c2148 stackshot_exclaves_process_stackshotentry(const stackshot_stackshotentry_s *_Nonnull se, void *kcda… in stackshot_exclaves_process_stackshotentry() argument
2153 STACKSHOT_KCCONTAINER_EXCLAVE_SCRESULT, se->scid)); in stackshot_exclaves_process_stackshotentry()
2156 info.esc_id = se->scid; in stackshot_exclaves_process_stackshotentry()
2157 info.esc_flags = se->ipcstack.has_value ? kExclaveScresultHaveIPCStack : 0; in stackshot_exclaves_process_stackshotentry()
2161 if (se->ipcstack.has_value) { in stackshot_exclaves_process_stackshotentry()
2162 kcd_exit_on_error(stackshot_exclaves_process_ipcstack(&se->ipcstack, kcdata_ptr)); in stackshot_exclaves_process_stackshotentry()
2166 STACKSHOT_KCCONTAINER_EXCLAVE_SCRESULT, se->scid)); in stackshot_exclaves_process_stackshotentry()
/xnu-12377.61.12/tools/lldbmacros/
H A Dioreg.py1609 def GetSet(se): argument
1612 out_string = "[" + GetArray(se.members) + "]"