sysconfigs         76 orte/mca/ras/alps/ras_alps_module.c static const orte_ras_alps_sysconfig_t sysconfigs[] = {
sysconfigs        245 orte/mca/ras/alps/ras_alps_module.c     for (i = 0; NULL != sysconfigs[i].path; ++i) {
sysconfigs        249 orte/mca/ras/alps/ras_alps_module.c                             sysconfigs[i].path);
sysconfigs        250 orte/mca/ras/alps/ras_alps_module.c         if (NULL == (fp = fopen(sysconfigs[i].path, "r"))) {
sysconfigs        255 orte/mca/ras/alps/ras_alps_module.c                                 sysconfigs[i].path, strerror(err));
sysconfigs        259 orte/mca/ras/alps/ras_alps_module.c         rc = sysconfigs[i].parse(&appinfo_path, fp, sysconfigs[i].var_name);
sysconfigs        282 orte/mca/ras/alps/ras_alps_module.c     if (NULL != sysconfigs[i].path) {