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

/illumos-gate/usr/src/cmd/priocntl/
H A Dfxpriocntl.c58 #define FX_DOUPRI 0x02 /* user priority */ macro
200 cflags = (pflag ? FX_DOUPRI : 0);
223 cflags = (pflag ? FX_DOUPRI : 0);
387 if ((cflags & FX_DOUPRI) != 0) {
419 } else if ((cflags & (FX_DOUPRILIM|FX_DOUPRI)) == FX_DOUPRI) {
436 } else if ((cflags & (FX_DOUPRILIM|FX_DOUPRI)) == FX_DOUPRI &&
471 } else if ((cflags & (FX_DOUPRILIM|FX_DOUPRI)) ==
472 FX_DOUPRI) {
[all...]
/illumos-gate/usr/src/uts/common/disp/
H A Dfx.c78 #define FX_DOUPRI 0x02 /* change user priority */ macro
481 if ((fxkparmsp->fx_cflags & FX_DOUPRI) == 0) {
762 cflags = (fxparmsp->fx_upri != FX_NOCHANGE ? FX_DOUPRI : 0);
839 fxprmsp->fx_cflags |= FX_DOUPRI;
872 fxprmsp->fx_cflags = FX_DOUPRI | FX_DOUPRILIM | FX_DOTQ;
1057 if ((fxkparmsp->fx_cflags & FX_DOUPRI) == 0)
1524 fxkparms.fx_cflags = FX_DOUPRILIM | FX_DOUPRI;
1577 fxkparms.fx_cflags = FX_DOUPRILIM | FX_DOUPRI;

Completed in 47 milliseconds