Searched refs:mdb_get_xdata (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | proc_kludges.c | 86 if (mdb_get_xdata("pshandle", &Pr, sizeof (Pr)) == -1) { in prockludge_mappings_walk_init()
|
H A D | leaky_subr.c | 359 if (mdb_get_xdata("pstatus", &Ps, sizeof (Ps)) == -1) { in leaky_handle_anon_mappings() 604 if (mdb_get_xdata("pstatus", &Ps, sizeof (Ps)) == -1) { in leaky_process_proc() 615 if (mdb_get_xdata("pshandle", &Pr, sizeof (Pr)) == -1) { in leaky_process_proc()
|
/titanic_41/usr/src/cmd/mdb/common/modules/libpython2.6/ |
H A D | libpython26.c | 389 if (mdb_get_xdata("pshandle", &Ph, sizeof (Ph)) == -1) { in python_db_init()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_modapi.h | 305 extern ssize_t mdb_get_xdata(const char *, void *, size_t);
|
H A D | mdb_modapi.c | 791 mdb_get_xdata(const char *name, void *buf, size_t nbytes) in mdb_get_xdata() function
|
/titanic_41/usr/src/cmd/mdb/common/modules/conf/ |
H A D | mapfile-extern | 105 mdb_get_xdata { FLAGS = EXTERN };
|
/titanic_41/usr/src/cmd/mdb/common/modules/libc/ |
H A D | libc.c | 344 ssize_t nbytes = mdb_get_xdata("lwpstatus", NULL, 0); in oldc_walk_init() 359 if (mdb_get_xdata("lwpstatus", wsp->walk_data, nbytes) != nbytes) { in oldc_walk_init()
|