Searched refs:mdb_get_xdata (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dproc_kludges.c86 if (mdb_get_xdata("pshandle", &Pr, sizeof (Pr)) == -1) {
H A Dleaky_subr.c359 if (mdb_get_xdata("pstatus", &Ps, sizeof (Ps)) == -1) {
604 if (mdb_get_xdata("pstatus", &Ps, sizeof (Ps)) == -1) {
615 if (mdb_get_xdata("pshandle", &Pr, sizeof (Pr)) == -1) {
/illumos-gate/usr/src/cmd/mdb/common/modules/libpython/
H A Dlibpython.c389 if (mdb_get_xdata("pshandle", &Ph, sizeof (Ph)) == -1) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.h300 extern ssize_t mdb_get_xdata(const char *, void *, size_t);
H A Dmdb_modapi.c796 mdb_get_xdata(const char *name, void *buf, size_t nbytes) function
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c342 ssize_t nbytes = mdb_get_xdata("lwpstatus", NULL, 0);
357 if (mdb_get_xdata("lwpstatus", wsp->walk_data, nbytes) != nbytes) {

Completed in 694 milliseconds