Lines Matching refs:tnfctl_handle_t
103 static tnfctl_errcode_t decode(tnfctl_handle_t *hndl, uintptr_t addr,
105 static boolean_t find(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down,
107 static tnfctl_errcode_t build(tnfctl_handle_t *hndl, comb_op_t op,
109 static tnfctl_errcode_t add(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down,
113 static tnfctl_errcode_t iscomb(tnfctl_handle_t *hndl, uintptr_t addr,
115 static tnfctl_errcode_t findname(tnfctl_handle_t *hndl, uintptr_t addr,
128 _tnfctl_comb_build(tnfctl_handle_t *hndl, comb_op_t op, in _tnfctl_comb_build()
162 _tnfctl_comb_decode(tnfctl_handle_t *hndl, uintptr_t addr, char ***func_names, in _tnfctl_comb_decode()
188 decode(tnfctl_handle_t *hndl, uintptr_t addr, char ***func_names, in decode()
326 iscomb(tnfctl_handle_t *hndl, in iscomb()
439 findname(tnfctl_handle_t *hndl, uintptr_t addr, char **ret_name) in findname()
480 find(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down, uintptr_t next, in find()
504 add(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down, uintptr_t next, in add()
567 build(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down, uintptr_t next, in build()