Lines Matching refs:promPath
108 char *prop, *promPath; in xf86SbusProbe() local
228 promPath = sparcPromNode2Pathname(&psdp->node); in xf86SbusProbe()
229 if (promPath) { in xf86SbusProbe()
230 xf86ErrorF(" at %s", promPath); in xf86SbusProbe()
231 free(promPath); in xf86SbusProbe()
455 char *promPath = NULL; in xf86MatchSbusInstances() local
461 promPath = sparcPromNode2Pathname(&psdp->node); in xf86MatchSbusInstances()
478 if (promPath) in xf86MatchSbusInstances()
481 promPath); in xf86MatchSbusInstances()
498 if (promPath) { in xf86MatchSbusInstances()
501 driverName, promPath); in xf86MatchSbusInstances()
513 free(promPath); in xf86MatchSbusInstances()
742 char *promPath = NULL; in xf86SbusConfigureNewDev() local
747 promPath = sparcPromNode2Pathname(&sBus->node); in xf86SbusConfigureNewDev()
750 if (promPath) { in xf86SbusConfigureNewDev()
751 XNFasprintf(&GDev->busID, "SBUS:%s", promPath); in xf86SbusConfigureNewDev()
752 free(promPath); in xf86SbusConfigureNewDev()