Lines Matching defs:cmd
116 struct smt_p_0016 *cmd ; /* para: command for the ESS */
140 if (!(cmd = (struct smt_p_0016 *) sm_to_para(smc,sm,SMT_P0016))) {
153 DB_ESSN(2, "sbacmd %x", cmd->sba_cmd);
158 switch (cmd->sba_cmd) {
502 chg->cmd.para.p_type = SMT_P0016 ;
503 chg->cmd.para.p_len = sizeof(struct smt_p_0016) - PARA_LEN ;
504 chg->cmd.sba_cmd = sba_cmd ;
593 req->cmd.para.p_type = SMT_P0016 ;
594 req->cmd.para.p_len = sizeof(struct smt_p_0016) - PARA_LEN ;
595 req->cmd.sba_cmd = REQUEST_ALLOCATION ;