Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dx_call.c150 ASSERT(msg->xc_command != XC_MSG_FREE || in xc_insert()
216 msg->xc_command = XC_MSG_FREE; in xc_init_cpu()
228 msg->xc_command = XC_MSG_FREE; in xc_init_cpu()
233 msg->xc_command = XC_MSG_FREE; in xc_init_cpu()
244 msg->xc_command = XC_MSG_FREE; in xc_init_cpu()
431 msg->xc_command = XC_MSG_FREE; in xc_serv()
436 case XC_MSG_FREE: in xc_serv()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dx_call.h37 #define XC_MSG_FREE (0) /* msg in xc_free queue */ macro
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dxcall.c152 case XC_MSG_FREE:cmd = "FREE"; break; in print_xcall_msg()