Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/sd/
H A Dsd.c486 void *xba_root; in process_xbuf() local
516 xba_root = (void *) xba.xa_headp; in process_xbuf()
519 while ((uintptr_t)xba_root) { in process_xbuf()
526 (uintptr_t)xba_root) == -1) { in process_xbuf()
528 (uintptr_t)xba_root); in process_xbuf()
532 mdb_set_dot((uintptr_t)xba_root); in process_xbuf()
538 xba_root = (void *)xba_current.av_forw; in process_xbuf()
541 if (xba_root == NULL) { in process_xbuf()