Searched refs:fct_i_cmd (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct_impl.h | 67 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;
|
/titanic_41/usr/src/cmd/mdb/common/modules/stmf/ |
H A D | stmf.c | 855 typedef void (*cmd_filter_t) (struct fct_i_cmd *, 860 print_tasks(struct fct_i_cmd *icmdp, struct find_options *options, void *arg) in print_tasks() 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() 962 print_all_cmds(struct fct_i_cmd *icmd, struct find_options *options, void *arg) in print_all_cmds() [all …]
|