Lines Matching defs:tnfctl_handle
126 struct tnfctl_handle { struct
127 void *proc_p; /* proc handle */
128 int kfd; /* kernel handle */
129 pid_t targ_pid; /* pid of target */
130 enum proc_mode mode; /* mode of handle */
132 const char *trace_file_name;
133 int trace_buf_size;
134 int trace_min_size;
135 tnfctl_bufstate_t trace_buf_state;
136 boolean_t trace_state;
137 boolean_t kpidfilter_state;
138 boolean_t called_exit;
162 void *(*create_func)(tnfctl_handle_t *, tnfctl_probe_t *); argument
173 NOTE(SCHEME_PROTECTS_DATA("one thread per handle", tnfctl_handle)) argument