Lines Matching refs:promPath
108 char *prop, *promPath;
211 promPath = sparcPromNode2Pathname (&psdp->node);
212 if (promPath) {
213 xf86ErrorF(" at %s", promPath);
214 free(promPath);
432 char *promPath = NULL;
438 promPath = sparcPromNode2Pathname(&psdp->node);
454 if (promPath)
456 promPath);
469 if (promPath) {
472 driverName, promPath);
482 free(promPath);
714 char *promPath = NULL;
719 promPath = sparcPromNode2Pathname(&sBus->node);
722 if (promPath) {
723 XNFasprintf(&GDev->busID, "SBUS:%s", promPath);
724 free(promPath);