mode               46 crmd/throttle.c     enum throttle_state_e mode;
mode              298 crmd/throttle.c     enum throttle_state_e mode = throttle_none;
mode              332 crmd/throttle.c         mode |= throttle_check_thresholds(load, "CIB load", thresholds);
mode              337 crmd/throttle.c         return mode;
mode              342 crmd/throttle.c         mode |= throttle_handle_load(load, "CPU load", cores);
mode              345 crmd/throttle.c     if(mode & throttle_extreme) {
mode              347 crmd/throttle.c     } else if(mode & throttle_high) {
mode              349 crmd/throttle.c     } else if(mode & throttle_med) {
mode              351 crmd/throttle.c     } else if(mode & throttle_low) {
mode              358 crmd/throttle.c throttle_send_command(enum throttle_state_e mode)
mode              363 crmd/throttle.c     if(mode != last) {
mode              364 crmd/throttle.c         crm_info("New throttle mode: %.4x (was %.4x)", mode, last);
mode              365 crmd/throttle.c         last = mode;
mode              368 crmd/throttle.c         crm_xml_add_int(xml, F_CRM_THROTTLE_MODE, mode);
mode              479 crmd/throttle.c         switch(r->mode) {
mode              518 crmd/throttle.c         r->mode = throttle_low;
mode              525 crmd/throttle.c     switch(r->mode) {
mode              540 crmd/throttle.c             crm_err("Unknown throttle mode %.4x on %s", r->mode, node);
mode              550 crmd/throttle.c     enum throttle_state_e mode = 0;
mode              554 crmd/throttle.c     crm_element_value_int(xml, F_CRM_THROTTLE_MODE, (int*)&mode);
mode              566 crmd/throttle.c     r->mode = mode;
mode              569 crmd/throttle.c               from, max, mode, throttle_get_job_limit(from));
mode              107 fencing/commands.c     char *mode;
mode              236 fencing/commands.c     free(cmd->mode);
mode              264 fencing/commands.c     cmd->mode = crm_element_value_copy(op, F_STONITH_MODE);
mode             1265 fencing/commands.c char *stonith_level_key(xmlNode *level, int mode)
mode             1267 fencing/commands.c     if(mode == -1) {
mode             1268 fencing/commands.c         mode = stonith_level_kind(level);
mode             1271 fencing/commands.c     switch(mode) {
mode             1286 fencing/commands.c             return crm_strdup_printf("Unknown-%d-%s", mode, ID(level));
mode             1292 fencing/commands.c     int mode = 0;
mode             1296 fencing/commands.c         mode++;
mode             1302 fencing/commands.c         mode++;
mode             1305 fencing/commands.c             mode++;
mode             1308 fencing/commands.c             mode++;
mode             1312 fencing/commands.c     return mode;
mode             1363 fencing/commands.c     int mode;
mode             1381 fencing/commands.c     mode = stonith_level_kind(level);
mode             1382 fencing/commands.c     target = stonith_level_key(level, mode);
mode             1390 fencing/commands.c     if (mode >= 3 || (id <= 0) || (id >= ST_LEVEL_MAX)) {
mode             1391 fencing/commands.c         crm_trace("Could not add %s[%d] (%d) to the topology (%d active entries)", target, id, mode, g_hash_table_size(topology));
mode             1401 fencing/commands.c         tp->kind = mode;
mode             1409 fencing/commands.c                   target, mode, g_hash_table_size(topology));
mode              182 fencing/internal.h char *stonith_level_key(xmlNode * msg, int mode);
mode              606 fencing/test.c     enum test_modes mode = test_standard;
mode              627 fencing/test.c                 mode = test_passive;
mode              630 fencing/test.c                 mode = test_api_sanity;
mode              633 fencing/test.c                 mode = test_api_mainloop;
mode              654 fencing/test.c     switch (mode) {
mode              113 include/crm/common/util.h void crm_build_path(const char *path_c, mode_t mode);
mode              550 lib/ais/plugin.c build_path(const char *path_c, mode_t mode)
mode              559 lib/ais/plugin.c             if (mkdir(path, mode) < 0 && errno != EEXIST) {
mode              566 lib/ais/plugin.c     if (mkdir(path, mode) < 0 && errno != EEXIST) {
mode               50 lib/common/io.c crm_build_path(const char *path_c, mode_t mode)
mode               59 lib/common/io.c             if (mkdir(path, mode) < 0 && errno != EEXIST) {
mode               66 lib/common/io.c     if (mkdir(path, mode) < 0 && errno != EEXIST) {
mode               87 lib/common/xml.c         enum xml_private_flags mode;
mode              110 lib/common/xml.c static bool __xml_acl_check(xmlNode *xml, const char *name, enum xml_private_flags mode);
mode              368 lib/common/xml.c __xml_acl_create(xmlNode * xml, xmlNode *target, enum xml_private_flags mode)
mode              402 lib/common/xml.c         acl->mode = mode;
mode              565 lib/common/xml.c             crm_trace("Applying %x to %s for %s", acl->mode, path, acl->xpath);
mode              568 lib/common/xml.c             if(is_not_set(p->flags, acl->mode)) {
mode              573 lib/common/xml.c                                     path, __xml_acl_to_text(p->flags), __xml_acl_to_text(acl->mode));
mode              580 lib/common/xml.c             p->flags |= acl->mode;
mode              729 lib/common/xml.c         if(acl->mode != xpf_acl_deny) {
mode             2427 lib/common/xml.c __xml_acl_check(xmlNode *xml, const char *name, enum xml_private_flags mode)
mode             2461 lib/common/xml.c                 if(attr && mode == xpf_acl_create) {
mode             2462 lib/common/xml.c                     mode = xpf_acl_write;
mode             2468 lib/common/xml.c                 if(__xml_acl_mode_test(p->flags, mode)) {
mode             2472 lib/common/xml.c                     crm_trace("%x access denied to %s: parent", mode, buffer);
mode             2479 lib/common/xml.c             crm_trace("%x access denied to %s: default", mode, buffer);
mode              109 libltdl/loaders/loadlibrary.c static BOOL WINAPI wrap_setthreaderrormode (DWORD mode, DWORD *oldmode);
mode              110 libltdl/loaders/loadlibrary.c static BOOL WINAPI fallback_setthreaderrormode (DWORD mode, DWORD *oldmode);
mode              347 libltdl/loaders/loadlibrary.c wrap_setthreaderrormode (DWORD mode, DWORD *oldmode)
mode              355 libltdl/loaders/loadlibrary.c   return setthreaderrormode (mode, oldmode);
mode              361 libltdl/loaders/loadlibrary.c fallback_setthreaderrormode (DWORD mode, DWORD *oldmode)
mode              365 libltdl/loaders/loadlibrary.c   DWORD old = (DWORD) SetErrorMode (mode);
mode               53 mcp/pacemaker.h int watchdog_init(int interval, int mode);