hnps              191 orte/util/hnp_contact.c int orte_list_local_hnps(opal_list_t *hnps, bool connect)
hnps              242 orte/util/hnp_contact.c             opal_list_append(hnps, &(hnp->super));
hnps              253 orte/util/hnp_contact.c     return (opal_list_is_empty(hnps) ? ORTE_ERR_NOT_FOUND : ORTE_SUCCESS);
hnps               58 orte/util/hnp_contact.h ORTE_DECLSPEC int orte_list_local_hnps(opal_list_t *hnps, bool connect);