Lines Matching defs:plgrp_todo
1241 * specified in "plgrp_todo" using /proc and agent LWP
1244 do_process(char *pidstring, plgrp_args_t *plgrp_todo, int force)
1253 if (plgrp_todo == NULL || interrupt)
1277 plgrp_todo->Ph = Ph;
1278 plgrp_todo->lwps = lwps;
1284 if (Plwp_iter_all(Ph, Plwp_iter_handler, plgrp_todo) != 0) {
1317 plgrp_args_t plgrp_todo;
1368 bzero(&plgrp_todo, sizeof (plgrp_args_t));
1369 plgrp_todo.op = PLGRP_HOME_GET;
1391 plgrp_todo.op = PLGRP_HOME_GET;
1405 plgrp_todo.op = PLGRP_HOME_SET;
1407 if (parse_lgrps(cookie, &plgrp_todo, optarg) < 0)
1411 if (plgrp_todo.nlgrps == 0) {
1432 plgrp_todo.op = PLGRP_AFFINITY_GET;
1434 if (parse_lgrps(cookie, &plgrp_todo, optarg) < 0)
1438 if (plgrp_todo.nlgrps == 0) {
1459 plgrp_todo.op = PLGRP_AFFINITY_SET;
1515 if (parse_lgrps(cookie, &plgrp_todo,
1524 for (i = 0; i < plgrp_todo.nlgrps; i++) {
1525 if (plgrp_todo.affs[i] ==
1527 plgrp_todo.affs[i] = aff;
1541 if (plgrp_todo.nlgrps == 0) {
1585 print_heading(plgrp_todo.op);
1590 do_process(argv[i], &plgrp_todo, Fflag);
1595 if (plgrp_todo.nthreads == 0) {