Lines Matching refs:uintptr_t

76 sobj_ops_to_text(uintptr_t addr, char *out, size_t sz)
93 sobj_text_to_ops(const char *name, uintptr_t *sobj_ops_out)
107 *sobj_ops_out = (uintptr_t)sym.st_value;
133 uintptr_t ww_thr;
136 uintptr_t ww_compare;
174 uintptr_t t;
188 t = (uintptr_t)sq->sq_queue.sq_first;
217 ww->ww_thr = (uintptr_t)thr.t_link;
224 if (ww->ww_compare == (uintptr_t)thr.t_wchan)
256 return (wsp->walk_callback((uintptr_t)thr.t_wchan,
265 mdb_free(ww->ww_seen, ww->ww_seen_size * sizeof (uintptr_t));
276 wchaninfo_twalk(uintptr_t addr, const kthread_t *t, struct wcdata *wc)
280 (uintptr_t)t->t_sobj_ops);
288 wchaninfo_vtwalk(uintptr_t addr, const kthread_t *t, int *first)
292 (void) mdb_vread(&p, sizeof (p), (uintptr_t)t->t_procp);
298 mdb_printf("%*s%0?p %s\n", (int)(sizeof (uintptr_t) * 2 + 17),
307 wchaninfo_walk(uintptr_t addr, void *ignored, uint_t *verbose)
335 wchaninfo(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv)
381 uintptr_t addr = (uintptr_t)((const kthread_t *)wsp->walk_layer)->t_ts;
382 uintptr_t taddr = wsp->walk_addr;
399 uintptr_t rw_thread;
403 rwlock_walk(uintptr_t taddr, const kthread_t *t, rwlock_block_t **rwp)
406 uintptr_t addr = (uintptr_t)t->t_ts;
416 if ((uintptr_t)t->t_sleepq ==
417 (uintptr_t)&ts.ts_sleepq[i] - (uintptr_t)&ts + addr)
491 rwlock(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv)
495 uintptr_t wwwh;
520 uintptr_t count = (wwwh & RW_HOLD_COUNT) >> RW_HOLD_COUNT_SHIFT;
575 mutex(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv)
650 turnstile(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv)
704 sobj2ts(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv)
709 uintptr_t ttable;
720 isupi = addr - (uintptr_t)sym.st_value < sym.st_size;
727 ttable = (uintptr_t)sym.st_value + sizeof (turnstile_chain_t) * ttoff;
736 (uintptr_t)tsp) == -1) {
740 if ((uintptr_t)ts.ts_sobj == addr) {