Searched refs:ISNS_RSP_SUCCESSFUL (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dutils.c36 case ISNS_RSP_SUCCESSFUL:
H A Disns_protocol.h96 #define ISNS_RSP_SUCCESSFUL (0) macro
H A Ddoor.c907 * Return value: ISNS_RSP_SUCCESSFUL if successful or an error code.
1104 if (ret != ISNS_RSP_SUCCESSFUL) {
1147 int ret = ISNS_RSP_SUCCESSFUL;
1160 if (code == ISNS_RSP_SUCCESSFUL) {
1161 (void) sprintf(numbuf, "%d", ISNS_RSP_SUCCESSFUL);
1305 return (ISNS_RSP_SUCCESSFUL);
1342 if (ret == ISNS_RSP_SUCCESSFUL) {
H A Dpdu.c362 if (code != ISNS_RSP_SUCCESSFUL || *pl == 0) {
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Disns_protocol.h83 #define ISNS_RSP_SUCCESSFUL (0) macro
H A Disns_client.c809 if (rsp_status != ISNS_RSP_SUCCESSFUL) {
877 if (rsp_status != ISNS_RSP_SUCCESSFUL) {
961 if (rsp_status != ISNS_RSP_SUCCESSFUL) {
1025 if (rsp_status != ISNS_RSP_SUCCESSFUL) {
1388 if (rsp_status != ISNS_RSP_SUCCESSFUL) {
1477 if (rsp_status != ISNS_RSP_SUCCESSFUL) {
2370 if (ntohl(resp_p->status) != ISNS_RSP_SUCCESSFUL) {
2374 return (ISNS_RSP_SUCCESSFUL);
2390 if (ntohl(resp_p->status) != ISNS_RSP_SUCCESSFUL) {
2394 return (ISNS_RSP_SUCCESSFUL);
[all...]
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Disns_protocol.h96 #define ISNS_RSP_SUCCESSFUL (0) macro
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_isns.c3219 uint32_t esi_response = ISNS_RSP_SUCCESSFUL;
3252 * esi_response of ISNS_RSP_SUCCESSFUL if valid, otherwise don't
3304 if (esi_response != ISNS_RSP_SUCCESSFUL) {
3329 if (esi_response != ISNS_RSP_SUCCESSFUL) {
3403 rsp->status = htonl(ISNS_RSP_SUCCESSFUL);

Completed in 1078 milliseconds