Searched refs:fc_ops (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h518 * to the fc_ops function to handle the request given in the args. The dip
536 extern fc_ops_t fc_ops;
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c30 * fc_ops.c: Framework generic fcode ops
164 fc_ops(dev_info_t *ap, fco_handle_t handle, fc_ci_t *cp) function
H A Dfcpci.c270 * First try the generic fc_ops. If the ops is a shared op,
273 if (fc_ops(ap, rp->next_handle, cp) == 0) {
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dfcgp2.c231 * First try the generic fc_ops. If the ops is a shared op,
234 if (fc_ops(ap, rp->next_handle, cp) == 0) {
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c1251 * First try the generic fc_ops.
1253 if (fc_ops(ap, rp->next_handle, cp) == 0)

Completed in 89 milliseconds