Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dx_call.c142 xc_insert(void *queue, xc_msg_t *msg) in xc_insert()
144 xc_msg_t *old_head; in xc_insert()
155 old_head = (xc_msg_t *)*(volatile xc_msg_t **)queue; in xc_insert()
165 static xc_msg_t *
166 xc_extract(xc_msg_t **queue) in xc_extract()
168 xc_msg_t *old_head; in xc_extract()
171 old_head = (xc_msg_t *)*(volatile xc_msg_t **)queue; in xc_extract()
185 static xc_msg_t *
189 xc_msg_t *msg = xc_extract(&mcpup->xc_msgbox); in xc_get()
202 xc_msg_t *msg; in xc_init_cpu()
[all …]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dx_call.h67 } xc_msg_t; typedef