Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcio.h83 #define EMLXS_ERRNO_START 0x100 macro
84 #define EMLXS_TEST_FAILED (EMLXS_ERRNO_START + 0) /* Diagnostic */
86 #define EMLXS_IMAGE_BAD (EMLXS_ERRNO_START + 1) /* Image has */
88 #define EMLXS_IMAGE_INCOMPATIBLE (EMLXS_ERRNO_START + 2) /* Image not */
91 #define EMLXS_IMAGE_FAILED (EMLXS_ERRNO_START + 3) /* Image */
94 #define EMLXS_OFFLINE_FAILED (EMLXS_ERRNO_START + 4) /* Unable to */
97 #define EMLXS_NO_BOOT_CODE (EMLXS_ERRNO_START + 5) /* No boot */
99 #define EMLXS_OP_NOT_SUP (EMLXS_ERRNO_START + 6) /* Operation */
101 #define EMLXS_REBOOT_REQUIRED (EMLXS_ERRNO_START + 7) /* Reboot */
103 #define EMLXS_ERRNO_END (EMLXS_ERRNO_START + 7)