Searched defs:ppcmd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c2006 fct_i_cmd_t **ppcmd, *icmd; local
2027 ppcmd = &irp->irp_els_list;
2028 while ((*ppcmd) != NULL) {
2032 els = (fct_els_t *)((*ppcmd)->icmd_cmd)->cmd_specific;
2034 if (((*ppcmd)->icmd_cmd->cmd_type == FCT_CMD_RCVD_ELS) &&
2046 if ((*ppcmd)->icmd_flags & ICMD_BEING_ABORTED) {
2055 (((*ppcmd)->icmd_flags & ICMD_SESSION_AFFECTING) == 0)) {
2069 fct_i_cmd_t *c = (*ppcmd)->icmd_next;
2071 if ((*ppcmd)->icmd_flags & ICMD_SESSION_AFFECTING)
2075 (*ppcmd)
[all...]

Completed in 54 milliseconds