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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman_domain.c412 uint64_t resp_tid; 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;
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);

Completed in 70 milliseconds