Searched refs:req_cmd (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/sun4u/starcat/io/ |
H A D | dman_domain.c | 411 uint32_t req_cmd; in man_dossc_switch() local 443 req_cmd = MAN_WORK_SWITCH; in man_dossc_switch() 446 req_cmd, &req_tid, sizeof (man_mbox_msg_t), &req, in man_dossc_switch() 469 if (req_cmd != resp_cmd || req_tid != resp_tid) { in man_dossc_switch() 472 req_cmd, resp_cmd, (int)req_tid, (int)resp_tid); in man_dossc_switch()
|
/titanic_44/usr/src/uts/sun4u/io/ |
H A D | rmclomv.c | 107 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, in rmclomv_do_cmd() argument 1177 reqp->msg_type = req_cmd; in rmclomv_do_cmd() 1184 switch (req_cmd) { in rmclomv_do_cmd()
|