Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dx_call.h40 #define XC_MSG_SYNC (3) /* msg in slave xc_msgbox */ macro
/illumos-gate/usr/src/uts/i86pc/os/
H A Dx_call.c380 case XC_MSG_SYNC: in xc_serv()
515 if (command == XC_MSG_SYNC) in xc_common()
707 xc_common(func, arg1, arg2, arg3, set, XC_MSG_SYNC); in xc_sync()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dxcall.c151 case XC_MSG_SYNC: cmd = "SYNC"; break; in print_xcall_msg()