stprmargs
static int setparms(proc_t *, struct stprmargs *);
struct stprmargs stprmargs;
stprmargs.stp_parmsp = &pcparms;
stprmargs.stp_error = 0;
error = setparms(curproc, &stprmargs);
if (error == 0 && stprmargs.stp_error != 0)
error = stprmargs.stp_error;
stprmargs.stp_parmsp = &pcparms;
stprmargs.stp_error = 0;
(char *)&stprmargs);
if (error == 0 && stprmargs.stp_error != 0)
error = stprmargs.stp_error;
setparms(proc_t *targpp, struct stprmargs *stprmp)