Home
last modified time | relevance | path

Searched refs:xc_next (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dxcall.c92 data->xd_msgs[data->xd_msg_index].xc_next = (void *)(uintptr_t)current; in xcall_copy_msg()
125 msgaddr != (uintptr_t)NULL; msgaddr = (uintptr_t)msg.xc_next) { in xcall_get_msgs()
144 boolean_t current = (boolean_t)msg->xc_next; in print_xcall_msg()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dx_call.h66 struct xc_msg *xc_next; member
/illumos-gate/usr/src/uts/i86pc/os/
H A Dx_call.c156 msg->xc_next = old_head; in xc_insert()
174 } while (atomic_cas_ptr(queue, old_head, old_head->xc_next) != in xc_extract()
176 old_head->xc_next = NULL; in xc_extract()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.h90 struct fmd_xprt_class *xc_next; /* next class on xi_subhash chain */ member
H A Dfmd_xprt.c237 ncp = xcp->xc_next; in fmd_xprt_class_hash_destroy()
264 for (xcp = xch->xch_hash[h]; xcp != NULL; xcp = xcp->xc_next) { in fmd_xprt_class_hash_insert()
271 xcp->xc_next = xch->xch_hash[h]; in fmd_xprt_class_hash_insert()
296 for (xcp = *pp; xcp != NULL; xcp = xcp->xc_next) { in fmd_xprt_class_hash_delete()
300 pp = &xcp->xc_next; in fmd_xprt_class_hash_delete()
310 *pp = xcp->xc_next; in fmd_xprt_class_hash_delete()
H A Dfmd_mdb.c1496 OFFSETOF(fmd_xprt_class_t, xc_next))); in xpc_walk_init()