Home
last modified time | relevance | path

Searched defs:fc_request (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h545 struct fc_request { struct
546 struct fc_request *next; /* Next in chain (private) */ argument
547 int busy; /* Waiters flag (private; see below) */
548 int error; /* Interpreter return code (private) */
549 dev_info_t *ap_dip; /* Attachment point. ie: pci nexus */
550 fc_ops_t *ap_ops; /* driver's fcode ops function */
551 fco_handle_t handle; /* Caller's private identifier */
552 timeout_id_t timeout; /* Timeout identifier */
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c6003 uint_t device, uint_t func, int32_t fc_request, pci_regspec_t *rom_regspec) in pcicfg_fcode_assign_bars()