Home
last modified time | relevance | path

Searched refs:XC_MSG_WAITING (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dx_call.h41 #define XC_MSG_WAITING (4) /* msg in master xc_msgbox or xc_waiters */ macro
/illumos-gate/usr/src/uts/i86pc/os/
H A Dx_call.c385 msg->xc_command = XC_MSG_WAITING; in xc_serv()
394 case XC_MSG_WAITING: in xc_serv()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dxcall.c153 case XC_MSG_WAITING: cmd = "WAITING"; break; in print_xcall_msg()