Searched refs:id_from (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/usr/startd/
H A Dspawn.c349 int id_from = strtol(core_ptr, (char **)&core_ptr, 10); local
350 int id_to = id_from;
362 for(int i = id_from; i <= id_to; i++) {
432 int id_from = strtol(p, (char **)&p, 10), id_to = id_from; local
449 for(int i = id_from; i <= id_to; i++) {

Completed in 34 milliseconds