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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dx_call.h62 struct xc_msg *xc_next; member in struct:xc_msg
/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 in struct:fmd_xprt_class
H A Dfmd_xprt.c237 ncp = xcp->xc_next;
264 for (xcp = xch->xch_hash[h]; xcp != NULL; xcp = xcp->xc_next) {
271 xcp->xc_next = xch->xch_hash[h];
296 for (xcp = *pp; xcp != NULL; xcp = xcp->xc_next) {
300 pp = &xcp->xc_next;
310 *pp = xcp->xc_next;
H A Dfmd_mdb.c1489 OFFSETOF(fmd_xprt_class_t, xc_next)));
/illumos-gate/usr/src/uts/i86pc/os/
H A Dx_call.c171 msg->xc_next = old_head;
189 } while (atomic_cas_ptr(queue, old_head, old_head->xc_next) !=
191 old_head->xc_next = NULL;

Completed in 62 milliseconds