nd                409 opal/mca/pmix/ext1x/pmix1x_server_north.c     size_t nd=0, n;
nd                416 opal/mca/pmix/ext1x/pmix1x_server_north.c             nd = opal_list_get_size(data);
nd                417 opal/mca/pmix/ext1x/pmix1x_server_north.c             PMIX_PDATA_CREATE(d, nd);
nd                427 opal/mca/pmix/ext1x/pmix1x_server_north.c         opalcaddy->lkupcbfunc(rc, d, nd, opalcaddy->cbdata);
nd                428 opal/mca/pmix/ext1x/pmix1x_server_north.c         PMIX_PDATA_FREE(d, nd);
nd                483 opal/mca/pmix/ext2x/ext2x_server_north.c     size_t nd=0, n;
nd                490 opal/mca/pmix/ext2x/ext2x_server_north.c             nd = opal_list_get_size(data);
nd                491 opal/mca/pmix/ext2x/ext2x_server_north.c             PMIX_PDATA_CREATE(d, nd);
nd                501 opal/mca/pmix/ext2x/ext2x_server_north.c         opalcaddy->lkupcbfunc(rc, d, nd, opalcaddy->cbdata);
nd                502 opal/mca/pmix/ext2x/ext2x_server_north.c         PMIX_PDATA_FREE(d, nd);
nd                498 opal/mca/pmix/ext3x/ext3x_server_north.c     size_t nd=0, n;
nd                505 opal/mca/pmix/ext3x/ext3x_server_north.c             nd = opal_list_get_size(data);
nd                506 opal/mca/pmix/ext3x/ext3x_server_north.c             PMIX_PDATA_CREATE(d, nd);
nd                516 opal/mca/pmix/ext3x/ext3x_server_north.c         opalcaddy->lkupcbfunc(rc, d, nd, opalcaddy->cbdata);
nd                517 opal/mca/pmix/ext3x/ext3x_server_north.c         PMIX_PDATA_FREE(d, nd);
nd                193 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.h #define PMIX_IOF_READ_EVENT(rv, p, np, d, nd, fid, cbfunc, actv)        \
nd                205 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.h             PMIX_INFO_CREATE((rev)->directives, (nd));                  \
nd                206 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.h             (rev)->ndirs = (nd);                                        \
nd                207 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.h             for (_ii=0; _ii < (nd); _ii++) {                            \
nd               1040 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_pack.c     int32_t i, nd;
nd               1077 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_pack.c         nd = pmix_argv_count(ptr[i].description);
nd               1078 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_pack.c         PMIX_BFROPS_PACK_TYPE(ret, buffer, &nd, 1, PMIX_INT32, regtypes);
nd               1083 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_pack.c         PMIX_BFROPS_PACK_TYPE(ret, buffer, ptr[i].description, nd, PMIX_STRING, regtypes);
nd               1312 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_unpack.c     int32_t i, n, m, nd;
nd               1369 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_unpack.c         PMIX_BFROPS_UNPACK_TYPE(ret, buffer, &nd, &m, PMIX_INT32, regtypes);
nd               1374 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_unpack.c         if (0 < nd) {
nd               1376 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_unpack.c             if (NULL == (ptr[i].description = (char**)calloc(nd+1, sizeof(char*)))) {
nd               1379 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_unpack.c             m=nd;
nd                604 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c     pmix_pnet_node_t *nd, *ndptr;
nd                649 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c             nd = NULL;
nd                652 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c                     nd = ndptr;
nd                656 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c             if (NULL == nd) {
nd                657 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c                 nd = PMIX_NEW(pmix_pnet_node_t);
nd                658 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c                 nd->name = strdup(nodes[n]);
nd                659 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c                 pmix_list_append(&pmix_pnet_globals.nodes, &nd->super);
nd                661 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c                 PMIX_RETAIN(nd);
nd                662 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c                 nd->index = pmix_pointer_array_add(&job->nodes, nd);
nd                665 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c             nd = PMIX_NEW(pmix_pnet_node_t);
nd                666 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c             nd->name = strdup(nodes[n]);
nd                667 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c             pmix_list_append(&pmix_pnet_globals.nodes, &nd->super);
nd                669 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c             PMIX_RETAIN(nd);
nd                670 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c             nd->index = pmix_pointer_array_add(&job->nodes, nd);
nd                673 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c         PMIX_LIST_FOREACH(lp, &nd->local_jobs, pmix_pnet_local_procs_t) {
nd                677 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c                 pmix_list_remove_item(&nd->local_jobs, &lp->super);
nd                693 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c         pmix_list_append(&nd->local_jobs, &lp->super);
nd                152 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_frame.c     pmix_pnet_node_t *nd;
nd                158 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_frame.c         if (NULL != (nd = (pmix_pnet_node_t*)pmix_pointer_array_get_item(&p->nodes, n))) {
nd                160 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_frame.c             PMIX_RELEASE(nd);
nd                247 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c     pmix_pnet_node_t *nd;
nd                360 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c         PMIX_LIST_FOREACH(nd, &pmix_pnet_globals.nodes, pmix_pnet_node_t) {
nd                362 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c             PMIX_LIST_FOREACH(lp, &nd->local_jobs, pmix_pnet_local_procs_t) {
nd                720 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c     pmix_pnet_node_t *nd, *ndptr;
nd                747 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c             nd = NULL;
nd                750 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c                     nd = ndptr;
nd                754 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c             if (NULL == nd) {
nd                755 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c                 nd = PMIX_NEW(pmix_pnet_node_t);
nd                756 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c                 nd->name = strdup(hostname);
nd                757 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c                 pmix_list_append(&pmix_pnet_globals.nodes, &nd->super);
nd                761 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c             PMIX_LIST_FOREACH(lt, &nd->resources, pmix_pnet_resource_t) {
nd                770 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c                 pmix_list_append(&nd->resources, &lst->super);
nd                839 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c                 pmix_output(0, "OPA resources for node: %s", nd->name);
nd                840 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c                 PMIX_LIST_FOREACH(lt, &nd->resources, pmix_pnet_resource_t) {
nd               1086 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c     pmix_pnet_node_t *nd, *ndptr;
nd               1112 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c             nd = NULL;
nd               1115 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c                     nd = ndptr;
nd               1119 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c             if (NULL == nd) {
nd               1120 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c                 nd = PMIX_NEW(pmix_pnet_node_t);
nd               1121 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c                 nd->name = strdup(hostname);
nd               1122 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c                 pmix_list_append(&pmix_pnet_globals.nodes, &nd->super);
nd               1126 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c             PMIX_LIST_FOREACH(lt, &nd->resources, pmix_pnet_resource_t) {
nd               1135 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c                 pmix_list_append(&nd->resources, &lst->super);
nd               1182 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c                 pmix_output(0, "TCP resources for node: %s", nd->name);
nd               1183 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c                 PMIX_LIST_FOREACH(lt, &nd->resources, pmix_pnet_resource_t) {
nd                111 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c     pmix_pnet_node_t *nd;
nd                243 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c             if (NULL == (nd = (pmix_pnet_node_t*)pmix_pointer_array_get_item(&job->nodes, n))) {
nd                247 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c             PMIX_LIST_FOREACH(lptr, &nd->local_jobs, pmix_pnet_local_procs_t) {
nd                254 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c                 pmix_output(0, "\t NODE %s 0 RANKS", nd->name);
nd                256 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c                 pmix_output(0, "\tNODE %s %d RANKS", nd->name, (int)lp->np);
nd                131 opal/mca/pmix/pmix4x/pmix/src/mca/psec/psec.h #define PMIX_PSEC_CREATE_CRED(r, p, d, nd, in, nin, c)                      \
nd                133 opal/mca/pmix/pmix4x/pmix/src/mca/psec/psec.h                                               (d), (nd), (in), (nin), c)
nd                138 opal/mca/pmix/pmix4x/pmix/src/mca/psec/psec.h #define PMIX_PSEC_VALIDATE_CRED(r, p, d, nd, in, nin, c)                    \
nd                140 opal/mca/pmix/pmix4x/pmix/src/mca/psec/psec.h                                                 (d), (nd),                  \
nd                143 opal/mca/pmix/pmix4x/pmix/src/mca/psec/psec.h #define PMIX_PSEC_VALIDATE_CONNECTION(r, p, d, nd, in, nin, c)                                              \
nd                149 opal/mca/pmix/pmix4x/pmix/src/mca/psec/psec.h                                                        (d), (nd), (in), (nin), c);                          \
nd                497 opal/mca/pmix/pmix4x/pmix4x_server_north.c     size_t nd=0, n;
nd                504 opal/mca/pmix/pmix4x/pmix4x_server_north.c             nd = opal_list_get_size(data);
nd                505 opal/mca/pmix/pmix4x/pmix4x_server_north.c             PMIX_PDATA_CREATE(d, nd);
nd                515 opal/mca/pmix/pmix4x/pmix4x_server_north.c         opalcaddy->lkupcbfunc(rc, d, nd, opalcaddy->cbdata);
nd                516 opal/mca/pmix/pmix4x/pmix4x_server_north.c         PMIX_PDATA_FREE(d, nd);
nd               1028 orte/mca/plm/rsh/plm_rsh_module.c     orte_node_t *node, *nd;
nd               1149 orte/mca/plm/rsh/plm_rsh_module.c         if (NULL != (nd = (orte_node_t*)opal_pointer_array_get_item(map->nodes, nnode))) {
nd               1150 orte/mca/plm/rsh/plm_rsh_module.c             node = nd;
nd                780 orte/mca/ras/slurm/ras_slurm_module.c     orte_node_t *nd, *nd2;
nd                906 orte/mca/ras/slurm/ras_slurm_module.c             nd = (orte_node_t*)item;
nd                907 orte/mca/ras/slurm/ras_slurm_module.c             opal_argv_append_nosize(&dash_host, nd->name);
nd                914 orte/mca/ras/slurm/ras_slurm_module.c                 if (0 == strcmp(nd->name, nd2->name)) {
nd                916 orte/mca/ras/slurm/ras_slurm_module.c                     nd2->slots += nd->slots;
nd                144 orte/mca/rmaps/base/rmaps_base_support_fns.c     orte_node_t *node, *nd, *nptr, *next;
nd                292 orte/mca/rmaps/base/rmaps_base_support_fns.c             nd = (orte_node_t*)opal_pointer_array_get_item(orte_node_pool, 0);
nd                293 orte/mca/rmaps/base/rmaps_base_support_fns.c             OBJ_RETAIN(nd);
nd                294 orte/mca/rmaps/base/rmaps_base_support_fns.c             opal_list_append(allocated_nodes, &nd->super);
nd                296 orte/mca/rmaps/base/rmaps_base_support_fns.c             nd = NULL;
nd                299 orte/mca/rmaps/base/rmaps_base_support_fns.c         nd = (orte_node_t*)opal_list_get_last(allocated_nodes);
nd                345 orte/mca/rmaps/base/rmaps_base_support_fns.c             if (NULL == nd || NULL == nd->daemon ||
nd                347 orte/mca/rmaps/base/rmaps_base_support_fns.c                 nd->daemon->name.vpid < node->daemon->name.vpid) {
nd                350 orte/mca/rmaps/base/rmaps_base_support_fns.c                 nd = node;
nd                353 orte/mca/rmaps/base/rmaps_base_support_fns.c                 while (node->daemon->name.vpid < nd->daemon->name.vpid) {
nd                354 orte/mca/rmaps/base/rmaps_base_support_fns.c                     if (opal_list_get_begin(allocated_nodes) == opal_list_get_prev(&nd->super)) {
nd                359 orte/mca/rmaps/base/rmaps_base_support_fns.c                     nd = (orte_node_t*)opal_list_get_prev(&nd->super);
nd                361 orte/mca/rmaps/base/rmaps_base_support_fns.c                 item = opal_list_get_next(&nd->super);
nd                366 orte/mca/rmaps/base/rmaps_base_support_fns.c                     nd = (orte_node_t*)item;
nd                371 orte/mca/rmaps/base/rmaps_base_support_fns.c                 nd = (orte_node_t*)opal_list_get_last(allocated_nodes);
nd                 82 orte/mca/rmaps/rank_file/rmaps_rank_file.c     orte_node_t *node, *nd, *root_node;
nd                217 orte/mca/rmaps/rank_file/rmaps_rank_file.c                     OPAL_LIST_FOREACH(nd, &node_list, orte_node_t) {
nd                220 orte/mca/rmaps/rank_file/rmaps_rank_file.c                         if (nd->slots <= (int)nd->num_procs) {
nd                224 orte/mca/rmaps/rank_file/rmaps_rank_file.c                         node = nd;
nd                230 orte/mca/rmaps/rank_file/rmaps_rank_file.c                         OPAL_LIST_FOREACH(nd, &node_list, orte_node_t) {
nd                231 orte/mca/rmaps/rank_file/rmaps_rank_file.c                             if (nd->num_procs < (orte_vpid_t)k) {
nd                232 orte/mca/rmaps/rank_file/rmaps_rank_file.c                                 k = nd->num_procs;
nd                233 orte/mca/rmaps/rank_file/rmaps_rank_file.c                                 node = nd;
nd                258 orte/mca/rmaps/rank_file/rmaps_rank_file.c                 OPAL_LIST_FOREACH(nd, &node_list, orte_node_t) {
nd                260 orte/mca/rmaps/rank_file/rmaps_rank_file.c                         0 == strcmp(nd->name, rfmap->node_name)) {
nd                261 orte/mca/rmaps/rank_file/rmaps_rank_file.c                         node = nd;
nd                 57 orte/mca/rmaps/resilient/rmaps_resilient.c                             orte_node_t **nd);
nd                 72 orte/mca/rmaps/resilient/rmaps_resilient.c     orte_node_t *nd=NULL, *oldnode, *node, *nptr;
nd                200 orte/mca/rmaps/resilient/rmaps_resilient.c             nd = NULL;
nd                204 orte/mca/rmaps/resilient/rmaps_resilient.c                     nd = node;
nd                216 orte/mca/rmaps/resilient/rmaps_resilient.c                                  nd->name,
nd                217 orte/mca/rmaps/resilient/rmaps_resilient.c                                  (NULL == nd->daemon) ? "--" : ORTE_VPID_PRINT(nd->daemon->name.vpid)));
nd                228 orte/mca/rmaps/resilient/rmaps_resilient.c                 if (ORTE_SUCCESS != (rc = get_ftgrp_target(proc, &target, &nd))) {
nd                235 orte/mca/rmaps/resilient/rmaps_resilient.c                                      ORTE_NAME_PRINT(&proc->name), target->ftgrp, nd->name));
nd                237 orte/mca/rmaps/resilient/rmaps_resilient.c                 if (ORTE_SUCCESS != (rc = get_new_node(proc, app, jdata->map, &nd))) {
nd                251 orte/mca/rmaps/resilient/rmaps_resilient.c             if (nptr == nd) {
nd                257 orte/mca/rmaps/resilient/rmaps_resilient.c             OBJ_RETAIN(nd);
nd                258 orte/mca/rmaps/resilient/rmaps_resilient.c             opal_pointer_array_add(jdata->map->nodes, nd);
nd                259 orte/mca/rmaps/resilient/rmaps_resilient.c             ORTE_FLAG_SET(nd, ORTE_NODE_FLAG_MAPPED);
nd                261 orte/mca/rmaps/resilient/rmaps_resilient.c         OBJ_RETAIN(nd);  /* maintain accounting on object */
nd                262 orte/mca/rmaps/resilient/rmaps_resilient.c         proc->node = nd;
nd                263 orte/mca/rmaps/resilient/rmaps_resilient.c         nd->num_procs++;
nd                264 orte/mca/rmaps/resilient/rmaps_resilient.c         opal_pointer_array_add(nd->procs, (void*)proc);
nd                274 orte/mca/rmaps/resilient/rmaps_resilient.c         orte_rmaps_base_update_local_ranks(jdata, oldnode, nd, proc);
nd                386 orte/mca/rmaps/resilient/rmaps_resilient.c     orte_node_t *node, *nd;
nd                456 orte/mca/rmaps/resilient/rmaps_resilient.c     nd = NULL;
nd                463 orte/mca/rmaps/resilient/rmaps_resilient.c             nd = node;
nd                469 orte/mca/rmaps/resilient/rmaps_resilient.c     *ndret = nd;
nd                479 orte/mca/rmaps/resilient/rmaps_resilient.c     orte_node_t *nd, *oldnode, *node;
nd                489 orte/mca/rmaps/resilient/rmaps_resilient.c     nd = NULL;
nd                516 orte/mca/rmaps/resilient/rmaps_resilient.c         nd = (orte_node_t*)opal_list_get_first(&node_list);
nd                522 orte/mca/rmaps/resilient/rmaps_resilient.c                              nd->name,
nd                523 orte/mca/rmaps/resilient/rmaps_resilient.c                              (NULL == nd->daemon) ? "--" : ORTE_VPID_PRINT(nd->daemon->name.vpid)));
nd                566 orte/mca/rmaps/resilient/rmaps_resilient.c     nd = NULL;
nd                587 orte/mca/rmaps/resilient/rmaps_resilient.c             nd = node;
nd                615 orte/mca/rmaps/resilient/rmaps_resilient.c         nd = node;
nd                619 orte/mca/rmaps/resilient/rmaps_resilient.c     if (NULL == nd) {
nd                622 orte/mca/rmaps/resilient/rmaps_resilient.c             nd = oldnode;
nd                627 orte/mca/rmaps/resilient/rmaps_resilient.c                                  (NULL == nd->name) ? "NULL" : nd->name,
nd                628 orte/mca/rmaps/resilient/rmaps_resilient.c                                  (NULL == nd->daemon) ? "--" : ORTE_VPID_PRINT(nd->daemon->name.vpid)));
nd                630 orte/mca/rmaps/resilient/rmaps_resilient.c             nd = proc->node;
nd                631 orte/mca/rmaps/resilient/rmaps_resilient.c             orte_set_attribute(&proc->attributes, ORTE_PROC_PRIOR_NODE, ORTE_ATTR_LOCAL, nd, OPAL_PTR);
nd                636 orte/mca/rmaps/resilient/rmaps_resilient.c                                  (NULL == nd->name) ? "NULL" : nd->name,
nd                637 orte/mca/rmaps/resilient/rmaps_resilient.c                                  (NULL == nd->daemon) ? "--" : ORTE_VPID_PRINT(nd->daemon->name.vpid)));
nd                651 orte/mca/rmaps/resilient/rmaps_resilient.c                          (NULL == nd->name) ? "NULL" : nd->name,
nd                652 orte/mca/rmaps/resilient/rmaps_resilient.c                          (NULL == nd->daemon) ? "--" : ORTE_VPID_PRINT(nd->daemon->name.vpid)));
nd                659 orte/mca/rmaps/resilient/rmaps_resilient.c     *ndret = nd;
nd                666 orte/mca/rmaps/resilient/rmaps_resilient.c     orte_node_t *node, *nd;
nd                685 orte/mca/rmaps/resilient/rmaps_resilient.c                 if (NULL == (nd = (orte_node_t*)opal_pointer_array_get_item(&ftgrp->nodes, k))) {
nd                688 orte/mca/rmaps/resilient/rmaps_resilient.c                 if (0 == strcmp(nd->name, node->name)) {
nd                707 orte/mca/rmaps/resilient/rmaps_resilient.c     orte_node_t *node, *nd=NULL;
nd                820 orte/mca/rmaps/resilient/rmaps_resilient.c                 nd = (orte_node_t*)curitem;
nd                834 orte/mca/rmaps/resilient/rmaps_resilient.c                         nd = node;
nd                841 orte/mca/rmaps/resilient/rmaps_resilient.c                                  (NULL == target) ? -1 : target->ftgrp, nd->name));
nd                843 orte/mca/rmaps/resilient/rmaps_resilient.c             if (!ORTE_FLAG_TEST(nd, ORTE_NODE_FLAG_MAPPED)) {
nd                844 orte/mca/rmaps/resilient/rmaps_resilient.c                 OBJ_RETAIN(nd);
nd                845 orte/mca/rmaps/resilient/rmaps_resilient.c                 opal_pointer_array_add(map->nodes, nd);
nd                846 orte/mca/rmaps/resilient/rmaps_resilient.c                 ORTE_FLAG_SET(nd, ORTE_NODE_FLAG_MAPPED);
nd                848 orte/mca/rmaps/resilient/rmaps_resilient.c             if (NULL == orte_rmaps_base_setup_proc(jdata, nd, app->idx)) {
nd                852 orte/mca/rmaps/resilient/rmaps_resilient.c             if ((nd->slots < (int)nd->num_procs) ||
nd                853 orte/mca/rmaps/resilient/rmaps_resilient.c                 (0 < nd->slots_max && nd->slots_max < (int)nd->num_procs)) {
nd                856 orte/mca/rmaps/resilient/rmaps_resilient.c                                    true, nd->num_procs, app->app);
nd                863 orte/mca/rmaps/resilient/rmaps_resilient.c                 ORTE_FLAG_SET(nd, ORTE_NODE_FLAG_OVERSUBSCRIBED);
nd                 99 orte/mca/rmaps/seq/rmaps_seq.c     orte_node_t *node, *nd;
nd                254 orte/mca/rmaps/seq/rmaps_seq.c             while (NULL != (nd = (orte_node_t*)opal_list_remove_first(&node_list))) {
nd                256 orte/mca/rmaps/seq/rmaps_seq.c                 sq->hostname = strdup(nd->name);
nd                258 orte/mca/rmaps/seq/rmaps_seq.c                 OBJ_RELEASE(nd);
nd                490 orte/runtime/orte_globals.c     orte_node_rank_t *noderank, nd;
nd                503 orte/runtime/orte_globals.c     noderank = &nd;
nd                508 orte/runtime/orte_globals.c         nd = ORTE_NODE_RANK_INVALID;
nd                510 orte/runtime/orte_globals.c     return nd;
nd                 88 orte/util/dash_host/dash_host.c     orte_node_t *node, *nd;
nd                310 orte/util/dash_host/dash_host.c         nd = (orte_node_t*)item;
nd                316 orte/util/dash_host/dash_host.c             if (0 == strcmp(nd->name, node->name)) {
nd                321 orte/util/dash_host/dash_host.c                 if (ORTE_FLAG_TEST(nd, ORTE_NODE_FLAG_SLOTS_GIVEN)) {
nd                323 orte/util/dash_host/dash_host.c                     node->slots += nd->slots;
nd                332 orte/util/dash_host/dash_host.c                                  ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), nd->name, nd->slots));
nd                333 orte/util/dash_host/dash_host.c             opal_list_append(nodes, &nd->super);
nd                537 orte/util/hostfile/hostfile.c     orte_node_t *nd, *node;
nd                568 orte/util/hostfile/hostfile.c         nd = (orte_node_t*)item;
nd                574 orte/util/hostfile/hostfile.c             if (0 == strcmp(nd->name, node->name)) {
nd                586 orte/util/hostfile/hostfile.c         nd = (orte_node_t*)item;
nd                592 orte/util/hostfile/hostfile.c             if (0 == strcmp(nd->name, node->name)) {
nd                598 orte/util/hostfile/hostfile.c             opal_list_append(nodes, &nd->super);
nd                601 orte/util/hostfile/hostfile.c                                  ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), nd->name, nd->slots));
nd                231 orte/util/nidmap.c     orte_node_t *nd;
nd                387 orte/util/nidmap.c         nd = OBJ_NEW(orte_node_t);
nd                388 orte/util/nidmap.c         nd->name = strdup(names[n]);
nd                389 orte/util/nidmap.c         nd->index = n;
nd                390 orte/util/nidmap.c         opal_pointer_array_set_item(orte_node_pool, n, nd);
nd                393 orte/util/nidmap.c         nd->topology = t;
nd                414 orte/util/nidmap.c             OBJ_RETAIN(nd);
nd                415 orte/util/nidmap.c             proc->node = nd;
nd                417 orte/util/nidmap.c             nd->daemon = proc;