Lines Matching defs:run
394 prrun_t run;
404 (void) memset((char *)&run, 0, sizeof (run));
419 /* issue the run command with the single-step option */
420 run.pr_flags = PRCFAULT | PRSFAULT | PRSTEP;
421 run.pr_fault = faults;
424 run.pr_vaddr = (caddr_t)proc_p->bptaddr;
425 run.pr_flags |= PRSVADDR;
428 retval = ioctl(procfd, PIOCRUN, &run);
556 * prb_proc_setrlc() - sets or clears the run-on-last-close flag.