Searched refs:op_func (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | dacf.h | 57 int (*op_func)(dacf_infohdl_t, dacf_arghdl_t, int); member
|
/titanic_50/usr/src/uts/common/os/ |
H A D | dacf.c | 883 (src->opset_ops[nelems].op_func == NULL)) { in dacf_opset_copy() 896 dst->opset_ops[i].op_func = src->opset_ops[i].op_func; in dacf_opset_copy() 899 dst->opset_ops[nelems].op_func = NULL; in dacf_opset_copy() 1024 rval = op->op_func(info_hdl, arg_hdl, flags); in dacf_op_invoke()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_dis.c | 348 void (*op_func)(const dtrace_difo_t *, const char *, in dt_dis() member 452 op->op_func(dp, op->op_name, instr, fp); in dt_dis()
|
/titanic_50/usr/src/cmd/mdb/common/modules/dtrace/ |
H A D | dof.c | 300 void (*op_func)(const dtrace_difo_t *, in dis() member 400 op->op_func(dp, op->op_name, instr); in dis()
|