Lines Matching defs:slot
249 int slot;
257 for (slot = 0; slot < nodecnt; slot++) {
258 if (strcmp(name, nodes[slot].nc_nodename) == 0) {
259 *id = nodes[slot].nc_nodeid;
263 if (slot >= nodecnt) {
285 int slot;
295 for (slot = 0; slot < nodecnt; slot++) {
296 if (nodes[slot].nc_nodeid == id) {
297 foundname = strdup(nodes[slot].nc_nodename);
307 if (slot >= nodecnt) {