Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dx_call.h39 #define XC_MSG_CALL (2) /* msg in slave xc_msgbox */ macro
/illumos-gate/usr/src/uts/i86pc/os/
H A Dx_call.c413 case XC_MSG_CALL: in xc_serv()
692 xc_common(func, arg1, arg2, arg3, set, XC_MSG_CALL); in xc_call()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dxcall.c150 case XC_MSG_CALL: cmd = "CALL"; break; in print_xcall_msg()