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

/barrelfish-2018-10-04/lib/dist/
H A Dargs.c85 static void parse_list(char *optargs, coreid_t **list, int *len) function
224 parse_list(optarg, &res.cores, &res.cores_len);
231 parse_list(optarg, &exclude, &exclude_len);
/barrelfish-2018-10-04/usr/mem_serv_dist/
H A Dargs.c85 static void parse_list(char *optargs, coreid_t **list, int *len) function
219 parse_list(optarg, &res.cores, &res.cores_len);
226 parse_list(optarg, &res.exclude, &res.exclude_len);

Completed in 157 milliseconds