| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/ |
| H A D | PostCode.interface.yaml | 9 It is used to indicate number of boot cycles that have post codes 20 Method to get the cached post codes of the indicated boot cycle with 26 Index indicates which boot cycle of post codes is requested. 1 30 - name: Codes 33 An array of post codes and timestamp in microseconds since epoch 36 Method to get the cached post codes of the indicated boot cycle. 41 Index indicates which boot cycle of post codes is requested. 1 45 - name: Codes 48 An array of post codes of one boot cycle.
|
| /openbmc/openbmc/poky/meta/recipes-support/iso-codes/ |
| H A D | iso-codes_4.18.0.bb | 1 SUMMARY = "ISO language, territory, currency, script codes and their translations" 5 HOMEPAGE = "https://salsa.debian.org/iso-codes-team/iso-codes" 6 BUGTRACKER = "https://salsa.debian.org/iso-codes-team/iso-codes/issues" 11 SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=https;branch=main;tag=v${PV…
|
| /openbmc/u-boot/lib/zlib/ |
| H A D | inftrees.c | 22 The code lengths are lens[0..codes-1]. The result starts at *table, 25 to be generated, CODES, LENS, or DISTS. On return, zero is success, 32 int inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, in inflate_table() argument 42 int left; /* number of prefix codes available */ in inflate_table() 54 unsigned short count[MAXBITS+1]; /* number of codes of each length */ in inflate_table() 56 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ in inflate_table() 59 static const unsigned short lext[31] = { /* Length codes 257..285 extra */ in inflate_table() 62 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ in inflate_table() 66 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */ in inflate_table() 73 code lengths are lens[0..codes-1]. Each length corresponds to the in inflate_table() [all …]
|
| H A D | inflate.h | 68 Read deflate codes: 102 code const FAR *lencode; /* starting table for length/literal codes */ 103 code const FAR *distcode; /* starting table for distance codes */ 111 code FAR *next; /* next available space in codes[] */ 114 code codes[ENOUGH]; /* space for code tables */ member
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp/ |
| H A D | 0001-meson.build-require-iso-codes-native.patch | 4 Subject: [PATCH] meson.build: require iso-codes-native 10 ERROR: parse_iso_codes: error parsing '/usr/share/xml/iso-codes/iso_639_3.xml': No such file or dir… 13 Upstream argues that iso-codes locale (.mo files) are required on the target 26 # ISO codes 28 -isocodes = dependency('iso-codes', required: false) 29 +isocodes = dependency('iso-codes', required: false, native: true) 32 isocodes_location = isocodes_prefix / 'share' / 'xml' / 'iso-codes'
|
| /openbmc/docs/designs/ |
| H A D | redfish-postcodes.md | 1 # Logging BIOS POST Codes Through Redfish 11 BIOS Power-On Self-Test (POST) codes are exposed on DBUS but not currently over 12 Redfish. This describes a method to expose the BIOS POST codes over the Redfish 18 POST codes. An additional log service (PostCodes) will be added to the 117 The Redfish interface shall expose POST codes tracked on DBUS since the last BMC 122 Currently, OpenBMC exposes BIOS POST codes on DBus using the 124 POST codes for the past 100 host boot events and the current boot cycle index. 134 codes for the boot cycle. 179 "result": "POST Codes Cleared" 188 cycle exposing a string with all POST codes associated with that boot cycle. [all …]
|
| H A D | boot-progress.md | 81 PLDM boot progress codes 95 Different OpenBMC systems could support different boot progress codes, and 117 A lot of system BIOS's provided some form of a detailed boot progress codes. 118 UEFI has POST codes, POWER has istep progress codes. If more fine grained 120 is just high level boot progress. Note that these POST/istep codes could be 126 Each system will need to document which `BootProgress` codes they support and
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/ |
| H A D | lircd.conf | 4 # raw codes provided to run mode2 utility. 24 begin codes 66 end codes 88 begin codes 137 end codes 156 begin codes 205 end codes 238 begin codes 313 end codes
|
| /openbmc/qemu/chardev/ |
| H A D | wctablet.c | 124 uint8_t codes[8] = { 0xe0, 0, 0, 0, 0, 0, 0 }; in wctablet_queue_event() local 133 codes[0] = codes[0] | WC_H2(newX); in wctablet_queue_event() 134 codes[1] = codes[1] | WC_M7(newX); in wctablet_queue_event() 135 codes[2] = codes[2] | WC_L7(newX); in wctablet_queue_event() 137 codes[3] = codes[3] | WC_H2(nexY); in wctablet_queue_event() 138 codes[4] = codes[4] | WC_M7(nexY); in wctablet_queue_event() 139 codes[5] = codes[5] | WC_L7(nexY); in wctablet_queue_event() 142 codes[0] = 0xa0; in wctablet_queue_event() 145 wctablet_queue_output(tablet, codes, 7); in wctablet_queue_event() 275 uint8_t codes[7] = { in wctablet_chr_write() local [all …]
|
| /openbmc/u-boot/fs/jffs2/ |
| H A D | mini_inflate.c | 37 stream->codes.bits = 8; in init_stream() 38 stream->codes.num_symbols = 19; in init_stream() 39 stream->codes.lengths = stream->code_lengths; in init_stream() 40 stream->codes.symbols = stream->code_symbols; in init_stream() 41 stream->codes.count = stream->code_count; in init_stream() 42 stream->codes.first = stream->code_first; in init_stream() 43 stream->codes.pos = stream->code_pos; in init_stream() 138 * huffman codes */ 211 /* read in the huffman codes for dynamic decoding (section 3.2.7) */ 224 struct huffman_set *codes = &(stream->codes); in decompress_dynamic() local [all …]
|
| /openbmc/qemu/ui/ |
| H A D | input-keymap.c | 65 int *codes) in qemu_input_key_value_to_scancode() argument 74 codes[count++] = 0xe1; in qemu_input_key_value_to_scancode() 75 codes[count++] = 0x1d | v; in qemu_input_key_value_to_scancode() 76 codes[count++] = 0x45 | v; in qemu_input_key_value_to_scancode() 80 codes[count++] = SCANCODE_EMUL0; in qemu_input_key_value_to_scancode() 86 codes[count++] = keycode; in qemu_input_key_value_to_scancode()
|
| /openbmc/bmcweb/test/redfish-core/include/utils/ |
| H A D | error_code_test.cpp | 22 constexpr std::array<unsigned, 7> codes = {100, 200, 300, 400, variable 24 for (auto code : codes) 33 constexpr std::array<unsigned, 7> codes = {100, 200, 300, 400, variable 35 for (auto code : codes) 47 constexpr std::array<unsigned, 7> codes = {100, 200, 300, 400, 401}; variable 48 for (auto code : codes) 57 constexpr std::array<unsigned, 7> codes = {100, 200, 300, 400, 402}; variable 58 for (auto code : codes)
|
| /openbmc/qemu/include/hw/s390x/ |
| H A D | s390-pci-inst.h | 20 /* Load/Store status codes */ 32 /* Load/Store return codes */ 38 /* Modify PCI status codes */ 56 /* Store PCI Function Controls status codes */ 61 /* Refresh PCI Translations status codes */
|
| H A D | sclp.h | 23 /* SCLP command codes */ 34 /* SCLP Memory hotplug codes */ 40 /* CPU hotplug SCLP codes */ 44 /* SCLP PCI codes */ 50 /* SCLP response codes */
|
| /openbmc/openbmc-test-automation/redfish/systems/LogServices/ |
| H A D | test_post_codes.robot | 32 Log To Console BIOS POST Codes count: ${post_codes['Members@odata.count']} 33 Should Be True ${post_codes['Members@odata.count']} >= 1 msg=No BIOS POST Codes populated. 40 # Boot to runtime and clear post codes. 50 Log To Console BIOS POST Codes count: ${post_codes['Members@odata.count']} 51 Should Be True ${post_codes['Members@odata.count']} >= 1 msg=No BIOS POST Codes populated. 58 # Boot to runtime and clear post codes. 68 Log To Console BIOS POST Codes count: ${post_codes['Members@odata.count']} 70 ... msg=BIOS POST Codes populated.
|
| /openbmc/u-boot/include/ |
| H A D | input.h | 24 * This table translates key codes to ASCII. Most of the entries are ASCII 25 * codes, but entries after KEY_FIRST_MOD indicate that this key is a 69 * Convert a list of key codes into ASCII and send them 72 * @param keycode List of key codes to examine 73 * @param num_keycodes Number of key codes 105 * @param xlate Conversion table from key codes to ASCII 153 * Keyboards which do their own scanning will resend codes when they want to
|
| H A D | key_matrix.h | 38 * Decode a set of pressed keys into key codes 41 * a list of key codes. Each of the keys has a valid flag, which can be 52 * @param keycode Returns a list of key codes, decoded from input 53 * @param max_keycodes Size of key codes array (suggest 8)
|
| /openbmc/google-misc/subprojects/nemora-postd/ |
| H A D | event_message.proto | 34 // Zero or more POST codes. Some codes may be missed because the host can 35 // send out codes faster than the EC handles them. While standard values are
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/geary/ |
| H A D | geary_46.0.bb | 20 iso-codes \ 52 -Diso_639_xml=${datadir}/xml/iso-codes/iso_639.xml \ 53 -Diso_3166_xml=${datadir}/xml/iso-codes/iso_3166.xml \
|
| /openbmc/phosphor-post-code-manager/ |
| H A D | README.md | 4 the POST codes in BMC filesystem & it also owns the systemd services that are 5 responsible for exposing the BIOS Post Codes to rest of the world via redfish. 23 to extract the POST codes per boot cycle. 74 match will be for all post codes which match just the primary
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | service_indicators.hpp | 77 * First it selectively chooses location codes listed in the FRU 80 * those location codes, and then looks for associations to the 95 * @brief Returns the location codes for the FRU callouts in the 102 * @return std::vector<std::string> - The location codes 125 * in location codes. 127 * @param[in] locationCodes - The location codes
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/ |
| H A D | xcb-util-errors_1.0.1.bb | 3 SUMMARY = "xcb-util-errors gives human readable names to error codes and event codes"
|
| /openbmc/pldm/oem/ibm/libpldmresponder/ |
| H A D | inband_code_update.hpp | 73 * @return PLDM_SUCCESS codes 79 * @return PLDM_SUCCESS codes 126 * @return - Completion codes 134 * @return - Completion codes 208 * @return - PLDM_SUCCESS codes 276 * @return - PLDM_SUCCESS codes 285 * @return - PLDM_SUCCESS codes
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
| H A D | 0001-Fix-build-with-musl.patch | 13 __delete_old_previous_sample_data return codes and FTW_STOP, 14 FTW_CONTINUE for such return codes. Musl supports only POSIX ftw, so 19 by standard return codes {1,0} (more precisely standard defines
|
| /openbmc/phosphor-post-code-manager/src/ |
| H A D | post_code.cpp | 177 decltype(postCodes) codes; in getPostCodes() local 178 deserializePostCodes(postCodeListPath / std::to_string(bootNum), codes); in getPostCodes() 179 std::transform(codes.begin(), codes.end(), std::back_inserter(codesVec), in getPostCodes() 194 decltype(postCodes) codes; in getPostCodesWithTimeStamp() local 195 deserializePostCodes(postCodeListPath / std::to_string(bootNum), codes); in getPostCodesWithTimeStamp() 196 return codes; in getPostCodesWithTimeStamp() 346 std::map<uint64_t, postcode_t>& codes) in deserializePostCodes() argument 354 iarchive(codes); in deserializePostCodes()
|