cpBuf             391 orte/mca/ras/alps/ras_alps_module.c     char            *cpBuf;
cpBuf             429 orte/mca/ras/alps/ras_alps_module.c         cpBuf=malloc(szLen+1);              /* Allocate buffer                */
cpBuf             430 orte/mca/ras/alps/ras_alps_module.c         if (NULL == cpBuf) {
cpBuf             437 orte/mca/ras/alps/ras_alps_module.c         if( (oNow=read( iFd, cpBuf, szLen ))!=(off_t)szLen ) {
cpBuf             443 orte/mca/ras/alps/ras_alps_module.c             free(cpBuf);                    /* Free (old) buffer              */
cpBuf             461 orte/mca/ras/alps/ras_alps_module.c     apHdr=(appInfoHdr_t *)cpBuf;
cpBuf             478 orte/mca/ras/alps/ras_alps_module.c         apInfo=(appInfo_t *)(cpBuf+oNow+oInfo);
cpBuf             495 orte/mca/ras/alps/ras_alps_module.c         apSlots=(placeList_t *)(cpBuf+oNow+oInfo+oDet+oSlots);
cpBuf             547 orte/mca/ras/alps/ras_alps_module.c         apNodes=(orte_ras_alps_placeNodeList_t *)(cpBuf+oNow+oInfo+oDet+oSlots);
cpBuf             586 orte/mca/ras/alps/ras_alps_module.c     free(cpBuf);                            /* Free the buffer                */