Lines Matching defs:promPath
108 char *prop, *promPath;
228 promPath = sparcPromNode2Pathname(&psdp->node);
229 if (promPath) {
230 xf86ErrorF(" at %s", promPath);
231 free(promPath);
455 char *promPath = NULL;
461 promPath = sparcPromNode2Pathname(&psdp->node);
478 if (promPath)
481 promPath);
498 if (promPath) {
501 driverName, promPath);
513 free(promPath);
754 char *promPath = NULL;
760 promPath = sparcPromNode2Pathname(&sBus->node);
763 if (promPath) {
764 XNFasprintf(&tmp, "SBUS:%s", promPath);
765 free(promPath);