Lines Matching defs:name
332 char name[20];
339 snprintf(name, sizeof(name), "thread%d", i);
340 t = of_get_child_by_name(core, name);
378 char name[20];
393 snprintf(name, sizeof(name), "cluster%d", i);
394 c = of_get_child_by_name(cluster, name);
408 snprintf(name, sizeof(name), "core%d", i);
409 c = of_get_child_by_name(cluster, name);
424 cluster, name);