Lines Matching defs:context

87 	void				*context;
216 * @tep: a handle to the trace event parser context
358 * @tep: a handle to the trace event parser context
373 * @tep: a handle to the trace event parser context
501 * @tep: a handle to the trace event parser context
527 * @tep: a handle to the trace event parser context
559 * @tep: a handle to the trace event parser context
579 * @tep: a handle to the trace event parser context
600 * @tep: a handle to the trace event parser context
645 * @tep: a handle to the trace event parser context
741 * @tep: a handle to the trace event parser context
788 * @tep: a handle to the trace event parser context
3425 * @tep: a handle to the trace event parser context
3567 * @tep: a handle to the trace event parser context
3597 * @tep: a handle to the trace event parser context
5831 * @tep: a handle to the trace event parser context
5843 * @tep: a handle to the trace event parser context
5855 * @tep: a handle to the trace event parser context
5867 * @tep: a handle to the trace event parser context
5881 * @tep: a handle to the trace event parser context
5913 * @tep: a handle to the trace event parser context
5961 * @tep: a handle to the trace event parser context
6001 event->context);
6012 * @tep: a handle to the trace event parser context
6158 * @tep: a handle to the trace event parser context
6315 * @tep: a handle to the tep context
6358 * @tep: a handle to the tep context
6640 * @tep: a handle to the trace event parser context
6723 event->context = handle->context;
6885 * @tep: a handle to the trace event parser context
6908 * @tep: a handle to the trace event parser context
7164 * @tep: a handle to the trace event parser context
7256 * @tep: a handle to the trace event parser context
7302 * @tep: a handle to the trace event parser context
7307 * @context: the data to be passed to @func
7325 tep_event_handler_func func, void *context)
7338 event->context = context;
7367 handle->context = context;
7374 tep_event_handler_func func, void *context)
7385 if (func != handler->func || context != handler->context)
7393 * @tep: a handle to the trace event parser context
7398 * @context: the data to be passed to @func
7409 tep_event_handler_func func, void *context)
7419 if (event->handler == func && event->context == context) {
7424 event->context = NULL;
7432 func, context))