Searched refs:pth (Results 1 – 3 of 3) sorted by relevance
380 kctl_dmod_path_set(kmdb_wr_path_t *pth) in kctl_dmod_path_set() argument385 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() local406 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()
137 kmdb_wr_path_t *pth = (kmdb_wr_path_t *)wn; in kctl_wr_process_cb() local140 ASSERT(!WR_ISACK(pth)); in kctl_wr_process_cb()144 if ((opth = kctl_dmod_path_set(pth)) != NULL) { in kctl_wr_process_cb()
291 const char *pth; in disk_state_change_thread() local427 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()