Searched defs:tnfctl_handle (Results 1 – 1 of 1) sorted by relevance
126 struct tnfctl_handle { struct127 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;[all …]