Home
last modified time | relevance | path

Searched full:codes (Results 1 – 25 of 1445) sorted by relevance

12345678910>>...58

/openbmc/linux/Documentation/userspace-api/media/rc/
Dkeytable.c.rst
Dlirc-set-transmitter-mask.rst
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/
H A DPostCode.interface.yaml9 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 Diso-codes_4.18.0.bb1 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/linux/lib/zlib_inflate/
Dinftrees.c
/openbmc/u-boot/lib/zlib/
H A Dinftrees.c22 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 …]
/openbmc/linux/Documentation/input/
Devent-codes.rst
/openbmc/linux/lib/
Dinflate.c
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp/
H A D0001-meson.build-require-iso-codes-native.patch4 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 Dredfish-postcodes.md1 # 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 Dboot-progress.md81 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 Dlircd.conf4 # 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 Dwctablet.c124 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/linux/drivers/scsi/bnx2fc/
Dbnx2fc_constants.h
/openbmc/linux/drivers/scsi/qedf/
Dqedf_hsi.h
/openbmc/u-boot/fs/jffs2/
H A Dmini_inflate.c37 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 Dinput-keymap.c65 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 Derror_code_test.cpp22 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/linux/drivers/scsi/bnx2i/
D57xx_iscsi_constants.h
/openbmc/linux/Documentation/driver-api/usb/
Derror-codes.rst
/openbmc/openbmc-test-automation/redfish/systems/LogServices/
H A Dtest_post_codes.robot32 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/qemu/include/hw/s390x/
H A Ds390-pci-inst.h20 /* 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 */
/openbmc/u-boot/include/
H A Dinput.h24 * 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
/openbmc/linux/drivers/scsi/lpfc/
Dlpfc_nl.h
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dservice_indicators.hpp77 * 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

12345678910>>...58