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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman_domain.c411 uint32_t req_cmd; local
443 req_cmd = MAN_WORK_SWITCH;
446 req_cmd, &req_tid, sizeof (man_mbox_msg_t), &req,
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
1177 reqp->msg_type = req_cmd;
1184 switch (req_cmd) {

Completed in 51 milliseconds