/openbmc/phosphor-power/org/open_power/Witherspoon/ |
H A D | Fault.metadata.yaml | 2 level: ERR 10 level: ERR 18 level: ERR 26 level: ERR 34 level: ERR 42 level: ERR 50 level: ERR 53 level: ERR 56 level: ERR 59 level: ERR [all …]
|
/openbmc/u-boot/drivers/ddr/marvell/a38x/ |
H A D | ddr3_logging_def.h | 10 #define DEBUG_TRAINING_BIST_ENGINE(level, s) argument 11 #define DEBUG_TRAINING_IP(level, s) argument 12 #define DEBUG_CENTRALIZATION_ENGINE(level, s) argument 13 #define DEBUG_TRAINING_HW_ALG(level, s) argument 14 #define DEBUG_TRAINING_IP_ENGINE(level, s) argument 15 #define DEBUG_LEVELING(level, s) argument 16 #define DEBUG_PBS_ENGINE(level, s) argument 17 #define DEBUG_TRAINING_STATIC_IP(level, s) argument 18 #define DEBUG_TRAINING_ACCESS(level, s) argument 21 #define DEBUG_TRAINING_BIST_ENGINE(level, s) argument [all …]
|
/openbmc/qemu/qapi/ |
H A D | machine-common.json | 5 # See the COPYING file in the top-level directory. 29 # @thread: thread level, which would also be called SMT level or 30 # logical processor level. The @threads option in 32 # level. 34 # @core: core level. The @cores option in `SMPConfiguration` is used 35 # to configure the topology of this level. 37 # @module: module level. The @modules option in `SMPConfiguration` is 38 # used to configure the topology of this level. 40 # @cluster: cluster level. The @clusters option in `SMPConfiguration` 41 # is used to configure the topology of this level. [all …]
|
/openbmc/smbios-mdr/include/ |
H A D | speed_select.hpp | 83 /** Return the current SST-PP configuration level */ 85 /** Return the maximum valid SST-PP configuration level */ 89 * Whether the given level is supported. The level indices may be 91 * properties of a level. 93 virtual bool levelSupported(unsigned int level) = 0; 94 /** Whether SST-BF is supported in a given level. */ 95 virtual bool bfSupported(unsigned int level) = 0; 96 /** Whether SST-TF is supported in a given level. */ 97 virtual bool tfSupported(unsigned int level) = 0; 98 /** Whether SST-BF is enabled in a given level. */ [all …]
|
/openbmc/dbus-sensors/src/ |
H A D | Thresholds.hpp | 22 enum class Level enum 40 const Level& lev, const Direction& dir, const double& val, in Threshold() 43 level(lev), direction(dir), value(val), hysteresis(hysteresis), in Threshold() 46 Level level; member 54 return (level == rhs.level && direction == rhs.direction && in operator ==() 60 thresholds::Level level, thresholds::Direction direction, 66 Level level; member 84 if ((timer.first.level == threshold.level) && in hasActiveTimer() 103 if ((timerUsed.level == threshold.level) && in stopTimer() 138 Level level; member [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | msg.py | 79 self.levelnames[levelno] = value = 'Level %d' % levelno 109 def __init__(self, handler, level, debug_domains): argument 110 self.stdlevel = level 112 loglevel = level 143 def __init__(self, level): argument 144 self.strlevel = str(level) 145 self.level = stringToLevel(level) 148 return "%s level >= %s (%d)" % (self.__class__.__name__, self.strlevel, self.level) 151 return (record.levelno >= self.level) 154 def __init__(self, level): argument [all …]
|
/openbmc/entity-manager/configurations/meta/ventura/ |
H A D | ventura_scm.json | 599 "Level": "Warning", string 607 "Level": "Warning", string 615 "Level": "Warning", string 623 "Level": "Warning", string 631 "Level": "Warning", string 639 "Level": "Warning", string 647 "Level": "Warning", string 655 "Level": "Warning", string 663 "Level": "Warning", string 671 "Level": "Warning", string [all …]
|
/openbmc/witherspoon-pfault-analysis/org/open_power/Witherspoon/ |
H A D | Fault.metadata.yaml | 2 level: ERR 10 level: ERR 18 level: ERR 26 level: ERR 34 level: ERR 42 level: ERR 50 level: ERR 53 level: ERR 56 level: ERR 66 level: ERR [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | call_stack.tcl | 34 # Starting with the caller's stack level, search upward in the call stack, for a variable named 41 for {set stack_ix $init_stack_ix} {$stack_ix <= [info level]} \ 54 # Starting with the caller's stack level, search upward in the call stack, for a variable named 55 …# "${var_name}" and return its associated stack level. If the variable cannot be found, return -1. 59 …# init_stack_ix The level of the stack where the search should start. The defau… 60 # which is the caller's stack level. 64 for {set stack_ix $init_stack_ix} {$stack_ix <= [info level]} \ 83 proc get_stack_proc_name { { level -1 } { include_args 0 } } { 85 # Get the name of the procedure at the indicated call stack level and return it. 88 # level The call stack level: 0 would mean this procedure's level (i.e. [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/ |
H A D | logs.conf | 8 level=ERROR 11 level=INFO 16 level=INFO 21 level=INFO 26 level=INFO 31 level=INFO 36 level=INFO 42 level=INFO 46 level=INFO 51 level=INFO [all …]
|
/openbmc/qemu/scripts/ |
H A D | cpu-x86-uarch-abi.py | 19 # Mandatory CPUID features for each microarch ABI level 78 "min-level", 112 # Whether each x86-64 ABI level is satisfied 115 # Number of extra CPUID features compared to the x86-64 ABI level 118 # CPUID features present in model, but not in ABI level 121 # CPUID features in ABI level but not present in model 126 # Calculate whether the CPU models satisfy each ABI level 128 for level in range(len(levels)): 130 want = set(levels[level]) 135 models[name]["levels"][level] = match [all …]
|
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | cache_v8.c | 96 /* Returns the LSB number for a PTE on level <level> */ 97 static int level2shift(int level) in level2shift() argument 99 /* Page is 12 bits wide, every level translates 9 bits */ in level2shift() 100 return (12 + 9 * (3 - level)); in level2shift() 103 static u64 *find_pte(u64 addr, int level) in find_pte() argument 111 debug("addr=%llx level=%d\n", addr, level); in find_pte() 117 if (level < start_level) in find_pte() 125 debug("idx=%llx PTE %p at level %d: %llx\n", idx, pte, i, *pte); in find_pte() 128 if (i == level) in find_pte() 133 /* Off to the next level */ in find_pte() [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/ |
H A D | Common.metadata.yaml | 2 level: ERR 4 level: ERR 9 level: ERR 14 level: ERR 16 level: ERR 21 level: ERR 23 level: ERR
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/ |
H A D | Common.metadata.yaml | 2 level: ERR 4 level: ERR 6 level: ERR 11 level: ERR 16 level: ERR 21 level: ERR 23 level: ERR
|
/openbmc/qemu/hw/arm/ |
H A D | smmu-internal.h | 45 #define is_reserved_pte(pte, level) \ argument 46 ((level == 3) && \ 49 #define is_block_pte(pte, level) \ argument 50 ((level < 3) && \ 53 #define is_table_pte(pte, level) \ argument 54 ((level < 3) && \ 57 #define is_page_pte(pte, level) \ argument 58 ((level == 3) && \ 84 /* Level Indexing */ 86 static inline int level_shift(int level, int granule_sz) in level_shift() argument [all …]
|
/openbmc/u-boot/fs/btrfs/ |
H A D | ctree.c | 74 if (p->header.level) { in btrfs_bin_search() 120 if (hdr->level) in read_tree_node() 139 if (hdr->level) in read_tree_node() 171 lvl = buf->header.level; in btrfs_search_tree() 173 printf("%s: invalid level in header at %llu\n", in btrfs_search_tree() 204 int level = 1, from_level, i; in jump_leaf() local 210 while (level < BTRFS_MAX_LEVEL) { in jump_leaf() 211 if (!p.nodes[level]) in jump_leaf() 214 slot = p.slots[level]; in jump_leaf() 215 if ((dir > 0 && slot + dir >= p.nodes[level]->header.nritems) in jump_leaf() [all …]
|
/openbmc/qemu/hw/m68k/ |
H A D | q800-glue.c | 47 * Level 0: Spurious: ignored 48 * Level 1: Software 49 * Level 2: VIA2 (except ethernet, sound) 50 * Level 3: Ethernet 51 * Level 4: Serial (SCC) 52 * Level 5: Sound 53 * Level 6: VIA1 54 * Level 7: NMIs: parity errors, RESET button, YANCC error 58 * Level 0: Spurious: ignored 59 * Level 1: VIA1 (clock, ADB) [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ |
H A D | Common.metadata.yaml | 12 level: ERR 14 level: INFO 16 level: INFO 21 level: ERR 23 level: INFO 25 level: INFO 30 level: INFO
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | environmental_message_registry.hpp | 317 "Indicates that a flow rate reading exceeds an internal critical level.", 318 "Flow rate '%1' reading of %2 L/min exceeds the critical level.", 330 …"Indicates that a flow rate reading exceeds an internal fatal level or flow rate reading is zero (… 331 "Flow rate '%1' reading of %2 L/min exceeds the fatal level.", 343 …rate reading no longer exceeds an internal critical level but still exceeds an internal warning le… 344 "Flow rate '%1' reading of %2 L/min no longer exceeds the critical level.", 356 …te reading is no longer exceeds an internal fatal level but is still exceeds an internal critical … 357 "Flow rate '%1' reading of %2 L/min no longer exceeds the fatal level.", 382 "Indicates that a flow rate reading exceeds an internal warning level.", 383 "Flow rate '%1' reading of %2 L/min exceeds the warning level.", [all …]
|
/openbmc/qemu/hw/i2c/ |
H A D | bitbang_i2c.c | 64 static int bitbang_i2c_ret(bitbang_i2c_interface *i2c, int level) in bitbang_i2c_ret() argument 67 i2c->device_out, level); in bitbang_i2c_ret() 68 i2c->device_out = level; in bitbang_i2c_ret() 70 return level & i2c->last_data; in bitbang_i2c_ret() 79 /* Returns data line level. */ 80 int bitbang_i2c_set(bitbang_i2c_interface *i2c, int line, int level) in bitbang_i2c_set() argument 84 if (level != 0 && level != 1) { in bitbang_i2c_set() 89 if (level == i2c->last_data) { in bitbang_i2c_set() 92 i2c->last_data = level; in bitbang_i2c_set() 96 if (level == 0) { in bitbang_i2c_set() [all …]
|
/openbmc/u-boot/cmd/ |
H A D | log.c | 20 printf("Default log level: %d\n", gd->default_log_level); in do_log_level() 64 enum log_level_t level; in do_log_rec() local 74 level = simple_strtoul(argv[2], &end, 10); in do_log_rec() 76 level = log_get_level_by_name(argv[2]); in do_log_rec() 78 if (level == LOGL_NONE) { in do_log_rec() 79 printf("Invalid log level '%s'\n", argv[2]); in do_log_rec() 83 if (level >= LOGL_MAX) { in do_log_rec() 84 printf("Invalid log level %u\n", level); in do_log_rec() 91 if (_log(cat, level, file, line, func, "%s\n", msg)) in do_log_rec() 98 U_BOOT_CMD_MKENT(level, CONFIG_SYS_MAXARGS, 1, do_log_level, "", ""), [all …]
|
/openbmc/u-boot/tools/patman/ |
H A D | tout.py | 22 to the user. It provides for simple verbosity level control and can 30 verbose: Verbosity level: 0=silent, 1=progress, 3=full, 4=debug 77 def _Output(level, msg, color=None): argument 81 level: Verbosity level for this message. It will only be displayed if 82 this as high as the currently selected level. 86 if verbose >= level: 92 def DoOutput(level, msg): argument 96 level: Verbosity level for this message. It will only be displayed if 97 this as high as the currently selected level. 100 _Output(level, msg) [all …]
|
/openbmc/ipmitool/lib/ |
H A D | log.c | 46 int level; member 55 void lprintf(int level, const char * format, ...) in lprintf() argument 63 if (logpriv->level < level) in lprintf() 71 syslog(level, "%s", logmsg); in lprintf() 77 void lperror(int level, const char * format, ...) in lperror() argument 85 if (logpriv->level < level) in lperror() 93 syslog(level, "%s: %s", logmsg, strerror(errno)); in lperror() 120 logpriv->level = verbose + LOG_NOTICE; in log_init() 149 return logpriv->level; in log_level_get() 152 void log_level_set(int level) in log_level_set() argument [all …]
|
/openbmc/openpower-hw-diags/util/ |
H A D | pdbg_callback.hpp | 14 * @brief callback function for logging with log level 16 * @param loglevel PDBG log level 32 phosphor::logging::log<phosphor::logging::level::ERR>(msg); in pdbg_log_callback() 35 phosphor::logging::log<phosphor::logging::level::WARNING>(msg); in pdbg_log_callback() 38 phosphor::logging::log<phosphor::logging::level::NOTICE>(msg); in pdbg_log_callback() 41 phosphor::logging::log<phosphor::logging::level::INFO>(msg); in pdbg_log_callback() 44 phosphor::logging::log<phosphor::logging::level::DEBUG>(msg); in pdbg_log_callback() 47 phosphor::logging::log<phosphor::logging::level::ERR>(msg); in pdbg_log_callback()
|
/openbmc/pldm/platform-mc/ |
H A D | numeric_sensor.hpp | 215 /** @brief Get threshold given level and direction 217 * @param[in] level - The threshold level (WARNING/CRITICAL/etc) 222 double getThreshold(pldm::utils::Level level, in getThreshold() argument 230 switch (level) in getThreshold() 232 case pldm::utils::Level::WARNING: in getThreshold() 236 case pldm::utils::Level::CRITICAL: in getThreshold() 240 case pldm::utils::Level::HARDSHUTDOWN: in getThreshold() 250 /* @brief returns true if the given threshold at level/direction is defined. 252 * @param[in] level - The threshold level (WARNING/CRITICAL/etc) 257 bool isThresholdValid(pldm::utils::Level level, in isThresholdValid() argument [all …]
|