Lines Matching refs:pdp
358 struct portdata *pdp; in handle_refresh() local
412 pdp = allports[i]; in handle_refresh()
414 if (!pdp->referenced) { in handle_refresh()
415 if (pdp->stp_added) { in handle_refresh()
416 (void) STP_IN_port_remove(pdp->vlan_id, in handle_refresh()
417 pdp->port_index); in handle_refresh()
418 pdp->stp_added = B_FALSE; in handle_refresh()
420 if (pdp->dlpi != NULL) { in handle_refresh()
421 dlpi_close(pdp->dlpi); in handle_refresh()
422 pdp->dlpi = NULL; in handle_refresh()
423 pdp->name = NULL; in handle_refresh()
427 if (pdp->kern_added) { in handle_refresh()
429 &pdp->linkid, sizeof (pdp->linkid)) == -1) in handle_refresh()
432 pdp->linkid, instance_name); in handle_refresh()
433 pdp->kern_added = B_FALSE; in handle_refresh()