Lines Matching defs:grab
217 "%s: cannot grab LWP %u in process %d,"
262 proc_set_t *grab = NULL;
330 case 'p': /* grab processes */
447 grab = my_malloc(argc * sizeof (proc_set_t),
450 pids(*argv++, grab);
608 } else { /* grab the specified processes */
612 while (i < ngrab) { /* grab first process */
613 if (grabit(pri, &grab[i++])) {
623 while (i < ngrab) { /* grab the remainder */
624 proc_set_t *set = &grab[i++];
651 free(grab);
957 * We have to free and re-grab the LWP.
1256 * we have to free and re-grab the LWP
2233 pids(char *arg, proc_set_t *grab)
2246 if (grab[i].pid == pid) /* duplicate */
2250 grab[ngrab].pid = pid;
2251 grab[ngrab].lwps = lwps;
2430 * The child must grab it again.