Lines Matching defs:nodeid
449 ncall_nodename(int nodeid)
452 return ((*ncall_modules->module->ncall_nodename)(nodeid));
459 ncall_mirror(int nodeid)
462 return ((*ncall_modules->module->ncall_mirror)(nodeid));
710 int nodeid;
735 while ((nodeid = ncall_nextnode(&sequence)) > 0) {
736 nodename = ncall_nodename(nodeid);
739 * return a valid nodeid, and it being disabled
741 * Discard the nodeid if this happens.
753 nodelist[slot].nc_nodeid = nodeid;