Searched refs:user_proc (Results 1 – 2 of 2) sorted by relevance
328 const diva_trace_library_user_interface_t *user_proc,
109 const diva_trace_library_user_interface_t *user_proc, in DivaSTraceLibraryCreateInstance() argument155 if (user_proc) { in DivaSTraceLibraryCreateInstance()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()