Searched defs:error_detail (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit_sess.c | 118 uint8_t *error_class, uint8_t *error_detail) 135 *error_detail = ISCSI_LOGIN_STATUS_NO_RESOURCES; 198 *error_detail = ISCSI_LOGIN_STATUS_SVC_UNAVAILABLE; 363 uint8_t *error_class, uint8_t *error_detail) 376 error_class, error_detail); 115 iscsit_sess_create(iscsit_tgt_t *tgt, iscsit_conn_t *ict, uint32_t cmdsn, uint8_t *isid, uint16_t tag, char *initiator_name, char *target_name, uint8_t *error_class, uint8_t *error_detail) argument 362 iscsit_sess_reinstate(iscsit_tgt_t *tgt, iscsit_sess_t *ist, iscsit_conn_t *ict, uint8_t *error_class, uint8_t *error_detail) argument
|
H A D | iscsit_login.c | 958 uint8_t error_detail = 0; local 968 &lsm->icl_request_nvlist, &error_detail) != IDM_STATUS_SUCCESS) { 970 SET_LOGIN_ERROR(ict, error_class, error_detail); 979 error_detail = ISCSI_LOGIN_STATUS_NO_RESOURCES; 980 SET_LOGIN_ERROR(ict, error_class, error_detail); 1097 uint8_t error_detail = ISCSI_LOGIN_STATUS_MISSING_FIELDS; local 1213 error_detail = ISCSI_LOGIN_STATUS_ACCEPT; 1216 SET_LOGIN_ERROR(ict, error_class, error_detail); 1293 uint8_t error_detail; local 1451 lsm->icl_target_name, &error_class, &error_detail); 1908 uint8_t error_detail; local 1993 uint8_t error_detail; local 2686 uint8_t error_detail; local [all...] |
/illumos-gate/usr/src/uts/common/io/idm/ |
H A D | idm_text.c | 1456 uint8_t *error_detail) 1468 *error_detail = ISCSI_LOGIN_STATUS_ACCEPT; 1473 *error_detail = ISCSI_LOGIN_STATUS_NO_RESOURCES; 1515 *error_detail = ISCSI_LOGIN_STATUS_TARGET_ERROR; 1523 *error_detail = ISCSI_LOGIN_STATUS_NO_RESOURCES; 1544 *error_detail = ISCSI_LOGIN_STATUS_TARGET_ERROR; 1566 *error_detail = ISCSI_LOGIN_STATUS_TARGET_ERROR; 1595 *error_detail = 1455 idm_pdu_list_to_nvlist(list_t *pdu_list, nvlist_t **nvlist, uint8_t *error_detail) argument
|
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct.c | 528 uint32_t *error_detail) 538 *error_detail = FCTIO_BADWWN; 546 *error_detail = FCTIO_OUTOFBOUNDS; 560 *error_detail = FCTIO_OUTOFBOUNDS; 604 fc_tgt_hba_port_attributes_t *port_attr, uint32_t *error_detail) 613 port_attr, error_detail)); 626 error_detail); 635 *error_detail = FCTIO_BADWWN; 642 fc_tgt_hba_adapter_port_stats_t *port_stats, uint32_t *error_detail) 654 *error_detail 526 fct_get_discovered_port_attr(fct_i_remote_port_t *remote_port, uint8_t *port_wwn, uint32_t index, fc_tgt_hba_port_attributes_t *port_attr, uint32_t *error_detail) argument 603 fct_get_port_attr(uint8_t *port_wwn, fc_tgt_hba_port_attributes_t *port_attr, uint32_t *error_detail) argument 641 fct_get_port_stats(uint8_t *port_wwn, fc_tgt_hba_adapter_port_stats_t *port_stats, uint32_t *error_detail) argument 686 fct_get_link_status(uint8_t *port_wwn, uint64_t *dest_id, fct_port_link_status_t *link_status, uint32_t *error_detail) argument [all...] |
Completed in 55 milliseconds