Searched defs:pth (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_wr.c137 kmdb_wr_path_t *pth = (kmdb_wr_path_t *)wn; local
140 ASSERT(!WR_ISACK(pth));
144 if ((opth = kctl_dmod_path_set(pth)) != NULL) {
H A Dkctl_dmod.c380 kctl_dmod_path_set(kmdb_wr_path_t *pth) argument
385 if (pth != NULL) {
387 kctl_dprintf("changing dmod path to: %p", pth);
388 for (i = 0; pth->dpth_path[i] != NULL; i++)
389 kctl_dprintf(" %s", pth->dpth_path[i]);
396 kctl_dmod_path = pth;
404 kmdb_wr_path_t *pth; local
406 if ((pth = kctl_dmod_path_set(NULL)) != NULL) {
407 WR_ACK(pth);
408 kmdb_wr_debugger_notify(pth);
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dschg_mgr.c291 const char *pth; local
427 pth = dm_prop_lookup(diskp->props, DISK_PROP_DEVPATH);
432 diskp->location, pth == NULL ? "Unknown" : pth);

Completed in 45 milliseconds