Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/os/
H A Dx_call.c165 ASSERT(msg->xc_command != XC_MSG_FREE || in xc_insert()
217 msg->xc_command = XC_MSG_FREE; in xc_init_cpu()
229 msg->xc_command = XC_MSG_FREE; in xc_init_cpu()
234 msg->xc_command = XC_MSG_FREE; in xc_init_cpu()
245 msg->xc_command = XC_MSG_FREE; in xc_init_cpu()
359 switch (msg->xc_command) { in xc_serv()
371 msg->xc_command = XC_MSG_DONE; in xc_serv()
387 msg->xc_command = XC_MSG_WAITING; in xc_serv()
401 msg->xc_command = XC_MSG_RELEASED; in xc_serv()
422 msg->xc_command = XC_MSG_DONE; in xc_serv()
[all …]
/titanic_41/usr/src/uts/i86pc/sys/
H A Dx_call.h54 uint8_t xc_command; member