Searched refs:user_proc_table (Results 1 – 2 of 2) sorted by relevance
156 pLib->user_proc_table.user_context = user_proc->user_context; in DivaSTraceLibraryCreateInstance()157 pLib->user_proc_table.notify_proc = user_proc->notify_proc; in DivaSTraceLibraryCreateInstance()158 pLib->user_proc_table.trace_proc = user_proc->trace_proc; in DivaSTraceLibraryCreateInstance()159 pLib->user_proc_table.error_notify_proc = user_proc->error_notify_proc; in DivaSTraceLibraryCreateInstance()380 if (pLib->user_proc_table.trace_proc) { in SuperTraceMessageInput()381 (*(pLib->user_proc_table.trace_proc))(pLib->user_proc_table.user_context, in SuperTraceMessageInput()415 if (pLib->user_proc_table.trace_proc) { in SuperTraceMessageInput()416 (*(pLib->user_proc_table.trace_proc))(pLib->user_proc_table.user_context, in SuperTraceMessageInput()1855 if (pLib->user_proc_table.error_notify_proc) { in diva_trace_error()1856 (*(pLib->user_proc_table.error_notify_proc))(\ in diva_trace_error()[all …]
117 diva_trace_library_user_interface_t user_proc_table; member