Lines Matching defs:global
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 */
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 */
178 #define SETREMOTE (1L<<29) /* (global) remote was set */
179 #define SETSHELL (1L<<30) /* (global) shell was set */
224 } global;