Searched defs:fc_ops_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h516 * fc_ops_t is the main glue back to the framework and attachment point driver
534 typedef int (fc_ops_t)(dev_info_t *, fco_handle_t, fc_ci_t *); typedef
536 extern fc_ops_t fc_ops;
537 extern fc_ops_t pci_fc_ops;
538 extern fc_ops_t gp2_fc_ops;
550 fc_ops_t *ap_ops; /* driver's fcode ops function */
591 extern int fcode_interpreter(dev_info_t *, fc_ops_t *, fco_handle_t);

Completed in 58 milliseconds