Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/os/
H A Dx_call.c157 xc_insert(void *queue, xc_msg_t *msg) in xc_insert()
159 xc_msg_t *old_head; in xc_insert()
170 old_head = (xc_msg_t *)*(volatile xc_msg_t **)queue; in xc_insert()
180 static xc_msg_t *
181 xc_extract(xc_msg_t **queue) in xc_extract()
183 xc_msg_t *old_head; in xc_extract()
186 old_head = (xc_msg_t *)*(volatile xc_msg_t **)queue; in xc_extract()
203 xc_msg_t *msg; in xc_init_cpu()
257 xc_msg_t *msg; in xc_fini_cpu()
315 xc_msg_t *msg; in xc_serv()
[all …]
/titanic_41/usr/src/uts/i86pc/sys/
H A Dx_call.h63 } xc_msg_t; typedef