Home
last modified time | relevance | path

Searched refs:DFC_DRV_ERROR (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c4098 return (DFC_DRV_ERROR); in emlxs_dfc_get_hbainfo()
5373 return (DFC_DRV_ERROR); in emlxs_dfc_read_pci()
5477 return (DFC_DRV_ERROR); in emlxs_dfc_write_pci()
6614 return (DFC_DRV_ERROR); in emlxs_dfc_write_flash()
6691 return (DFC_DRV_ERROR); in emlxs_dfc_read_flash()
7307 return (DFC_DRV_ERROR); in emlxs_dfc_read_mem()
7389 return (DFC_DRV_ERROR); in emlxs_dfc_write_mem()
7447 return (DFC_DRV_ERROR); in emlxs_dfc_write_ctlreg()
7513 return (DFC_DRV_ERROR); in emlxs_dfc_read_ctlreg()
7744 rval = DFC_DRV_ERROR; in emlxs_dfc_get_eventinfo()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h204 #define DFC_DRV_ERROR (DFC_ERRNO_START + 2) /* General driver err */ macro