Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dx_call.c216 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()
357 switch (msg->xc_command) { in xc_serv()
369 msg->xc_command = XC_MSG_DONE; in xc_serv()
385 msg->xc_command = XC_MSG_WAITING; in xc_serv()
399 msg->xc_command = XC_MSG_RELEASED; in xc_serv()
420 msg->xc_command = XC_MSG_DONE; in xc_serv()
431 msg->xc_command = XC_MSG_FREE; in xc_serv()
[all …]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dx_call.h63 uint8_t xc_command; member
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dxcall.c148 switch (msg->xc_command) { in print_xcall_msg()