Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dfdc.h345 struct fcobjops { struct
346 int (*fco_abort)(); /* controller abort */
347 int (*fco_dkinfo)(); /* get disk controller info */
349 int (*fco_select)(); /* select / deselect unit */
373 struct fcobjops *fj_ops; argument