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

/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_wr.c64 kctl_dprintf("received ack for dmod load of %s",
69 kctl_dprintf("received dmod load request %s",
82 kctl_dprintf("skipping load of dmod %s due to "
100 kctl_dprintf("received request to load all dmods");
119 kctl_dprintf("received dmod unload message %s",
142 kctl_dprintf("received path change message");
231 kctl_dprintf("kctl worker thread - waking up");
H A Dkctl_dmod.c95 kctl_dprintf("Can't load dmod from %s/%s - "
107 kctl_dprintf("kobj_open %s found", fullname);
207 kctl_dprintf("loaded dmod %s at %p", modpath, modp);
306 kctl_dprintf("unloading dmod %s", modp->mod_modname);
373 kctl_dprintf("freed orphan load notification for %s",
387 kctl_dprintf("changing dmod path to: %p", pth);
389 kctl_dprintf(" %s", pth->dpth_path[i]);
391 kctl_dprintf("changing dmod path to NULL");
H A Dkctl_err.c76 kctl_dprintf(const char *format, ...) function
H A Dkctl.h91 extern void kctl_dprintf(const char *, ...);
H A Dkctl_auxv.c87 kctl_dprintf("kctl_auxv_init: modpath '%s'", kav->kav_modpath);
H A Dkctl_main.c115 kctl_dprintf("new kctl state: %d", state);
208 kctl_dprintf("cleaning up from state %d", state);
471 kctl_dprintf("beginning kmdb initialization");
498 kctl_dprintf("finished with kmdb initialization");

Completed in 61 milliseconds