Searched refs:o_func (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/qlxge/ |
H A D | qls_dump.c | 453 uint32_t o_func; in qls_get_other_fnum() local 471 o_func = nic2_fnum; in qls_get_other_fnum() 473 o_func = nic1_fnum; in qls_get_other_fnum() 475 return(o_func); in qls_get_other_fnum() 879 qls_rd_xgmac_regs(qla_host_t *ha, uint32_t *buf, uint32_t o_func) in qls_rd_xgmac_regs() argument 1137 if (o_func) in qls_rd_xgmac_regs()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_options.c | 989 int (*o_func)(dtrace_hdl_t *, const char *, uintptr_t); member 1131 return (op->o_func(dtp, val, op->o_option)); in dtrace_setopt() 1136 return (op->o_func(dtp, val, op->o_option)); in dtrace_setopt() 1148 return (op->o_func(dtp, val, op->o_option)); in dtrace_setopt()
|