Searched defs:err_ind (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/iscsid/
H A Discsid.c360 iscsi_door_msg_hdr_t err_ind; local
368 err_ind.signature = ISCSI_DOOR_REQ_SIGNATURE;
369 err_ind.version = ISCSI_DOOR_REQ_VERSION_1;
370 err_ind.opcode = ISCSI_DOOR_ERROR_IND;
373 cnf = (iscsi_door_cnf_t *)&err_ind;
374 cnf_len = sizeof (err_ind);
383 err_ind.status = ISCSI_DOOR_STATUS_REQ_INVALID;
389 err_ind.status = ISCSI_DOOR_STATUS_REQ_LENGTH;
394 err_ind.status = ISCSI_DOOR_STATUS_REQ_INVALID;
399 err_ind
[all...]

Completed in 56 milliseconds