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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman_domain.c413 uint32_t resp_cmd; local
423 resp_tid = resp_cmd = type = 0;
426 while (mboxsc_getmsg(IOSRAM_KEY_SCMD, &type, &resp_cmd, &resp_tid,
429 resp_tid = resp_cmd = type = 0;
434 MAN_DBG(MAN_IOSRAM, ("\tcommand = 0x%x", resp_cmd));
457 resp_tid = type = resp_cmd = 0;
459 status = mboxsc_getmsg(IOSRAM_KEY_SCMD, &type, &resp_cmd, &resp_tid,
469 if (req_cmd != resp_cmd || req_tid != resp_tid) {
472 req_cmd, resp_cmd, (int)req_tid, (int)resp_tid);
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c107 static int rmclomv_do_cmd(int req_cmd, int resp_cmd, int resp_len,
1169 rmclomv_do_cmd(int req_cmd, int resp_cmd, int resp_len, intptr_t arg_req, argument
1180 resp->msg_type = resp_cmd;

Completed in 65 milliseconds