Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dfindstack_subr.c112 stacks_module_callback(mdb_object_t *obj, void *arg) in stacks_module_callback()
149 mdb_object_t libc = *obj; in stacks_module_callback()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.h179 } mdb_object_t; typedef
314 typedef int (*mdb_object_cb_t)(mdb_object_t *, void *);
H A Dmdb_modapi.c999 mdb_object_t obj; in mdb_object_cb()