Searched refs:kctl_dprintf (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/ |
H A D | kctl_wr.c | 63 kctl_dprintf("received ack for dmod load of %s", in kctl_wr_process_cb() 68 kctl_dprintf("received dmod load request %s", in kctl_wr_process_cb() 81 kctl_dprintf("skipping load of dmod %s due to " in kctl_wr_process_cb() 99 kctl_dprintf("received request to load all dmods"); in kctl_wr_process_cb() 118 kctl_dprintf("received dmod unload message %s", in kctl_wr_process_cb() 141 kctl_dprintf("received path change message"); in kctl_wr_process_cb() 230 kctl_dprintf("kctl worker thread - waking up"); in kctl_wr_thread()
|
H A D | kctl_dmod.c | 95 kctl_dprintf("Can't load dmod from %s/%s - " in kctl_find_module() 107 kctl_dprintf("kobj_open %s found", fullname); in kctl_find_module() 207 kctl_dprintf("loaded dmod %s at %p", modpath, modp); in kctl_dmod_load() 306 kctl_dprintf("unloading dmod %s", modp->mod_modname); in kctl_dmod_unload_common() 373 kctl_dprintf("freed orphan load notification for %s", in kctl_dmod_unload_all() 387 kctl_dprintf("changing dmod path to: %p", pth); in kctl_dmod_path_set() 389 kctl_dprintf(" %s", pth->dpth_path[i]); in kctl_dmod_path_set() 391 kctl_dprintf("changing dmod path to NULL"); in kctl_dmod_path_set()
|
H A D | kctl_main.c | 115 kctl_dprintf("new kctl state: %d", state); in kctl_set_state() 208 kctl_dprintf("cleaning up from state %d", state); in kctl_cleanup() 471 kctl_dprintf("beginning kmdb initialization"); in kctl_boot_activate() 498 kctl_dprintf("finished with kmdb initialization"); in kctl_boot_activate()
|
H A D | kctl_err.c | 74 kctl_dprintf(const char *format, ...) in kctl_dprintf() function
|
H A D | kctl.h | 89 extern void kctl_dprintf(const char *, ...);
|
H A D | kctl_auxv.c | 85 kctl_dprintf("kctl_auxv_init: modpath '%s'", kav->kav_modpath); in kctl_auxv_init()
|