Lines Matching refs:set

88 #define match(p,a,o)	((!((a)->set&SETNAME)||strmatch((p)->name,(a)->name))&&((((a)->set|o)&(SETMISC|DEF|NEW|SET))==SETMISC?miscmatch(p,(a)->misc):((a)->set&SETNAME)?1:streq((p)->type,state.home->type)))
143 #define SET (1<<5) /* set attributes */
145 #define SETACCESS (1<<6) /* access was set */
146 #define SETBIAS (1<<7) /* bias was set */
147 #define SETBYPASS (1<<8) /* bypass was set */
148 #define SETCPU (1<<9) /* cpu count was set */
149 #define SETIDLE (1<<10) /* idle was set */
150 #define SETIGNORE (1<<11) /* ignore was set */
151 #define SETLABEL (1<<12) /* label was set */
152 #define SETMISC (1<<13) /* misc attribute was set */
153 #define SETNAME (1<<14) /* name was set */
154 #define SETRATING (1L<<15) /* rating was set */
155 #define SETSCALE (1L<<16) /* scale was set */
156 #define SETTYPE (1L<<17) /* type was set */
158 #define SETBUSY (1<<0) /* global.busy was set */
159 #define SETDEBUG (1<<1) /* global.debug was set */
160 #define SETDISABLE (1<<2) /* global.disable was set */
161 #define SETFILE (1<<3) /* global.file was set */
162 #define SETGRACE (1<<4) /* global.grace was set */
163 #define SETIDENTIFY (1<<5) /* global.identify was set */
164 #define SETLOAD (1<<6) /* stat.load was set */
165 #define SETMAXIDLE (1<<7) /* global.maxidle was set */
166 #define SETMAXLOAD (1<<8) /* global.maxload was set */
167 #define SETMIGRATE (1<<9) /* global.migrate was set */
168 #define SETPERCPU (1<<10) /* global.percpu was set */
169 #define SETPERHOST (1<<11) /* global.perhost was set */
170 #define SETPERSERVER (1<<12) /* global.perserver was set */
171 #define SETPERUSER (1<<13) /* global.peruser was set */
172 #define SETPOOL (1<<14) /* global.pool was set */
173 #define SETPROFILE (1L<<15) /* global.profile was set */
174 #define SETSCHEDULE (1L<<16) /* global.schedule was set */
175 #define SETUPDATE (1L<<17) /* stat.update was set */
176 #define SETUSERS (1L<<18) /* stat.users was set */
178 #define SETREMOTE (1L<<29) /* (global) remote was set */
179 #define SETSHELL (1L<<30) /* (global) shell was set */
201 unsigned long set;
223 unsigned long set;
326 int set;