temp_cmd
cmd1394_cmd_t *temp_cmd;
temp_cmd = (cmd1394_cmd_t *)hal->pending_q_head;
c_priv = (s1394_cmd_priv_t *)((uchar_t *)temp_cmd +
temp_cmd = (cmd1394_cmd_t *)hal->pending_q_tail;
c_priv = (s1394_cmd_priv_t *)((uchar_t *)temp_cmd +
cmd1394_cmd_t *temp_cmd;
temp_cmd = (cmd1394_cmd_t *)hal->outstanding_q_head;
c_priv = (s1394_cmd_priv_t *)((uchar_t *)temp_cmd +
temp_cmd.handle = DP_NULL_HANDLE;
(intptr_t)&temp_cmd, (intptr_t)&temp_r);