Lines Matching refs:pip
217 mdi_pathinfo_t *pip = NULL; in i_devname_to_promname() local
289 while ((pip = mdi_get_next_phci_path(dip, pip)) != NULL) { in i_devname_to_promname()
299 MDI_PI_LOCK(pip); in i_devname_to_promname()
300 MDI_PI_HOLD(pip); in i_devname_to_promname()
301 MDI_PI_UNLOCK(pip); in i_devname_to_promname()
303 if (mdi_pi_pathname_obp(pip, prom_path) != NULL) { in i_devname_to_promname()
310 pdip = mdi_pi_get_phci(pip); in i_devname_to_promname()
327 unit_address = MDI_PI(pip)->pi_addr; in i_devname_to_promname()
355 if (MDI_PI_IS_ONLINE(pip)) { in i_devname_to_promname()
367 MDI_PI_LOCK(pip); in i_devname_to_promname()
368 MDI_PI_RELE(pip); in i_devname_to_promname()
369 if (MDI_PI(pip)->pi_ref_cnt == 0) in i_devname_to_promname()
370 cv_broadcast(&MDI_PI(pip)->pi_ref_cv); in i_devname_to_promname()
371 MDI_PI_UNLOCK(pip); in i_devname_to_promname()