HomeSort by relevance Sort by last modified time
    Searched defs:iscsi_cmd_t (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/iscsi/iscsitgtd/
iscsi_cmd.h 151 } iscsi_cmd_t; typedef in typeref:struct:iscsi_cmd
155 iscsi_cmd_t *iscsi_cmd_alloc(struct iscsi_conn *c, int opcode);
156 iscsi_cmd_t *iscsi_cmd_find(struct iscsi_conn *c, uint32_t x,
158 void iscsi_cmd_free(struct iscsi_conn *c, iscsi_cmd_t *cmd);
159 void iscsi_cmd_cancel(struct iscsi_conn *c, iscsi_cmd_t *cmd);
162 void iscsi_cmd_delayed_store(iscsi_cmd_t *cmd, t10_cmd_t *t);
163 void iscsi_cmd_delayed_remove(iscsi_cmd_t *cmd, iscsi_delayed_t *d);
164 void iscsi_cancel_dups(iscsi_cmd_t *, t10_cmd_event_t);
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
iscsi.h 516 } iscsi_cmd_t; typedef in typeref:struct:iscsi_cmd
562 iscsi_cmd_t *head;
563 iscsi_cmd_t *tail;
    [all...]

Completed in 1799 milliseconds