Home
last modified time | relevance | path

Searched refs:pth (Results 1 – 3 of 3) sorted by relevance

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