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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dinfotocap.c100 static void setparms();
110 setparms() function
160 setparms();
/illumos-gate/usr/src/uts/common/disp/
H A Dpriocntl.c68 * Structure used to pass arguments to the setparms() function
119 static int setparms(proc_t *, struct stprmargs *);
324 error = setparms(curproc, &stprmargs);
339 * setparms() to be called for each thread in the
340 * specified procset. setparms() will in turn
345 error1 = dotoprocs(&procset, setparms,
369 * If setparms() encounters a permissions error
874 * The setparms() function is called indirectly by priocntlsys()
875 * through the dotoprocs() function. setparms() acts as an
881 setparms(proc_ function
[all...]

Completed in 88 milliseconds