Lines Matching defs:cflags
97 uint_t cflags;
200 cflags = (pflag ? FX_DOUPRI : 0);
203 cflags |= FX_DOUPRILIM;
206 cflags |= FX_DOTQ;
216 return (set_fxprocs(idtype, idargc, &argv[optind], cflags,
223 cflags = (pflag ? FX_DOUPRI : 0);
226 cflags |= FX_DOUPRILIM;
229 cflags |= FX_DOTQ;
234 exec_fxcmd(&argv[optind], cflags, fxuprilim, fxupri, tqntm,
354 set_fxprocs(idtype_t idtype, int idargc, char **idargv, uint_t cflags,
379 if ((cflags & FX_DOUPRILIM) != 0) {
387 if ((cflags & FX_DOUPRI) != 0) {
395 if (cflags & FX_DOTQ) {
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)) ==
488 exec_fxcmd(char **cmdargv, uint_t cflags, pri_t fxuprilim, pri_t fxupri,
508 if ((cflags & FX_DOUPRILIM) != 0) {
515 if ((cflags & FX_DOUPRI) != 0) {
522 if ((cflags & FX_DOTQ) != 0) {
538 if ((cflags & (FX_DOUPRILIM|FX_DOUPRI)) == FX_DOUPRI) {