Home
last modified time | relevance | path

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 */ argument
76 struct fct_i_cmd *icmd_solcmd_next; /* iport_solcmd_queue */ argument
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 *,
862 struct fct_i_cmd icmd; in print_tasks()
865 if (mdb_vread(&icmd, sizeof (struct fct_i_cmd), in print_tasks()
866 (uintptr_t)icmdp) != sizeof (struct fct_i_cmd)) { in print_tasks()
906 print_tasks_on_rp(struct fct_i_cmd *icmdp, struct find_options *options, in print_tasks_on_rp()
909 struct fct_i_cmd icmd; in print_tasks_on_rp()
913 if (mdb_vread(&icmd, sizeof (struct fct_i_cmd), in print_tasks_on_rp()
914 (uintptr_t)icmdp) != sizeof (struct fct_i_cmd)) { in print_tasks_on_rp()
1080 struct fct_i_cmd icmd; in fct_icmds()
1081 struct fct_i_cmd *icmdp; in fct_icmds()
[all …]