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

/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c1460 ss_centry_info_t *gl_centry_info; local
1468 if (mdb_readvar(&gl_centry_info, "_sdbc_gl_centry_info") == -1) {
1481 wsp->walk_addr = (uintptr_t)(gl_centry_info);
1485 winfo->w_end = ((uintptr_t)(gl_centry_info)) + gl_centry_info_size;
2757 ss_centry_info_t gl_centry_info; local
2796 if (mdb_vread(&gl_centry_info, sizeof (ss_centry_info_t), addr) == -1) {
2797 mdb_warn("failed to read gl_centry_info at 0x%p", addr);
2807 (gl_centry_info.sc_cd == -1))
2816 (OPT_C_SELECTED && (gl_centry_info.sc_cd != opt_c)))
2825 (opt_d && gl_centry_info
[all...]

Completed in 63 milliseconds