Searched refs:stp_error (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Dpriocntl.c73 int stp_error; /* some errors returned here */ member in struct:stprmargs
322 stprmargs.stp_error = 0;
326 if (error == 0 && stprmargs.stp_error != 0)
327 error = stprmargs.stp_error;
333 stprmargs.stp_error = 0;
371 * EPERM in stp_error so dotoprocs() will
382 if (error == 0 && stprmargs.stp_error != 0)
383 error = stprmargs.stp_error;
900 stprmp->stp_error = EPERM;

Completed in 57 milliseconds