Home
last modified time | relevance | path

Searched refs:promPath (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86sbusBus.c108 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()
[all …]