Searched refs:fct_i_cmd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h67 struct fct_i_cmd;
68 typedef void (* fct_icmd_cb_t)(struct fct_i_cmd *icmd);
69 typedef struct fct_i_cmd { struct
75 struct fct_i_cmd *icmd_next; /* iport_abort_queue and irp */
76 struct fct_i_cmd *icmd_solcmd_next; /* iport_solcmd_queue */
235 struct fct_i_cmd *iport_cached_cmdlist;
264 struct fct_i_cmd *iport_abort_queue;
265 struct fct_i_cmd **iport_ppicmd_term;
272 struct fct_i_cmd *iport_solcmd_queue;
/illumos-gate/usr/src/cmd/mdb/common/modules/stmf/
H A Dstmf.c855 typedef void (*cmd_filter_t) (struct fct_i_cmd *,
860 print_tasks(struct fct_i_cmd *icmdp, struct find_options *options, void *arg)
862 struct fct_i_cmd icmd;
865 if (mdb_vread(&icmd, sizeof (struct fct_i_cmd),
866 (uintptr_t)icmdp) != sizeof (struct fct_i_cmd)) {
867 mdb_warn("Unable to read in fct_i_cmd\n");
906 print_tasks_on_rp(struct fct_i_cmd *icmdp, struct find_options *options,
909 struct fct_i_cmd icmd;
913 if (mdb_vread(&icmd, sizeof (struct fct_i_cmd),
914 (uintptr_t)icmdp) != sizeof (struct fct_i_cmd)) {
[all...]

Completed in 47 milliseconds