Home
last modified time | relevance | path

Searched refs:man_mbox_msg_t (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Ddman_domain.c415 man_mbox_msg_t req; in man_dossc_switch()
416 man_mbox_msg_t resp; in man_dossc_switch()
424 length = sizeof (man_mbox_msg_t); in man_dossc_switch()
425 bzero((char *)&resp, sizeof (man_mbox_msg_t)); in man_dossc_switch()
430 length = sizeof (man_mbox_msg_t); in man_dossc_switch()
431 bzero((char *)&resp, sizeof (man_mbox_msg_t)); in man_dossc_switch()
439 bzero((char *)&req, sizeof (man_mbox_msg_t)); in man_dossc_switch()
446 req_cmd, &req_tid, sizeof (man_mbox_msg_t), &req, in man_dossc_switch()
455 bzero((char *)&resp, sizeof (man_mbox_msg_t)); in man_dossc_switch()
458 length = sizeof (man_mbox_msg_t); in man_dossc_switch()
/titanic_41/usr/src/uts/sun4u/starcat/sys/
H A Ddman.h442 } man_mbox_msg_t; typedef