Lines Matching defs:callers
2149 pc_t callers[KMEM_LITE_MAX];
2162 /* validate the buffer state and read in the callers */
2168 if (mdb_vread(callers, count * sizeof (pc_t),
2172 /* If there aren't any filled in callers, bail */
2173 if (callers[0] == uninit)
2176 plural = (callers[1] == uninit) ? "" : "s";
2182 mdb_printf("recent caller%s: %a", plural, callers[0]);
2184 if (callers[i] == uninit)
2186 mdb_printf(", %a", callers[i]);
2216 /* for KMF_LITE caches, try to print out the previous callers */