Searched refs:icmd_next (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h75 struct fct_i_cmd *icmd_next; /* iport_abort_queue and irp */ member in struct:fct_i_cmd
H A Dfct.c1326 next_icmd = icmd->icmd_next;
1491 for (icmd = irp->irp_els_list; icmd; icmd = icmd->icmd_next) {
1664 iport->iport_cached_cmdlist = icmd->icmd_next;
1683 icmd->icmd_next = NULL;
1891 icmd->icmd_next = NULL;
1893 p = &((*p)->icmd_next))
2128 icmd->icmd_next = iport->iport_cached_cmdlist;
3060 icmd->icmd_next = NULL;
3062 ppicmd = &((*ppicmd)->icmd_next))
3333 *ppicmd = (*ppicmd)->icmd_next;
[all...]
H A Ddiscovery.c1097 irp->irp_els_list = icmd->icmd_next;
2069 fct_i_cmd_t *c = (*ppcmd)->icmd_next;
2075 (*ppcmd)->icmd_next = cmd_to_abort;
2079 ppcmd = &((*ppcmd)->icmd_next);
2085 fct_i_cmd_t *c = cmd_to_abort->icmd_next;
2226 iport->iport_cached_cmdlist = icmd->icmd_next;
/illumos-gate/usr/src/cmd/mdb/common/modules/stmf/
H A Dstmf.c1121 icmdp = icmd.icmd_next;

Completed in 60 milliseconds