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