Searched refs:mdb_get_xdata (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | proc_kludges.c | 86 if (mdb_get_xdata("pshandle", &Pr, sizeof (Pr)) == -1) {
|
H A D | leaky_subr.c | 359 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 D | libpython.c | 389 if (mdb_get_xdata("pshandle", &Ph, sizeof (Ph)) == -1) {
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_modapi.h | 300 extern ssize_t mdb_get_xdata(const char *, void *, size_t);
|
H A D | mdb_modapi.c | 796 mdb_get_xdata(const char *name, void *buf, size_t nbytes) function
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/ |
H A D | libc.c | 342 ssize_t nbytes = mdb_get_xdata("lwpstatus", NULL, 0); 357 if (mdb_get_xdata("lwpstatus", wsp->walk_data, nbytes) != nbytes) {
|
Completed in 694 milliseconds