Symbol: DFC_ERRNO_START
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
203
#define DFC_SYS_ERROR (DFC_ERRNO_START + 1) /* General system err */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
204
#define DFC_DRV_ERROR (DFC_ERRNO_START + 2) /* General driver err */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
205
#define DFC_HBA_ERROR (DFC_ERRNO_START + 3) /* General HBA err */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
206
#define DFC_IO_ERROR (DFC_ERRNO_START + 4) /* General IO err */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
208
#define DFC_ARG_INVALID (DFC_ERRNO_START + 5) /* Invalid Argument */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
209
#define DFC_ARG_MISALIGNED (DFC_ERRNO_START + 6) /* Misaligned Argument */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
210
#define DFC_ARG_NULL (DFC_ERRNO_START + 7) /* NULL Argument */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
211
#define DFC_ARG_TOOSMALL (DFC_ERRNO_START + 8) /* Argument too small */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
212
#define DFC_ARG_TOOBIG (DFC_ERRNO_START + 9) /* Argument too big */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
214
#define DFC_COPYIN_ERROR (DFC_ERRNO_START + 10) /* DDI copyin err */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
215
#define DFC_COPYOUT_ERROR (DFC_ERRNO_START + 11) /* DDI copyout err */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
217
#define DFC_TIMEOUT (DFC_ERRNO_START + 12) /* Resource timeout */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
218
#define DFC_SYSRES_ERROR (DFC_ERRNO_START + 13) /* Out of sys resource */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
219
#define DFC_DRVRES_ERROR (DFC_ERRNO_START + 14) /* Out of drv resource */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
220
#define DFC_HBARES_ERROR (DFC_ERRNO_START + 15) /* Out of HBA resource */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
222
#define DFC_OFFLINE_ERROR (DFC_ERRNO_START + 16) /* Driver offline */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
223
#define DFC_ONLINE_ERROR (DFC_ERRNO_START + 17) /* Driver offline */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
226
#define DFC_NPIV_DISABLED (DFC_ERRNO_START + 18) /* NPIV disabled */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
227
#define DFC_NPIV_UNSUPPORTED (DFC_ERRNO_START + 19) /* NPIV not supported */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
228
#define DFC_NPIV_ACTIVE (DFC_ERRNO_START + 20) /* NPIV active */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
230
#define DFC_NOT_SUPPORTED (DFC_ERRNO_START + 21) /* Not supported */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
231
#define DFC_NO_DATA (DFC_ERRNO_START + 22) /* No Data to return */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
234
#define DFC_AUTH_NOT_CONFIGURED (DFC_ERRNO_START + 30)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
235
#define DFC_AUTH_FAILED_NO_SA_FOUND (DFC_ERRNO_START + 31)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
236
#define DFC_AUTH_INIT_OK_AUTH_FAILED (DFC_ERRNO_START + 32)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
237
#define DFC_AUTH_COMPARE_FAILED (DFC_ERRNO_START + 33)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
238
#define DFC_AUTH_WWN_NOT_FOUND (DFC_ERRNO_START + 34)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
239
#define DFC_AUTH_PASSWORD_INVALID (DFC_ERRNO_START + 35)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
240
#define DFC_AUTH_INVALID_ENTITY (DFC_ERRNO_START + 36)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
241
#define DFC_AUTH_ENTITY_NOT_ACTIVE (DFC_ERRNO_START + 37)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
242
#define DFC_AUTH_INVALID_OPERATION (DFC_ERRNO_START + 38)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
243
#define DFC_AUTH_AUTHENTICATION_GOINGON (DFC_ERRNO_START + 39)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
244
#define DFC_AUTH_CREATE_STORKEY_ERROR (DFC_ERRNO_START + 40)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
245
#define DFC_AUTH_CREATE_PARMKEY_ERROR (DFC_ERRNO_START + 41)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
246
#define DFC_AUTH_CREATE_AUTHKEY_ERROR (DFC_ERRNO_START + 42)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
247
#define DFC_AUTH_CREATE_BORDKEY_ERROR (DFC_ERRNO_START + 43)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
248
#define DFC_AUTH_AUTHENTICATION_NOT_SUPPORTED (DFC_ERRNO_START + 44)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
249
#define DFC_AUTH_AUTHENTICATION_DISABLED (DFC_ERRNO_START + 45)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
250
#define DFC_AUTH_CONFIG_NOT_FOUND (DFC_ERRNO_START + 47)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
251
#define DFC_AUTH_LOCAL_REMOTE_PWD_EQUAL (DFC_ERRNO_START + 48)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
254
#define DFC_INVALID_ADAPTER (DFC_ERRNO_START + 50)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
255
#define DFC_RSP_BUF_OVERRUN (DFC_ERRNO_START + 51)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
256
#define DFC_LINKDOWN_ERROR (DFC_ERRNO_START + 52)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
259
#define DFC_SD_STAT_START (DFC_ERRNO_START + 60)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
261
#define DFC_SD_OK (DFC_ERRNO_START + 60)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
262
#define DFC_SD_ERROR_GENERIC (DFC_ERRNO_START + 61)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
263
#define DFC_SD_ERROR_INVALID_ARG (DFC_ERRNO_START + 62)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
264
#define DFC_SD_ERROR_INVALID_BOARD_ID (DFC_ERRNO_START + 63)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
265
#define DFC_SD_ERROR_INVALID_PORT (DFC_ERRNO_START + 64)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
266
#define DFC_SD_ERROR_NOT_SUPPORTED (DFC_ERRNO_START + 65)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
267
#define DFC_SD_ERROR_CATEGORY_NOT_SUPPORTED (DFC_ERRNO_START + 66)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
268
#define DFC_SD_ERROR_SUBCAT_NOT_SUPPORTED (DFC_ERRNO_START + 67)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
269
#define DFC_SD_ERROR_MORE_DATA_AVAIL (DFC_ERRNO_START + 68)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
270
#define DFC_SD_ERROR_EVENT_ALREADY_REG (DFC_ERRNO_START + 69)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
271
#define DFC_SD_ERROR_NO_ACTIVE_REG (DFC_ERRNO_START + 70)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
272
#define DFC_SD_ERROR_ARG_MISSING (DFC_ERRNO_START + 71)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
273
#define DFC_SD_ERROR_NO_MEM (DFC_ERRNO_START + 72)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
274
#define DFC_SD_ERROR_BUCKET_NOT_SET (DFC_ERRNO_START + 73)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
275
#define DFC_SD_ERROR_REG_HANDLE (DFC_ERRNO_START + 74)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
276
#define DFC_SD_ERROR_INVALID_SEARCH_TYPE (DFC_ERRNO_START + 75)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
277
#define DFC_SD_ERROR_FUNCTION_NOT_SUPPORTED (DFC_ERRNO_START + 76)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
278
#define DFC_SD_ERROR_OUT_OF_HANDLES (DFC_ERRNO_START + 77)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
279
#define DFC_SD_ERROR_LIB_NOT_INIT (DFC_ERRNO_START + 78)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
280
#define DFC_SD_ERROR_DATA_COLLECTION_ACTIVE (DFC_ERRNO_START + 79)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
281
#define DFC_SD_ERROR_DATA_COLLECTION_NOT_ACTIVE (DFC_ERRNO_START + 80)
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
284
#define DFC_ERRNO_END (DFC_ERRNO_START + 128)