Searched refs:stprmargs (Results 1 – 1 of 1) sorted by relevance
71 struct stprmargs { struct119 static int setparms(proc_t *, struct stprmargs *);136 struct stprmargs stprmargs; in priocntl_common() local321 stprmargs.stp_parmsp = &pcparms; in priocntl_common()322 stprmargs.stp_error = 0; in priocntl_common()324 error = setparms(curproc, &stprmargs); in priocntl_common()326 if (error == 0 && stprmargs.stp_error != 0) in priocntl_common()327 error = stprmargs.stp_error; in priocntl_common()332 stprmargs.stp_parmsp = &pcparms; in priocntl_common()333 stprmargs.stp_error = 0; in priocntl_common()[all …]