HomeSort by: relevance | last modified time | path
    Searched refs:text_cmd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/iscsi/dist/src/lib/
initiator.c 510 iscsi_text_cmd_args_t *text_cmd = NULL; local
520 text_cmd = iscsi_malloc_atomic(sizeof(iscsi_text_cmd_args_t));
521 if (text_cmd == NULL) {
527 #define FFN_ERROR {if (cmd != NULL) iscsi_free_atomic(cmd); if (text_cmd != NULL) iscsi_free_atomic(text_cmd); return -1;}
528 (void) memset(text_cmd, 0x0, sizeof(*text_cmd));
535 text_cmd->text = text;
536 text_cmd->length = text_len;
542 text_cmd->final = 1
1783 iscsi_text_cmd_args_t *text_cmd; local
2062 iscsi_text_cmd_args_t *text_cmd; local
    [all...]
target.c 683 iscsi_text_cmd_args_t text_cmd; local
708 if (iscsi_text_cmd_decap(header, &text_cmd) != 0) {
714 RETURN_NOT_EQUAL("Continue", text_cmd.cont, 0, NO_CLEANUP, -1);
715 RETURN_NOT_EQUAL("CmdSN", text_cmd.CmdSN, sess->ExpCmdSN, NO_CLEANUP, -1);
717 if (text_cmd.cont != 0) {
722 if (text_cmd.CmdSN != sess->ExpCmdSN) {
739 if ((len_in = text_cmd.length) != 0) {
828 text_rsp.final = text_cmd.final;
831 text_rsp.lun = text_cmd.lun;
832 text_rsp.tag = text_cmd.tag
    [all...]

Completed in 16 milliseconds