Lines Matching refs:pip
213 mdi_pathinfo_t *pip = NULL; in i_devname_to_promname() local
286 while ((pip = mdi_get_next_phci_path(dip, pip)) != NULL) { in i_devname_to_promname()
296 MDI_PI_LOCK(pip); in i_devname_to_promname()
297 MDI_PI_HOLD(pip); in i_devname_to_promname()
298 MDI_PI_UNLOCK(pip); in i_devname_to_promname()
300 if (mdi_pi_pathname_obp(pip, prom_path) != NULL) { in i_devname_to_promname()
307 pdip = mdi_pi_get_phci(pip); in i_devname_to_promname()
324 unit_address = MDI_PI(pip)->pi_addr; in i_devname_to_promname()
352 if (MDI_PI_IS_ONLINE(pip)) { in i_devname_to_promname()
364 MDI_PI_LOCK(pip); in i_devname_to_promname()
365 MDI_PI_RELE(pip); in i_devname_to_promname()
366 if (MDI_PI(pip)->pi_ref_cnt == 0) in i_devname_to_promname()
367 cv_broadcast(&MDI_PI(pip)->pi_ref_cv); in i_devname_to_promname()
368 MDI_PI_UNLOCK(pip); in i_devname_to_promname()