Searched defs:stprmargs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Dpriocntl.c71 struct stprmargs { struct
119 static int setparms(proc_t *, struct stprmargs *);
136 struct stprmargs stprmargs; local
321 stprmargs.stp_parmsp = &pcparms;
322 stprmargs.stp_error = 0;
324 error = setparms(curproc, &stprmargs);
326 if (error == 0 && stprmargs.stp_error != 0)
327 error = stprmargs.stp_error;
332 stprmargs
[all...]

Completed in 57 milliseconds