Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/sys/
H A Dx_call.h62 struct xc_msg *xc_next; member
/titanic_41/usr/src/uts/i86pc/os/
H A Dx_call.c171 msg->xc_next = old_head; in xc_insert()
189 } while (atomic_cas_ptr(queue, old_head, old_head->xc_next) != in xc_extract()
191 old_head->xc_next = NULL; in xc_extract()
/titanic_41/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.c1489 OFFSETOF(fmd_xprt_class_t, xc_next))); in xpc_walk_init()