Searched refs:op_func (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddacf.h57 int (*op_func)(dacf_infohdl_t, dacf_arghdl_t, int); member in struct:dacf_op
/illumos-gate/usr/src/uts/common/os/
H A Ddacf.c883 (src->opset_ops[nelems].op_func == NULL)) {
896 dst->opset_ops[i].op_func = src->opset_ops[i].op_func;
899 dst->opset_ops[nelems].op_func = NULL;
1010 * Drop dacf_lock here, so that op_func's that cause drivers to
1024 rval = op->op_func(info_hdl, arg_hdl, flags);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_dis.c348 void (*op_func)(const dtrace_difo_t *, const char *,
452 op->op_func(dp, op->op_name, instr, fp);
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddof.c300 void (*op_func)(const dtrace_difo_t *,
400 op->op_func(dp, op->op_name, instr);

Completed in 50 milliseconds